You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can libnids support more than one vlan?
For now it doesn't.
In src/libnids.c:253.
It's harcodedly checks for next header as 'ip' or 'vlan'. If it's vlan it assumes the header after the vlan header is the ip header. It doesn't check whether there's another vlan after the first vlan.
The text was updated successfully, but these errors were encountered:
Hi,
Can libnids support more than one vlan?
For now it doesn't.
In src/libnids.c:253.
It's harcodedly checks for next header as 'ip' or 'vlan'. If it's vlan it assumes the header after the vlan header is the ip header. It doesn't check whether there's another vlan after the first vlan.
The text was updated successfully, but these errors were encountered: