Ethereal-users: Re: [Ethereal-users] Custom 802.1q tag type

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 18:01:04 -0800

On Oct 30, 2003, at 1:16 PM, Adalberto Lins wrote:

Is there a way to configure the Ethereal to identify customs tag types
for 802.1q?

Write a dissector to handle frames with an Ethernet type equal to the new tag type, and add it to Ethereal. (I'm assuming that the VLAN headers aren't the same as those for 0x8100 - if they're the same as for 0x8100, you just modify the VLAN dissector to register for those Ethernet types as well.)