Skip to content

Commit 24b5bee

Browse files
committed
pcap-log: fix bpf-filter not set for multi mode
Bug: OISF#8002. (cherry picked from commit 2f633be)
1 parent 7e3b646 commit 24b5bee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/log-pcap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ static PcapLogData *PcapLogDataCopy(const PcapLogData *pl)
767767
copy->use_stream_depth = pl->use_stream_depth;
768768
copy->size_limit = pl->size_limit;
769769
copy->conditional = pl->conditional;
770+
copy->bpf_filter = pl->bpf_filter;
770771

771772
const PcapLogCompressionData *comp = &pl->compression;
772773
PcapLogCompressionData *copy_comp = &copy->compression;

0 commit comments

Comments
 (0)