diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-06-07 09:50:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-07 09:50:41 +0200 |
commit | 070a0908b30c055bf0590fb0d10557c1acf70401 (patch) | |
tree | d13a0ddffabcad6f45e53aa7d4c03adca1e306e6 /tests/cfgs/zoom_extra_dissection/pcap | |
parent | 619005c5b22f85479201a60002fe92373232f59b (diff) |
Zoom: faster detection of P2P flows (#2467)
Diffstat (limited to 'tests/cfgs/zoom_extra_dissection/pcap')
l--------- | tests/cfgs/zoom_extra_dissection/pcap/zoom.pcap | 1 | ||||
l--------- | tests/cfgs/zoom_extra_dissection/pcap/zoom2.pcap | 1 | ||||
l--------- | tests/cfgs/zoom_extra_dissection/pcap/zoom_p2p.pcapng | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/cfgs/zoom_extra_dissection/pcap/zoom.pcap b/tests/cfgs/zoom_extra_dissection/pcap/zoom.pcap new file mode 120000 index 000000000..6aef71799 --- /dev/null +++ b/tests/cfgs/zoom_extra_dissection/pcap/zoom.pcap @@ -0,0 +1 @@ +../../default/pcap/zoom.pcap
\ No newline at end of file diff --git a/tests/cfgs/zoom_extra_dissection/pcap/zoom2.pcap b/tests/cfgs/zoom_extra_dissection/pcap/zoom2.pcap new file mode 120000 index 000000000..456d0ce15 --- /dev/null +++ b/tests/cfgs/zoom_extra_dissection/pcap/zoom2.pcap @@ -0,0 +1 @@ +../../default/pcap/zoom2.pcap
\ No newline at end of file diff --git a/tests/cfgs/zoom_extra_dissection/pcap/zoom_p2p.pcapng b/tests/cfgs/zoom_extra_dissection/pcap/zoom_p2p.pcapng new file mode 120000 index 000000000..0f13069d9 --- /dev/null +++ b/tests/cfgs/zoom_extra_dissection/pcap/zoom_p2p.pcapng @@ -0,0 +1 @@ +../../default/pcap/zoom_p2p.pcapng
\ No newline at end of file |