Add rawshark, a utility that, when given raw pcap-formatted packets and
authorGerald Combs <gerald@wireshark.org>
Fri, 15 Feb 2008 23:20:32 +0000 (23:20 -0000)
committerGerald Combs <gerald@wireshark.org>
Fri, 15 Feb 2008 23:20:32 +0000 (23:20 -0000)
commit98bacb3556206a81f78c1568f7703f28ba137f91
tree17f802e592331df786136ba5638c6844d94dc855
parent6537c76fb62d583eb5f98308c15ae31c1712a31a
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".

svn path=/trunk/; revision=24339
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]