aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-5/+6
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-5/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-26/+20
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-0/+7