https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7684
Summary: OSPF dissector: add filters for v3 LS Type field
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Dissection engine (libwireshark)
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: david.ward@xxxxxxxxxx
Created attachment 9041
--> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9041
Changes as SVN diff
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The OSPF dissector has filters for the LS Type field for v2. This change adds
corresponding filters for v3.
A few other minor nits are part of this change:
- A tree node for the LS Type field for v2 was too large, encompassing bits
that are actually used for the LS Age and Options fields. (See RFC 2328 A.4.1.)
- "Type-7-LSA" is renamed to "NSSA-LSA", which is more descriptive and is what
is actually used in RFC 5340.
- "Link-State Advertisement Type" is renamed to "LS Type", which is more
consistent with other field names and is the name used throughout RFC 2328 and
RFC 5340.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.