Actions
Feature #944
closeddetect nic offloading
Effort:
Difficulty:
Label:
Description
Some forms of NIC offloading might be easy to detect. If a packet read from the wire is larger than the mtu, it may (should?) be the result of offloading.
Updated by Eric Leblond about 11 years ago
It is also possible to make an ioctl on Linux (comparable to the one of ethtool) to get the info.
Updated by Victor Julien about 11 years ago
- Priority changed from Normal to Low
- Target version changed from 2.0rc2 to 2.0beta2
I would prefer a generic way, but if we can do very specific warnings using ioctl we can consider it.
Updated by Eric Leblond almost 11 years ago
- Status changed from Assigned to Closed
Commited in PR https://github.com/inliniac/suricata/pull/657
Actions