I am using Wireshark to dissect a AVBTP packet i.e IEEE1722 standard with ether type = 0x88B5. I see that for Ethertype = 0x88B5, wireshark shows unknown ethertype. Do in need to do change some default setting in wireshark, for it to decode AVB packets correctly? asked 20 Feb '17, 03:27 pkn |
One Answer:
Hi, Looking in the sources AVBTP is supposed to have Ethertype:
The ethertype you are using is:
which should show up as the name. answered 20 Feb '17, 05:15 Anders ♦ edited 20 Feb '17, 07:02 grahamb ♦ |
Thanks Graham! I believe i was looking at an older spec.
You might be able to use "Decode As..." to get 0x8885 to be decoded as AVBTP. (Perhaps they were using one of the local experimental Ethertypes before an official one was assigned.)