Ethereal-dev: [Ethereal-dev] How change the display of the ethertype in protocol tree

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Kelvin You <kelvin.sdc@xxxxxxxxx>
Date: Fri, 2 Dec 2005 14:05:17 +0800
Hi, all,
 
I write a dissector for the IP layer protocol defined myself.
for example:
        dissector_add("ethertype", 0x8888, scmu_handle);
Now I can dissect the ethernet payload data. but in the ethernet header, the protocol tree still show the 0x8888 is "unknow" type.
How can I change it to my protocol name ?
 
Thanks!