This shows you the differences between two versions of the page.
pom-ng:proto:vlan [2012/10/22 19:14] 2001:7e8:2221:400:a11:96ff:fe7a:4030 created |
pom-ng:proto:vlan [2020/05/26 21:59] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Protocol vlan ====== | ||
- | |||
- | This module parses [[wp>Virtual_LAN|VLAN] packets as defined in 802.1q. | ||
- | |||
- | ===== Events ===== | ||
- | |||
- | None. | ||
- | |||
- | ===== Packet fields ===== | ||
- | |||
- | ^ Name ^ Type ^ Description ^ | ||
- | |vid|uint16|VLAN ID.| | ||
- | |de|bool|Drop eligible.| | ||
- | |pcp|uint8|Priority code point.| | ||