Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for VLan tagged frames over Ethernet #29

Closed
bricknerb opened this issue Mar 13, 2015 · 2 comments
Closed

Support for VLan tagged frames over Ethernet #29

bricknerb opened this issue Mar 13, 2015 · 2 comments
Labels

Comments

@bricknerb
Copy link
Contributor

TonyHardie[CodePlex]
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.

@bricknerb
Copy link
Contributor Author

Brickner[CodePlex]
I assume a valid example would be
http://wiki.wireshark.org/SampleCaptures?action=AttachFile=view=vlan.cap.gz

@bricknerb
Copy link
Contributor Author

Brickner[CodePlex]
Can you please add an attachment for example packets you want supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant