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/source-pcap-file-helper.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/source-pcap-file-helper.c')
-rw-r--r-- | src/source-pcap-file-helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/source-pcap-file-helper.c b/src/source-pcap-file-helper.c index 936b65f..4984a44 100644 --- a/src/source-pcap-file-helper.c +++ b/src/source-pcap-file-helper.c @@ -251,6 +251,7 @@ TmEcode ValidateLinkType(int datalink, DecoderFunc *DecoderFn) *DecoderFn = DecodePPP; break; case LINKTYPE_IPV4: + case LINKTYPE_IPV6: case LINKTYPE_RAW: case LINKTYPE_RAW2: case LINKTYPE_GRE_OVER_IP: |