diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-06-23 08:12:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 08:12:40 +0200 |
commit | 7e64d9f66d130d5c28dc230c47017e2ef3ea62e2 (patch) | |
tree | 6360866c5e99a27c3580c1878970ac7b970d271f /tests/cfgs/default/pcap/rtp.pcapng | |
parent | 15f0e1480c4324afa0350fa7f1d839d2dc4fc1fa (diff) |
RTP: rework code (#2021)
Try avoiding false positives: look for 3 RTP packets before classifing
the flow as such.
Add a generic function `is_rtp_or_rtcp()` to identify RTP/RTCP packets also
in other dissectors (see 3608ab01b commit message for an example)
Diffstat (limited to 'tests/cfgs/default/pcap/rtp.pcapng')
-rw-r--r-- | tests/cfgs/default/pcap/rtp.pcapng | bin | 0 -> 20556 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/cfgs/default/pcap/rtp.pcapng b/tests/cfgs/default/pcap/rtp.pcapng Binary files differnew file mode 100644 index 000000000..747abe295 --- /dev/null +++ b/tests/cfgs/default/pcap/rtp.pcapng |