Wireshark-commits: [Wireshark-commits] rev 45715: /trunk/ /trunk/: file.c print.c tshark.c

Date: Mon, 22 Oct 2012 15:56:59 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45715

User: cmaynard
Date: 2012/10/22 08:56 AM

Log:
 1) Allow for the possibility for both packet summary and packet details to be
 printed when either -T is not specified or "-T text" or "-T ps" is selected.
 
 2) Allow for packet hex/ascii to be printed without necessarily requiring that
 either packet summary or packet details also be printed.  This just means that
 if you want packet summary information, use "-Px" instead of just "-x".
 
 3) Fix bug with order of evaluation of -V and "-T psml".
 
 4) If a packet separator is specified, always use it regardless of the -PVx
 options chosen.
 
 5) Don't print 2 lines of separation between packets when only printing
 hex/ascii.  Print 1 line of separation as in all other cases.
 
 Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7782 plus other misc. enhancements.

Directory: /trunk/
  Changes    Path          Action
  +4 -0      file.c        Modified
  +4 -4      print.c       Modified
  +89 -66    tshark.c      Modified