Actions
Feature #1422
closedAdd hardware timestamping option to AF_PACKET capture
Effort:
Difficulty:
Label:
Description
Current suricata is not able to use the hardware timestamping. To enable this, is is enough to call setsockopt with the PACKET_TIMESTAMP option. A good place to put that in is l.1411 in source-af-packet.c.
The possible option value regarding af_packet are:
- SOF_TIMESTAMPING_SYS_HARDWARE
- SOF_TIMESTAMPING_RAW_HARDWARE
(value define in linux/net_tstamp.h)
Updated by Andreas Herz almost 9 years ago
- Assignee set to OISF Dev
- Target version set to TBD
Updated by Victor Julien over 8 years ago
- Assignee changed from OISF Dev to Eric Leblond
I think this is implemented with tpacket-v3 support. Eric can we close this?
Updated by Victor Julien about 8 years ago
- Target version changed from TBD to 3.1rc1
Actions