ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5680] SLL encapsuled 802.1Q VLAN is not dissected

Date: Mon, 14 Feb 2011 09:08:58 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5680

--- Comment #2 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-02-14 10:08:57 MST ---
The problem now is that the SLL dissector was passing protocol type 0x8100
(802.1q tag) to the ethertype() function so that it would call the 802.1q
"VLAN" dissector.  I integrated the 802.1q dissector into the Ethernet
dissector because I didn't think a non-Ethernet protocol would store an
Ethernet-like 802.1q tag.  It may be best to write the 802.1q support into the
SLL dissector -- but are the others that do this too?

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