aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/stun.c
Commit message (Expand)AuthorAge
* STUN: rework sub-classification (#2361)Ivan Nardi2024-04-04
* Added support for STUN Mapped IP addressLuca Deri2024-04-03
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* STUN: remove workaround to identify RTP trafficNardi Ivan2024-03-20
* STUN: fix fallback when DTL dissection failsNardi Ivan2024-03-20
* STUN: dissection of TURN Channel DataNardi Ivan2024-03-20
* STUN: add dissection of XOR-PEER-ADDRESS with ipv6 addressNardi Ivan2024-03-20
* STUN: improve heurstic to detect old classic-stunNardi Ivan2024-03-20
* STUN: update demultiplexing logic according to RFC9443 (#2349)Ivan Nardi2024-03-19
* LRU cache: move to 64 bits long keys (#2346)Ivan Nardi2024-03-15
* STUN: fix parsing of DATA attribute (#2345)Ivan Nardi2024-03-14
* STUN: add a parameter to configure how long the extra dissection lasts (#2336)Ivan Nardi2024-03-07
* Add a specific protocol id for audio/video calls made using Google apps (#2341)Ivan Nardi2024-03-07
* STUN: fix category when sub-classification is set in "extra-dissection" data ...Ivan Nardi2024-02-24
* Normalization of host_server_name (#2299)Vitaly Lavrov2024-02-05
* STUN: fix flow risks when DTLS packets are found (#2266)Ivan Nardi2024-01-19
* config: move cfg of aggressiviness and opportunistic TLS to the new APINardi Ivan2024-01-18
* STUN: fix detection of Google Meet over IPv6 (#2241)Ivan Nardi2024-01-02
* Remove Google Hangouts/Duo stuff (#2233)Vladimir Gavrilov2024-01-02
* STUN: rework extra dissection (#2202)Ivan Nardi2023-12-11
* STUN: parsing of DATA attribute (#2179)Ivan Nardi2023-12-01
* STUN: fix detection of DTLS (#2187)Ivan Nardi2023-11-30
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* STUN: improve demultiplexing of DTLS packets (#2153)Ivan Nardi2023-11-27
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* STUN: major code rework (#2116)Ivan Nardi2023-10-30
* STUN: fix detection of Google Voip apps (#2031)Ivan Nardi2023-07-05
* STUN: avoid FacebookVoip false positives (#2029)Ivan Nardi2023-07-03
* STUN: fix Skype/MsTeams detection and monitoring logic (#2028)Ivan Nardi2023-07-03
* STUN: tell RTP from RTCP while in monitoring state (#2027)Ivan Nardi2023-06-27
* Hangout: detect Hangout/Duo/GoogleMeet/... in the STUN code (#2025)Ivan Nardi2023-06-27
* STUN: add dissection of DTLS handshake (#2018)Ivan Nardi2023-06-26
* STUN: fix detection over TCPNardi Ivan2023-06-21
* STUN: improve WhatsappCall detectionNardi Ivan2023-06-21
* STUN: keep monitoring/processing STUN flows (#2012)Ivan Nardi2023-06-21
* All protocols should be excluded sooner or later (#1969)Ivan Nardi2023-05-10
* Add a new protocol id for generic Adult Content traffic (#1906)Ivan Nardi2023-03-20
* fuzz: some improvements and add two new fuzzers (#1881)Ivan Nardi2023-02-09
* Some small changes (#1869)Ivan Nardi2023-01-25
* LRU caches: add a generic (optional and configurable) expiration logic (#1855)Ivan Nardi2023-01-18
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* STUN: add detection of ZOOM peer-to-peer flows (#1825)Ivan Nardi2022-12-11
* Make LRU caches ipv6 aware (#1810)Ivan Nardi2022-12-03
* Remove unused codeNardi Ivan2022-09-28
* Sizes of LRU caches are now configurableNardi Ivan2022-09-23
* Remove classification "by-ip" from protocol stack (#1743)Ivan Nardi2022-09-20
* Dissectors shouldn't update `flow->guessed_host_protocol_id`Nardi Ivan2022-09-14
* STUN: several improvementsNardi Ivan2022-09-11
* STUN: improve detection of Hangout/Duo and FB voip callsNardi Ivan2022-07-20
* Updated SkypeCall -> Skype_TeamsCallLuca Deri2022-05-26