http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21211
User: sfisher
Date: 2007/03/26 08:17 PM
Log:
From Doug Pratley:
The purpose of the patch is to provide a new output format (so it is
independent of -V): single line record per-packet with the fields chosen by the
user, with configuration options to control separator, quoting and whether a
header line is printed. It also extends some existing options behaviour (-c and
-a:filesize) so that they affect reading a file as well as writing one, so that
only the first <n> packets or bytes are read).
Directory: /trunk/doc/
Changes Path Action
+29 -4 tshark.pod Modified
Directory: /trunk/epan/
Changes Path Action
+5 -0 emem.h Modified
Directory: /trunk/
Changes Path Action
+368 -0 print.c Modified
+16 -0 print.h Modified
+80 -25 tshark.c Modified