nfstream/tests/results
Adrian Pekar 68dfdb6120
Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235)
* Upgrade nDPI from 4.7.0 to 5.0 with Windows build fix (#230)


- Upgrade nDPI submodule from 4.7.0 to 5.0
- Fix all 9 nDPI 5.0 API breaking changes:
  * Protocol structure: .app_protocol -> .proto.app_protocol
  * Protocol structure: .master_protocol -> .proto.master_protocol
  * ndpi_protocol2name() signature change
  * ndpi_detection_giveup() signature change (removed enable_guess/guessed params)
  * ndpi_extra_dissection_possible() replaced with state check
  * ndpi_init_detection_module() now expects NULL
  * Protocol bitmask removed (all protocols enabled by default)
  * TCP/UDP struct size checks removed
  * Fingerprint extraction: ja3_client -> ja4_client

- Maintain backward compatibility by keeping field names:
  * client_fingerprint: Now JA4 (TLS), HASSH client (SSH), DHCP fingerprint
  * server_fingerprint: Now JA3S (TLS), HASSH server (SSH)

- Update build system for nDPI 5.0:
  * Add --with-only-libndpi flag to build.sh
  * Make CFFI marker extraction optional in engine_build.py

- Update tests for nDPI 5.0:
  * Update fingerprint assertions (JA3 MD5 -> JA4 format)
  * Regenerate all 228 baseline test results
  * Remove invalid test file (memcached.cap)

- All 29 tests passing

* Fix memcpy buffer overreads and enable DNS subclassification

- Fix buffer overread in fingerprint memcpy calls by using source size
  instead of destination size:
  - HASSH client/server: 33 bytes (was reading 48)
  - JA4 client: 37 bytes (was reading 48)
  - JA3 server: 33 bytes (was reading 48)
  - DHCP: 48 bytes (consistent with others)

- Enable DNS subclassification (disabled by default in nDPI 5.0)
  to restore detection of DNS.Apple, DNS.Google, etc.

- Regenerate test baselines with fixes applied

* Replace outdated Steam test pcaps with nDPI 5.0 version

- Remove steam.pcap and steam_datagram_relay_ping.pcapng (obsolete)
- Add steam.pcapng from nDPI 5.0 test suite
- nDPI 5.0 reworked Steam detection (ntop/nDPI#2264)

* Fix Windows build: add missing configure step for nDPI 5.0

The Windows build script was missing the ./configure --with-only-libndpi
step before make, causing nDPI headers to not be properly installed.
This resulted in the CFFI preprocessing marker //CFFI.NDPI_PACKED_STRUCTURES
being absent from ndpi_cdefinitions_packed.h, crashing engine_build.py.

Aligns build_windows.sh with build.sh which already had this step.

* Fix Windows build: install libpcap-dev for nDPI 5.0 configure

nDPI 5.0 configure requires libpcap when --with-only-libndpi is used
on MinGW (see ntop/nDPI#3114). Install mingw-w64-x86_64-libpcap via
pacman to satisfy this dependency.
2026-02-15 20:30:16 +01:00
..
1kxun.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
4in4tunnel.pcap FiX arm64 CI. 2022-03-08 21:13:19 +01:00
4in6tunnel.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
6in4tunnel.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
6in6tunnel.pcap FiX arm64 CI. 2022-03-08 21:13:19 +01:00
443-chrome.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
443-curl.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
443-firefox.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
443-git.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
443-opvn.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
443-safari.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
aimini-http.pcap nDPI update. 2023-01-27 14:37:46 +01:00
ajp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
alexa-app.pcapng Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
among_us.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
amqp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
android.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
anyconnect-vpn.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
anydesk-2.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
anydesk.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
avast_securedns.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
bad-dns-traffic.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
badpackets.pcap FiX arm64 CI. 2022-03-08 21:13:19 +01:00
BGP_Cisco_hdlc_slarp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
BGP_redist.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
bitcoin.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
bittorrent.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
bittorrent_ip.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
bittorrent_utp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
bt_search.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
capwap.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
cassandra.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
check_mk_new.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
chrome.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
coap_mqtt.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
cpha.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dcerpc.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
dhcp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dhcp.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
dhcp_big_endian.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
dhcp_little_endian.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
diameter.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dlt_ppp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dnp3.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dns-tunnel-iodine.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dns_ambiguous_names.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
dns_doh.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dns_dot.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dns_exfiltration.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dns_fragmented.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dns_long_domainname.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dnscrypt-v1-and-resolver-pings.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dnscrypt-v2-doh.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dnscrypt_skype_false_positive.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
doq.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
doq_adguard.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
dos_win98_smb_netbeui.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
drda_db2.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dropbox.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dtls.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dtls2.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
dtls_certificate_fragments.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
dtls_session_id_and_coockie_both.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
EAQ.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
encrypted_sni.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ethereum.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
exe_download.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
exe_download_as_png.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
facebook.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
firefox.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
fix.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
forticlient.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ftp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ftp_failed.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
fuzz-2021-06-07-c6c72a0a56.pcap FiX arm64 CI. 2022-03-08 21:13:19 +01:00
genshin-impact.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
git.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
google_ssl.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
googledns_android10.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
gquic.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
gtp-u.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
h323-overflow.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
hangout.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
http-lines-split.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
http-manipulated.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
http_auth.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
http_ipv6.pcap nDPI update. 2023-01-27 14:37:46 +01:00
IEC104.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
iec60780-5-104.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
imaps.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
instagram.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
ip_fragmented_garbage.pcap FiX arm64 CI. 2022-03-08 21:13:19 +01:00
iphone.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ipv6_in_gtp.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
irc.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ja3_lots_of_cipher_suites.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
KakaoTalk_chat.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
KakaoTalk_talk.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
kerberos.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
long_tls_certificate.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
malformed_dns.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
malformed_icmp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
malware.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
mdns.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
modbus.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
monero.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
mongodb.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
mpeg.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
mpegts.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
mssql_tds.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
mysql-8.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
nats.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
nest_log_sink.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
netbios.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
netbios_wildcard_dns_query.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
netflix.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
netflow-fritz.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
netflowv9.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
nintendo.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
no_sni.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
NTPv2.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
NTPv3.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
NTPv4.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
one_flow.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
one_flow_1_5.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
one_flow_6_10.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
one_flow_11_15.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
one_flow_16_19.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ookla.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
openvpn.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
os_detected.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
Oscar.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
pinterest.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
pps.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
ps_vue.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
quic-23.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic-24.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic-27.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
quic-28.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic-29.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic-33.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
quic-mvfst-22.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic-mvfst-27.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
quic-mvfst-exp.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
quic.pcap nDPI update. 2023-01-27 14:37:46 +01:00
quic046.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_0RTT.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_frags_ch_in_multiple_packets.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
quic_frags_ch_out_of_order_same_packet_craziness.pcapng Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
quic_interop_V.pcapng Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
quic_q39.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_q43.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_q46.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
quic_q46_b.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_q50.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_t50.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quic_t51.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
quickplay.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
raw.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
rdp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
reasm_crash_anon.pcapng FiX arm64 CI. 2022-03-08 21:13:19 +01:00
reddit.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
rtsp_setup_http.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
rx.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
s7comm.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
safari.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
selfsigned.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
signal.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
simple-dnscrypt.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
sip.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
skype-conference-call.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
skype.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
skype_no_unknown.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
skype_udp.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
smb_deletefile.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
smbv1.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
smpp_in_general.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
smtp-starttls.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
snapchat.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
snapchat_call.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
ssdp-m-search.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ssh.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
ssl-cert-name-mismatch.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
starcraft_battle.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
steam.pcapng Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
stun_facebook.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
synscan.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
teamspeak3.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
telegram.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
teredo.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tftp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tinc.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tk.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tls-esni-fuzzed.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tls-rdn-extract.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
tls_alert.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tls_certificate_too_long.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
tls_esni_sni_both.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tls_long_cert.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tls_verylong_certificate.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
tor.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
trickbot.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
tumblr.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
ubntac2.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
upnp.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
viber.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
vnc.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
wa_video.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
wa_voice.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
waze.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
WebattackSQLinj.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
WebattackXSS.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
webex.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
websocket.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
wechat.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
weibo.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
whatsapp_login_call.pcap Upgrade nDPI from 4.7.0 to 5.0 with Windows libpcap fix (#235) 2026-02-15 20:30:16 +01:00
whatsapp_login_chat.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
whatsapp_voice_and_message.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
whatsappfiles.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
wireguard.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
youtube_quic.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
youtubeupload.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
z3950.pcapng Update nDPI. 2022-10-25 18:12:50 +02:00
zabbix.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
zcash.pcap Update nDPI. 2022-10-25 18:12:50 +02:00
zoom.pcap nDPI update. 2023-01-27 14:37:46 +01:00