https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16702
Bug ID: 16702
Summary: EPL: additional filter possibilities for SOA and ASnd
frames
Product: Wireshark
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Minor
Priority: Low
Component: Dissection engine (libwireshark)
Assignee: bugzilla-ad...@wireshark.org
Reporter: christian.kr...@br-automation.com
Target Milestone: ---
Created attachment 17885
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=17885&action=edit
sample trace with all available EPL frame types
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
At the moment, it's possible to filter for SOC,PReq,PRes frames as follows:
"epl.soc"
"epl.preq"
"epl.pres"
It's not possible to filter for SOA and ASnd frames in the same way:
"epl.soa"
"epl.asnd"
The actual workaround is, to filter directly through the EPL message type:
e.g.
"epl.mtyp==5" (filter for SOA frames)
"epl.mtyp==6" (filter for ASnd frames)
The epl dissector should be extended for having the same filter possibility for
all available frame types.
--
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via: Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives: https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe