ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] about DissectorTable

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 21 Apr 2010 10:29:27 -0700
On Apr 21, 2010, at 8:41 AM, hacken Tao wrote:

> BUT if i want to redissect the ARP protocol, when i use DissectorTable:get(name),I do not know which name is correct??

"ethertype".  The Ethernet type value for ARP is 0x0806.

> are there some functions or docs that can show all the Dissectors and DissectorTable??

Currently, no.