diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-24 01:56:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-24 01:56:35 +0000 |
commit | 2d761821036c1180e5f101d68cf850f536840469 (patch) | |
tree | 293f224b9f02aa85a66c7969e83d62572ebb1088 /src/decode.c | |
parent | Adding debian version 1:7.0.4-1. (diff) | |
download | suricata-2d761821036c1180e5f101d68cf850f536840469.tar.xz suricata-2d761821036c1180e5f101d68cf850f536840469.zip |
Merging upstream version 1:7.0.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/decode.c')
-rw-r--r-- | src/decode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 5cdeeea..13c6541 100644 --- a/src/decode.c +++ b/src/decode.c @@ -408,7 +408,6 @@ Packet *PacketDefragPktSetup(Packet *parent, const uint8_t *pkt, uint32_t len, u } p->recursion_level = parent->recursion_level; /* NOT incremented */ p->ts = parent->ts; - p->datalink = DLT_RAW; p->tenant_id = parent->tenant_id; /* tell new packet it's part of a tunnel */ SET_TUNNEL_PKT(p); |