aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2020-09-24 10:11:00 -0400
committerAndersBroman <a.broman58@gmail.com>2020-12-10 07:18:59 +0000
commit2a98c11896a3916d21c1de7dfb581bd71b09ad18 (patch)
treef80abd9742d74cf48ecf1673081077a1420ff5f1 /wiretap/CMakeLists.txt
parent08a87f3e4c46afa7ca3d52c695be3113adb4b2b7 (diff)
Reassembly: Flag duplicate packets as overlaps in offset based reassembly
fragment_add_work() should flag duplicate packets and overlapping packets that are subsets of the existing reassembly as overlaps (and flag them if there are conflicts), instead of silently adding them to the reassembly. Currently the checks are only performed when the new segment is adding additional bytes to the reassembly. This is particularly useful for identifying when an earlier reassembly isn't fully contained in the capture, and the identification / offset number has wrapped around so that segments during two different reassemblies are being mixed together. Closes #16872 and #15569.
Diffstat (limited to 'wiretap/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions