aregm / nff-go

NFF-Go -Network Function Framework for GO (former YANFF)
BSD 3-Clause "New" or "Revised" License
1.38k stars 156 forks source link

Need to check for VLAN header in IP reassembly #664

Closed mmurtaznaqvi closed 4 years ago

mmurtaznaqvi commented 4 years ago

IP reassembly works fine on packets not having a VLAN header, for packets having VLAN, there is no check present in low.h for VLAN. I think so VLAN should be taken into account.