]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve: print interface info for vxlan and other tunnel pkts
authorVictor Julien <victor@inliniac.net>
Sat, 23 May 2020 13:12:45 +0000 (15:12 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 3 Jun 2020 11:36:55 +0000 (13:36 +0200)
src/decode.c

index fdf5cb095cc7c1e6d2c0ee7ec88648cbb663bbc4..8e68a24d764b84ab6ec0de067a1bdb1ad143fc0f 100644 (file)
@@ -295,6 +295,7 @@ Packet *PacketTunnelPktSetup(ThreadVars *tv, DecodeThreadVars *dtv, Packet *pare
     p->ts.tv_usec = parent->ts.tv_usec;
     p->datalink = DLT_RAW;
     p->tenant_id = parent->tenant_id;
+    p->livedev = parent->livedev;
 
     /* set the root ptr to the lowest layer */
     if (parent->root != NULL)