Add rawshark, a utility that, when given raw pcap-formatted packets and
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Feb 2008 23:20:32 +0000 (23:20 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 15 Feb 2008 23:20:32 +0000 (23:20 +0000)
commit2c287e39bf70bef9779cae6a32af1597f292eeb7
tree17f802e592331df786136ba5638c6844d94dc855
parent7fbb4cba9a04ad7d886a8b8707ab85a80219ff6e
Add rawshark, a utility that, when given raw pcap-formatted packets and
a list of fields, prints the field values found in each packet.

Packet data can be specified as a libpcap DLT, e.g. "EN10MB" or an upper-layer protocol, e.g. "http".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24339 f5534014-38df-0310-8fa8-9805f1628bb7
AUTHORS
Makefile.am
Makefile.common
Makefile.nmake
doc/Makefile.am
doc/Makefile.nmake
doc/rawshark.pod [new file with mode: 0644]
image/Makefile.nmake
image/rawshark.rc.in [new file with mode: 0644]
packaging/nsis/wireshark.nsi
rawshark.c [new file with mode: 0755]