4

Closed

Support for VLan tagged frames over Ethernet

description

It would be great if we could have vlan tagging support when constructing with packet builder. vlan tag is just another 4 bytes After the source Mac address before Ethernet type (nothing else).
Those 4 bytes are
xxx. .... .... .... = Priority:
...1 .... .... .... = CFI
.... xxxx xxxx xxxx = VLANID
(see http://en.wikipedia.org/wiki/IEEE_802.1Q) frame format.
Closed Apr 27, 2012 at 10:44 AM by Brickner
Released in version 0.10.0.

comments

Brickner wrote Aug 13, 2011 at 8:08 AM

Can you please add an attachment for example packets you want supported?

Brickner wrote Apr 1, 2012 at 7:15 PM