Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21211: /trunk/ /trunk/doc/: tshark.pod /trunk/epan/: eme

Date: Mon, 26 Mar 2007 20:17:06 GMT
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