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 9960] New: inter-vrf relay vpn sub-option of 82 is showing

Date: Wed, 09 Apr 2014 07:26:12 +0000
Bug ID 9960
Summary inter-vrf relay vpn sub-option of 82 is showing error
Classification Unclassified
Product Wireshark
Version 1.10.1
Hardware x86
OS Red Hat
Status UNCONFIRMED
Severity Minor
Priority Low
Component TShark
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I am testing inter-vrf relay.
I am enabling display-filter and seeing that vpn sub-option of 82 is showing
error.
However functionality is working fine.

According to RFC 6607, the Option 82 suboption 151 can either carry the vrf
name which can be of variable length or the vpn id which is exactly 7 bytes.
Our relay agent uses the ascii format when filling the suboptions and the type
is also set as such.


    Option: (82) Agent Information Option
        Length: 32
        Option 82 Suboption: (1) Agent Circuit ID
            Length: 4
            Agent Circuit ID: 1a616000
        Option 82 Suboption: (2) Agent Remote ID
            Length: 6
            Agent Remote ID: 002698193641
        Option 82 Suboption: (151) VRF name/VPN ID
            Length: 4
            [Expert Info (Error/Protocol): Invalid length (expected 7 bytes,
found 4 bytes)]
                [Message: Invalid length (expected 7 bytes, found 4 bytes)]
                [Severity level: Error]
                [Group: Protocol]


This needs to be fixed in the corresponding vpn/vrf dissector.


You are receiving this mail because:
  • You are watching all bug changes.