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 2088] New: Patch to packet-vlan.c to add summary info to p

Date: Tue, 11 Dec 2007 05:22:59 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2088

           Summary: Patch to packet-vlan.c to add summary info to protocol
                    tree
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: jyoung@xxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Hello,

Attached is a patch to packet-vlan.c to add "summary info" to the protocol
tree.  This new feature can be disabled via a boolean preference setting in the
vlan section of the preferences.  

With the feature enabled (the default) an 802.1Q frame displays as:

> Frame 1 (100 bytes on wire, 100 bytes captured)
> Ethernet II, Src: Avaya_fe:08:70 (00:04:0d:fe:08:70), Dst: IETF-VRRP-virtual-router-VRID_01 (00:00:5e:00:01:01)
> 802.1Q Virtual LAN, PRI: 6, CFI: 0, ID: 3016
> Internet Protocol, Src: 10.1.17.20 (10.1.17.20), Dst: 10.0.1.27 (10.0.1.27)

With the feature disabled the same 802.1Q frame displays as follows (current
behavior):

> Frame 1 (100 bytes on wire, 100 bytes captured)
> Ethernet II, Src: Avaya_fe:08:70 (00:04:0d:fe:08:70), Dst: IETF-VRRP-virtual-router-VRID_01 (00:00:5e:00:01:01)
> 802.1Q Virtual LAN
> Internet Protocol, Src: 10.1.17.20 (10.1.17.20), Dst: 10.0.1.27 (10.0.1.27)

Please consider.

Thanks


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