Actions
Bug #1120
closedsegv with pfring/afpacket and eve-log enabled
Affected Versions:
Effort:
Difficulty:
Label:
Description
Caused by vlan offloading. Eve-log calls GET_VLAN_ID(p->vlanh0), but:
(gdb) print p->vlanh
$1 = {0x0, 0x0}
(gdb) print p->vlan
vlan_id vlan_idx vlanh
(gdb) print p->vlan_id
$2 = {46, 0}
(gdb) print p->vlan_id
$3 = {46, 0}
(gdb) print p->vlan_idx
$4 = 1 '\001'
Updated by Victor Julien over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
Actions