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
Currently mock interfaces / sockets do not cover the classical socket options, such as snaplen, BPF filters or promiscuity. Maybe not all, but some of these features should / could be added to mock interfaces to improve the realism.
DoD
Assess options
Implement BPF filtering
Implement snaplen handling (on socket level if possible)
Implement promiscuity (probably not possible / irrelevant)
Currently mock interfaces / sockets do not cover the classical socket options, such as
snaplen, BPF filters or promiscuity. Maybe not all, but some of these features should / could be added to mock interfaces to improve the realism.DoD
snaplenhandling (on socket level if possible)