aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-27Free radius dissector memory on shutdownMichael Mann1-5/+44
2017-01-28wmem_map_new -> wmem_map_new_autoresetMichael Mann1-2/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-11-26We only need the tvbuff length for EAP messages.Guy Harris1-6/+7
2016-10-28RADIUS: fix fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-36/+5
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-2/+3
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-3/+3
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-5/+5
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-1/+1
2016-04-04RADIUS: more formatting/white space cleanup.Jeff Morriss1-19/+19
2016-03-31Add a NULL check: it's not sure we have a radius_call here.Jeff Morriss1-1/+1
2016-03-31Ensure our fields are registered before starting dissection--even when !tree.Jeff Morriss1-13/+11
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-15[RADIUS] Fix up formatting.Jeff Morriss1-492/+524
2016-03-14Handle RADIUS ident reuse better.Jeff Morriss1-126/+160
2016-03-14wmem-ify the Radius call table.Jeff Morriss1-17/+52
2016-03-13Fix a FIXME: remove an if(tree).Jeff Morriss1-28/+25
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2016-01-23More structure assignments for nstime_t.Guy Harris1-2/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-5/+5
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-1/+1
2015-12-17RADIUS: Add AVP Type and AVP Length display fieldAlexis La Goutte1-0/+14
2015-12-17RADIUS: Enhance display of Egress-VLAN-NameAlexis La Goutte1-4/+31