diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2021-09-13 18:25:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 18:25:04 +0200 |
commit | 31404f486569513a9a66c2b4a76c5673253decb1 (patch) | |
tree | 20bea67810b2b1ba316d0b72b023b17300be9d44 /tests | |
parent | 17774bf09c2be9bc24948fd8a19c0e3624cba16f (diff) |
Update the list of default ports for QUIC protocol (#1297)
There are no reasons to register UDP/80 as a default port for QUIC
Diffstat (limited to 'tests')
-rw-r--r-- | tests/result/NTPv2.pcap.out | 2 | ||||
-rw-r--r-- | tests/result/NTPv3.pcap.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/result/NTPv2.pcap.out b/tests/result/NTPv2.pcap.out index 7ac5848eb..031e2ec09 100644 --- a/tests/result/NTPv2.pcap.out +++ b/tests/result/NTPv2.pcap.out @@ -4,4 +4,4 @@ DPI Packets (UDP): 1 (1.00 pkts/flow) NTP 1 410 1 - 1 UDP 208.104.95.10:123 -> 78.46.76.2:80 [proto: 9/NTP][ClearText][cat: System/18][1 pkts/410 bytes -> 0 pkts/0 bytes][Goodput ratio: 90/0][< 1 sec][Risk: ** Known protocol on non standard port **][Risk Score: 10][Plen Bins: 0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] + 1 UDP 208.104.95.10:123 -> 78.46.76.2:80 [proto: 9/NTP][ClearText][cat: System/18][1 pkts/410 bytes -> 0 pkts/0 bytes][Goodput ratio: 90/0][< 1 sec][Plen Bins: 0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] diff --git a/tests/result/NTPv3.pcap.out b/tests/result/NTPv3.pcap.out index fba2445de..876f221ac 100644 --- a/tests/result/NTPv3.pcap.out +++ b/tests/result/NTPv3.pcap.out @@ -4,4 +4,4 @@ DPI Packets (UDP): 1 (1.00 pkts/flow) NTP 1 90 1 - 1 UDP 175.144.140.29:123 -> 78.46.76.2:80 [proto: 9/NTP][ClearText][cat: System/18][1 pkts/90 bytes -> 0 pkts/0 bytes][Goodput ratio: 53/0][< 1 sec][Risk: ** Known protocol on non standard port **][Risk Score: 10][Plen Bins: 0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] + 1 UDP 175.144.140.29:123 -> 78.46.76.2:80 [proto: 9/NTP][ClearText][cat: System/18][1 pkts/90 bytes -> 0 pkts/0 bytes][Goodput ratio: 53/0][< 1 sec][Plen Bins: 0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] |