This shows you the differences between two versions of the page.
pom-ng:proto:vlan [2012/10/24 12:43] gmsoft removed |
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.| | ||