HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-radius.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2019-04-04 Gerald Combsepan: Convert our PROTO_ITEM_ macros to inline functions.
2019-03-17 Nardi IvanRadius: use generic e212 function to dissect imsi field
2019-01-01 Guy HarrisAdd a "failed" return for tap packet routines.
2018-09-05 Uli HeilmeierRadius: Fix offset for multiple VSA in one AVP
2018-05-17 Peter Wuradius: fix memleaks in dissect_attribute_value_pairs
2018-05-17 Alexis La Goutteradius: fix issue found by PVS Studio (V519)
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-10-29 Michael MannAdd conversation endpoint type
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-09-28 Joakim Karlssonradius: display in same fashion as Diameter
2017-09-07 João ValverdeRADIUS: Use two dictionaries (personal + system)
2017-08-23 João ValverdeRADIUS: Add comment for RFC 6929 preference
2017-08-16 João ValverdeRADIUS: Remove some shortcuts in how we handle Ascend...
2017-08-16 João ValverdeRADIUS: Add preference to disable RFC 6929 extended...
2017-08-13 João ValverdeRADIUS: Initialize vendor attribute type to zero
2017-08-07 João ValverdeRADIUS: Minor cleanup
2017-06-26 João ValverdeParse enterprise-numbers at run time
2017-06-16 João ValverdeRADIUS: Add dictionary support for format= with BEGIN...
2017-06-14 João ValverdeRADIUS: Fix dissection for non-default VSA lengths
2017-06-14 João ValverdeRADIUS: Add comment explaining WiMAX non-standard VSA...
2017-06-03 João ValverdeRADIUS: Fix gda9363e202
2017-05-28 João ValverdeRADIUS: Add Vendor ID, Vendor Type and Vendor Length...
2017-05-25 João ValverdeRADIUS: Add support for extended attributes (RFC 6929)
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-03-12 Alexis La Goutteradius: fix this condition has identical branches ...
2017-03-02 Erik de JongRewrite dissectors to use Libgcrypt functions.
2017-02-28 Peter Wuradius: fix use-after-free after recent memleak fixes
2017-02-28 Peter Wuradius: fix memleaks of value_string
2017-02-27 Michael MannFree radius dissector memory on shutdown
2017-01-28 Michael Mannwmem_map_new -> wmem_map_new_autoreset
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-11-26 Guy HarrisWe only need the tvbuff length for EAP messages.
2016-10-28 Alexis La GoutteRADIUS: fix fix spelling typo found by lintian
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-06-27 Michael Manntvb_get_string_enc + proto_tree_add_item = proto_tree_a...
2016-06-26 Dario Lombardoconversation: rename shadow variable
2016-06-15 Michael MannAllow control of individual columns to be (un)writable.
2016-06-15 Jeff MorrissChange how dissectors do late-field-registration to...
2016-06-06 João ValverdeMove ip6_to_str_buf() to to_str.c and make it take...
2016-04-04 Jeff MorrissRADIUS: more formatting/white space cleanup.
2016-03-31 Jeff MorrissAdd a NULL check: it's not sure we have a radius_call...
2016-03-31 Jeff MorrissEnsure our fields are registered before starting dissec...
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2016-03-15 Jeff Morriss[RADIUS] Fix up formatting.
2016-03-14 Jeff MorrissHandle RADIUS ident reuse better.
2016-03-14 Jeff Morrisswmem-ify the Radius call table.
2016-03-13 Jeff MorrissFix a FIXME: remove an if(tree).
2016-02-26 João ValverdeAdd free_address_wmem(), fix warnings [-Wcast-qual]
2016-02-08 João ValverdeRevert "Add free_address_wmem() and other extensions...
2016-02-07 João ValverdeAdd free_address_wmem() and other extensions to address API
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisMore structure assignments for nstime_t.
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-28 Guy HarrisEliminate more unnecessary casting away of constness.
2015-12-17 Alexis La GoutteRADIUS: Add AVP Type and AVP Length display field
2015-12-17 Alexis La GoutteRADIUS: Enhance display of Egress-VLAN-Name
2015-12-16 Alexis La GoutteRADIUS: Enhance display of Egress-VLANID
2015-12-16 Alexis La GoutteRADIUS: fix indent
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-23 Alexis La GoutteRADIUS: fix indent
2015-11-23 Alexis La GoutteRADIUS: Use directly tvb_ip_to_str
2015-11-23 Alexis La GoutteRADIUS: Fix Dead Store (Dead assignement/Dead increment...
2015-11-23 Alexis La GoutteRADIUS: fix wrong offset for protocol
2015-11-22 Alexis La GoutteRADIUS: Add display field for Ascend data Filter
2015-11-03 João ValverdeRemaining ADDRESS macro to address function conversions
2015-11-03 Alexis La GoutteRADIUS: Fix length of display data for Ascend-Data...
2015-10-29 Alexis La GoutteRADIUS: remove space before ;
2015-10-27 Alexis La GoutteRADIUS: Add IPv6 support to Ascend Data Filter
2015-10-27 Alexis La GoutteRADIUS: Use directly tvb_ip*_to_str
2015-10-27 Alexis La GoutteIt is RADIUS Protocol
2015-08-27 Didier ArenzanaRADIUS: Validation of response authenticators
2015-08-21 Peter LemenkovAllow redefining all ports for RADIUS
2015-07-03 Peter WuCall reassembly_table_destroy and move g_hash_table_destroy
2015-06-23 Evan HuusRemove more deprecated tvb_length
2015-06-22 Michael MannRefactor RTD stats.
2015-02-22 Michael MannAdd tvb_address_with_resolution_to_str.
2015-02-09 Michael MannEliminate the hf member out of the address structure.
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-13 Bill MeierUse ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...
2014-11-16 Alexis La GoutteRADIUS: Fix Dead Store (Dead assignement/Dead increment...
2014-11-13 Michael MannEliminate proto_tree_add_text for some dissectors.
2014-10-20 Guy HarrisGet rid of unnecessary includes of ctype.h.
2014-10-06 Bill MeierAdjust indentation to match editor modelines; Do other...
2014-07-06 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-16 Joerg MayerAdd a FIXME referring to bug 4096
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-22 Alexis La GoutteRADIUS: Remove double space before type (t=...)
2014-05-13 AndersBromanisprint() -> g_ascii_isprint()
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
next