Actions
Bug #1082
closedaf-packet vlan handling is broken
Affected Versions:
Effort:
Difficulty:
Label:
Description
It seems that by default, AF_PACKET strips vlan headers and expose the id of the stripped header in some other way to the app. Currently, we take in the traffic, but ignore this vlan id. This leads to mixing up of traffic.
Updated by Victor Julien almost 11 years ago
- Subject changed from af-packet/pf-ring vlan handling is broken to af-packet vlan handling is broken
- Description updated (diff)
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
AF_PACKET fixed by https://github.com/inliniac/suricata/pull/833 (+ https://github.com/inliniac/suricata/pull/837)
Moving the PF_RING part to a new ticket.
Actions