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 7260] New dissector for WSE Remote Ethernet protocol

Date: Tue, 5 Jun 2012 02:35:09 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7260

--- Comment #9 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-06-05 02:35:08 PDT ---
(and dissector file commited in r43092)

Just a note:

+ #define WRETH_PORT 0xAAAA
/* ... */
+    dissector_add_uint("ethertype", WRETH_PORT, wreth_handle);

Is not listed on IEEE list:
http://standards.ieee.org/develop/regauth/ethertype/eth.txt

But on another list
(http://www.cavebear.com/archive/cavebear/Ethernet/type.html) AAAA is listed
as:
     AAAA    DECNET?        Used by VAX 6220 DEBNI

Which in some ethertypes.h is defined as ETHERTYPE_DEBNI


Do you plan to register WRETH ethernet type?

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