mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
fuzz: extend fuzzing coverage (#2040)
Some notes: * libinjection: according to https://github.com/libinjection/libinjection/issues/44, it seems NULL characters are valid in the input string; * RTP: `rtp_get_stream_type()` is called only for RTP packets; if you want to tell RTP from RTCP you should use `is_rtp_or_rtcp()`; * TLS: unnecessary check; we already make the same check just above, at the beginning of the `while` loop
This commit is contained in:
parent
859d9ea3c3
commit
950f5cc4e3
18 changed files with 208 additions and 55 deletions
BIN
tests/cfgs/default/pcap/quic_cc_ack.pcapng
Normal file
BIN
tests/cfgs/default/pcap/quic_cc_ack.pcapng
Normal file
Binary file not shown.
BIN
tests/cfgs/default/pcap/stun_classic.pcap
Normal file
BIN
tests/cfgs/default/pcap/stun_classic.pcap
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue