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 5327] New: Patch to PRP dissector to correctly detect VLAN

Date: Fri, 22 Oct 2010 00:18:52 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5327

           Summary: Patch to PRP dissector to correctly detect VLAN tags
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: klto@xxxxxxx


Created an attachment (id=5357)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5357)
Patch against SVN trunk

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The current PRP dissector in packet-prp.c does not correctly identify VLAN
tags. It uses the hard coded value 0x8000 to check the ethertype.

The attached patch (against current SVN trunk) changes this to use the
ETHERTYPE_VLAN define from epan/etypes.h and also fixes two misspellings in the
respective comments.

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