Wireshark-commits: [Wireshark-commits] rev 24339: /trunk/ /trunk/doc/: Makefile.am Makefile.nmake r

Date: Fri, 15 Feb 2008 23:20:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24339

User: gerald
Date: 2008/02/15 11:20 PM

Log:
 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".

Directory: /trunk/doc/
  Changes    Path              Action
  +15 -1     Makefile.am       Modified
  +16 -2     Makefile.nmake    Modified
  +1504 -0   rawshark.pod      Added

Directory: /trunk/image/
  Changes    Path              Action
  +6 -1      Makefile.nmake    Modified
  +36 -0     rawshark.rc.in    Added

Directory: /trunk/packaging/nsis/
  Changes    Path             Action
  +16 -0     wireshark.nsi    Modified

Directory: /trunk/
  Changes    Path               Action
  +4 -0      AUTHORS            Modified
  +9 -0      Makefile.am        Modified
  +12 -0     Makefile.common    Modified
  +74 -40    Makefile.nmake     Modified
  +1759 -0   rawshark.c         Added