aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Add descriptions for heur dissector tablesDavid Perry1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-104/+104
2023-08-17STUN: add Change IP or Port to INFO columnHuang Qiangxiong1-3/+12
2022-09-11STUN: fix calculation of CRC-32 with TCP framingNardi Ivan1-1/+1
2022-08-09stun: Add some commentsJohn Thacker1-1/+18
2022-06-29STUN: Check the Fingerprint (CRC32)John Thacker1-1/+11
2022-06-28STUN: Set conversation dissector after any STUN packetJohn Thacker1-21/+32
2022-06-27stun: Tighten heuristic by rejecting restricted valuesJohn Thacker1-12/+38
2022-06-26STUN: Update some commentsJohn Thacker1-7/+34
2022-06-25STUN: Fix MS-IMPLEMENTATION-VERSION value stringJohn Thacker1-1/+16
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-07-21First pass pinfo->pool conversionEvan Huus1-6/+6
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-2/+3
2021-04-17Stun: ensure addr var zeroed.Martin Mathieson1-0/+4
2021-04-16stun: fix conflict about usernameAlexis La Goutte1-1/+1
2021-04-08STUN: Remove duplicate codeRoman-Koshelev1-64/+36
2020-11-12Fix a few spelling mistakes.Martin Mathieson1-1/+1
2020-11-02STUN: fix heuristic over TCPNardi Ivan1-4/+59
2020-10-15packet-stun.c: Series of small updatesJoerg Mayer1-13/+34
2020-10-15packet-stun.c: Fix display of nonce and realm attributes when using MS-TURNJoerg Mayer1-15/+12
2020-10-13STUN: add expert info for unknown attributesNardi Ivan1-2/+9
2020-10-12STUN: add support for MS-TURN Multiplexed ChannelNardi Ivan1-2/+26
2020-10-06STUN: add an option to auto-detect STUN protocol versionNardi Ivan1-7/+36
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-09-20STUN: improve heuristic to detect TURN ChannelDataNardi Ivan1-1/+18
2020-09-16STUN: add some missing attributesNardi Ivan1-6/+51
2020-08-13STUN: att_pw_alg and alg_param_len items are unsigned ints.Martin Mathieson1-5/+5
2020-08-12packet-stun.c: Add decoding of PASSWORD_ALGORITHM(S)Joerg Mayer1-31/+96
2020-08-05STUN: fix heuristic for ChannelData payloadNardi Ivan1-2/+2
2020-08-05packet-stun.c: Support for different versions of the protocolJoerg Mayer1-71/+130
2020-08-05stun: eliminate a warning.Guy Harris1-0/+2
2020-08-04packet-stun.c: Update to current RFCs and current IANA numbersJoerg Mayer1-71/+183
2020-08-03STUN: add heuristic over CLASSICSTUNNardi Ivan1-1/+3
2020-07-21STUN: add heuristic over TURNNardi Ivan1-0/+2
2020-07-18Stun: improve ipv6 addresses visualizationNardi Ivan1-0/+24
2020-07-10Stun: add heuristic over TCPNardi Ivan1-9/+12
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-1/+1
2019-07-27HTTPS In Still More Places, update more URLs.Guy Harris1-5/+5
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-2/+2
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-07-19stun: fix typo found by lintianAlexis La Goutte1-2/+2
2018-05-27Have a dissector table for SSL/TLS/DTLS ALPN protocol IDs.Guy Harris1-0/+7
2018-05-26Fix STUN-over-SSL/TLS/DTLS.Guy Harris1-2/+3
2018-05-26More comment updates.Guy Harris1-3/+12
2018-05-26Fix comments.Guy Harris1-3/+4