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 2254] Incorrect allocation/classification of "Type" fields

Date: Tue, 27 Sep 2011 17:27:56 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2254

--- Comment #21 from Guy Harris <guy@xxxxxxxxxxxx> 2011-09-27 17:27:52 PDT ---
Other disssectors that use the "ethertype" dissector table are:

    Apple IP-over-FireWire, but I don't know whether there are any VLANs there;

    Infiniband, but I don't know whether there are any VLANs there;

    NBMA Next Hop Resolution Protocol (RFC 2332), but I suspect there are no
VLANs there;

    DLT_NULL, but there are definitely no VLANs there;

    RTnet - I don't know whether the tunneled frames support VLANs or not;

    Symantec firewall packets - a comment in the code says "Dissection of VLAN
information will have to wait until availability of a capture file from an
SGSv3 box using VLAN tagging", so presumably it supports VLANs.

If we put VLAN support into ethertype() and dissect_snap(), then, for those
others, we can, if they *do* require VLAN support, add it later as needed.

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