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

Wireshark-bugs: [Wireshark-bugs] [Bug 3498] Enhancement for protocol validation with tshark

Date: Fri, 29 May 2009 06:33:56 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3498


Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stig@xxxxxxxxxxxxx




--- Comment #3 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2009-05-29 06:33:55 PDT ---
(In reply to comment #2)
> The main differences, which could also be solved by parsing the result, are the
> inclusion of only ERRORs (as this is protocol validation) and the result code
> (meaning it can be included easily in make scripts or other automation).

In the upcomming 1.2.0 release you can write something like this:

tshark -r sharkfest-1.cap -R "expert.severity == Error" -T fields -e expert


You also have the following fields available:
 expert.message
 expert.group


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.