diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-12-21 10:55:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-21 10:55:14 +0100 |
commit | e9d5e72fb58d5989673487c4b4ef4584d8694467 (patch) | |
tree | 6d055c2ee9dcac39dc08f2324025a179d0c24d54 /example | |
parent | 22821241e2abff6d33f192992b956a119e516caf (diff) |
Fix infinite loop when a custom rule has port 65535 (#1833)
Close #1829
Diffstat (limited to 'example')
-rw-r--r-- | example/protos.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/protos.txt b/example/protos.txt index a9b4fe0ad..5399e6356 100644 --- a/example/protos.txt +++ b/example/protos.txt @@ -7,6 +7,7 @@ tcp:860,udp:860,tcp:3260,udp:3260@iSCSI tcp:3000@ntop tcp:9002@Elasticsearch tcp:5601@Kibana +tcp:65535@TestProto # # nBPF filters (https://github.com/ntop/PF_RING/tree/dev/userland/nbpf)) |