https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7260
--- Comment #10 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-06-05 15:08:00 PDT ---
(In reply to comment #9)
> (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?
Oups.. My fault ! i will add a port preference...
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.