summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-16RADIUS: Enhance display of Egress-VLANIDAlexis La Goutte1-0/+38
2015-12-16RADIUS: fix indentAlexis La Goutte1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23RADIUS: fix indentAlexis La Goutte1-25/+25
2015-11-23RADIUS: Use directly tvb_ip_to_strAlexis La Goutte1-6/+1
2015-11-23RADIUS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2015-11-23RADIUS: fix wrong offset for protocolAlexis La Goutte1-1/+1
2015-11-22RADIUS: Add display field for Ascend data FilterAlexis La Goutte1-4/+129
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-4/+4
2015-11-03RADIUS: Fix length of display data for Ascend-Data-FilterAlexis La Goutte1-1/+1
2015-10-29RADIUS: remove space before ;Alexis La Goutte1-12/+12
2015-10-27RADIUS: Add IPv6 support to Ascend Data FilterAlexis La Goutte1-18/+30
2015-10-27RADIUS: Use directly tvb_ip*_to_strAlexis La Goutte1-14/+3
2015-10-27It is RADIUS ProtocolAlexis La Goutte1-1/+1
2015-08-27RADIUS: Validation of response authenticatorsDidier Arenzana1-3/+75
2015-08-21Allow redefining all ports for RADIUSPeter Lemenkov1-19/+41
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+7
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-7/+7
2015-06-22Refactor RTD stats.Michael Mann1-0/+147
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-8/+6
2015-02-09Eliminate the hf member out of the address structure.Michael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-4/+4
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-4/+4