https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7782
Chris Maynard <christopher.maynard@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9385| |review_for_checkin?
Flags| |
--- Comment #1 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2012-10-19 09:52:54 PDT ---
Created attachment 9385
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9385
Allow both packet summary and packet details to be printed.
This patch accomplishes a few things:
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.
That was the crux of the bug; however, during testing, it seemed reasonable to
make these additional changes as well:
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". Previously, "-T psml"
or "-V -T psml" would produce proper psml output; however, "-T psml -V" would
actually end up producing pdml output. Now, psml output is always properly
produced, as expected.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.