-
What conditions would cause Attribute.Timestamp to be filled with a value? Is it based on the queue used or configuration of setting up an nfqueue to listen on? |
Beta Was this translation helpful? Give feedback.
Answered by
florianl
Mar 18, 2021
Replies: 2 comments
-
To have a timestamp in the nf_queue message two conditions [0] are required:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
florianl
-
Thanks for the response, appreciate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To have a timestamp in the nf_queue message two conditions [0] are required:
NF_INET_PRE_ROUTING
,NF_INET_LOCAL_IN
orNF_INET_FORWARD
sk_buff
the fieldtstamp
needs to be set[0] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/netfilter/nfnetlink_queue.c#n583