The options are as follows:
The vomit utility is meant as a network debugging tool, and should be used only in accordance to your local laws. The playback is initiated by hitting return. Instead of just hitting return, it is possible to type the packets that should be skipped and the delay in milli seconds between playback packets. The values have to be comma separated.
Vomit uses libevent to simplify asynchronous event handling. You can find the source code for that library at
EXAMPLES
vomit -r phone.dump | waveplay -S 8000 -B 16 -C 1Plays back the phone conversation that has been captured in the dump file Fa phone.dump .
ERRORS
vomit works only for protocols that use G.711.The public version does not support directly reading from the network or rewriting packet streams.
ACKNOWLEDGMENTS
This program contains wave file interpreting code from waveplay by Y.Sonoda, ulaw conversion code from Sun Microsystems and some pcap code from Dug Song.
AUTHORS
The vomit utility has been developed by Niels Provos.