summaryrefslogtreecommitdiffstats
path: root/src/defrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defrag.h')
-rw-r--r--src/defrag.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defrag.h b/src/defrag.h
index 11e6a61..93fe872 100644
--- a/src/defrag.h
+++ b/src/defrag.h
@@ -106,6 +106,7 @@ typedef struct DefragTracker_ {
Address src_addr; /**< Source address for this tracker. */
Address dst_addr; /**< Destination address for this tracker. */
+ int datalink; /**< datalink for reassembled packet, set by first fragment */
SCTime_t timeout; /**< When this tracker will timeout. */
uint32_t host_timeout; /**< Host timeout, statically assigned from the yaml */