aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-81/+81
2023-11-11Fix possible overrun in radius dictionary parsingErnst Oudhof1-0/+1
2023-11-09Fix AVP decryption in Radius dissectorErnst Oudhof1-85/+102
2023-11-07epan: Prepare dissectors for initialize static values to 0Stig Bjørlykke1-2/+2
2023-11-03Add Message-Authenticator validation to the radius dissectorErnst Oudhof1-72/+117
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-1/+1
2023-04-19RADIUS: Add a NULL checkJoão Valverde1-1/+2
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-4/+4
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-02-17RADIUS: add accounting request authenticator validationEmanuele Bovisio1-10/+34
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-4/+4
2020-12-07packet-radius.c: Replace gcry_md_copy() with gcry_md_reset()Moshe Kaplan1-12/+4
2020-05-15Radius: Fix NULL pointer callUli Heilmeier1-0/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-14/+14
2019-03-17Radius: use generic e212 function to dissect imsi fieldNardi Ivan1-0/+8
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-09-05Radius: Fix offset for multiple VSA in one AVPUli Heilmeier1-2/+3
2018-05-17radius: fix memleaks in dissect_attribute_value_pairsPeter Wu1-8/+16
2018-05-17radius: fix issue found by PVS Studio (V519)Alexis La Goutte1-2/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-09-28radius: display in same fashion as DiameterJoakim Karlsson1-14/+15
2017-09-07RADIUS: Use two dictionaries (personal + system)João Valverde1-26/+25
2017-08-23RADIUS: Add comment for RFC 6929 preferenceJoão Valverde1-0/+4
2017-08-16RADIUS: Remove some shortcuts in how we handle Ascend-Data-FilterJoão Valverde1-21/+24
2017-08-16RADIUS: Add preference to disable RFC 6929 extended attributesJoão Valverde1-0/+9
2017-08-13RADIUS: Initialize vendor attribute type to zeroJoão Valverde1-0/+1
2017-08-07RADIUS: Minor cleanupJoão Valverde1-11/+11
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-3/+3
2017-06-16RADIUS: Add dictionary support for format= with BEGIN-VENDORJoão Valverde1-9/+21
2017-06-14RADIUS: Fix dissection for non-default VSA lengthsJoão Valverde1-7/+11
2017-06-14RADIUS: Add comment explaining WiMAX non-standard VSA formatJoão Valverde1-0/+14
2017-06-03RADIUS: Fix gda9363e202João Valverde1-1/+1
2017-05-28RADIUS: Add Vendor ID, Vendor Type and Vendor Length fieldsJoão Valverde1-4/+30
2017-05-25RADIUS: Add support for extended attributes (RFC 6929)João Valverde1-35/+96
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-12radius: fix this condition has identical branches [-Werror=duplicated-branche...Alexis La Goutte1-0/+2
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-18/+35
2017-02-28radius: fix use-after-free after recent memleak fixesPeter Wu1-7/+12
2017-02-28radius: fix memleaks of value_stringPeter Wu1-1/+9