Use val_to_str_ext() & friends to access sminmpec_values[];
[metze/wireshark/wip.git] / epan / dissectors / packet-radius.c
2010-09-17 Bill MeierUse val_to_str_ext() & friends to access sminmpec_values[];
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-12-10 Bill MeierFix Bug 4316: Crash when using custom RADIUS dictionary.
2009-10-12 Guy HarrisInitialize radius_call, so it's null if we don't pass...
2009-10-12 Bill MeierReplace use of GMemChunks by se_alloc();
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-08-26 Stig BjørlykkeFrom Thierry Andry via bug 3941:
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-30 Gerald CombsRemove a couple of unused variables.
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-07-06 Bill MeierRadius: Additional attribute handling:
2009-07-03 Bill MeierFrom: Tobias Witek: Fix processing of radius 'vendor...
2009-06-30 Bill Meierpacket-radius: Fix exception CLEANUP handling when...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-14 Jaap KeuterPrevent duplicate header field registrations.
2009-06-09 Jörg MayerRFC3576 states, that some messages will use port 3799...
2009-05-13 Anders BromanApply some of the patches from:
2009-04-02 Anders BromanFrom Naoyoshi Ueda:
2009-03-29 Anders BromanMore size_t casts.
2009-03-22 Bill MeierP64 changes: Fix some cases for which size_t is not...
2009-03-18 Anders BromanFrom Bjørn Mork:
2008-12-29 Anders BromanFrom Florian Lohoff:
2008-12-29 Anders BromanFrom Florian Lohoff:
2008-09-30 Bill MeierMinor cleanup related to proto_register, proto_reg_handoff
2008-09-11 Anders BromanWork around a problem with custom columns.
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-05-14 Bill MeierFix some of the Errors/warnings detected by checkapi.
2008-04-03 Luis Ontanonwireshark.org/lists/wireshark-dev/200803/msg00308.html
2008-03-03 Jörg MayerFix for bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2008-01-14 Stig BjørlykkeThis patch adds support for configuration profiles...
2007-11-30 Tomas Kukosause g_strconcat() which should be faster instead of...
2007-09-30 Ronnie Sahlbergchange dissect_radius() to become a new-style dissector...
2007-07-13 Anders BromanFix bug
2007-05-29 Guy HarrisUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-04-30 Guy HarrisAdd a header that redefines g_array_index() to throw...
2007-04-28 Guy HarrisThe data in a GArray is guaranteed to be properly align...
2007-04-10 Jeff MorrissGet rid of some more g_assert*()'s in the dissectors...
2007-03-23 Ulf Lampingfix a lot more warnings
2007-01-29 Gerald CombsFix potential buffer overruns in address_to_str_buf...
2007-01-02 Gerald CombsMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-12-07 Anders BromanAs ponted out by Stig Bjørlykke change a whole bunch...
2006-11-14 Jörg Mayernikai@nikai.net:
2006-10-24 Anders BromanFrom Alejandro Vaquero:
2006-09-05 Martin MathiesonMake smrse & radius dissectors findable by name
2006-08-27 Ulf Lampingsquelch some compiler warnings
2006-06-27 Ronnie Sahlbergfix a tiny memory leak where wireshark would lose a...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-16 Jörg Mayerdone:
2006-01-05 Jörg MayerBill Meier:
2005-12-30 Luis OntanonFrom: Graeme Hewson
2005-12-20 Jörg Mayerpacket-radius.c, packet-xml.c:
2005-10-01 Luis Ontanonpropperly initialize vendor->ett if the vendor is not...
2005-09-27 Guy HarrisGive more details about too-short AVPs, give up immedia...
2005-09-26 Guy HarrisAdd a new "ipxnet" type for the RADIUS dictionary,...
2005-09-25 Luis Ontanontest the avp_vsa_len not the avp_lenght!
2005-09-25 Luis OntanonDon't ASSERT if a VSA is too short, add an item reporti...
2005-09-24 Luis Ontanon- There can be '/' in attribute names as well
2005-09-23 Ronnie SahlbergDont decrement the length by 2 if it is already less...
2005-09-19 Luis OntanonChange "Value" into "VSA" for Vendor SPecific Attributes
2005-09-19 Luis Ontanon- allow multiple attributes inside one VSA (fixes bug...
2005-09-13 Guy HarrisConvert some more "tvb_memcpy()"s fetching IPv4 and...
2005-08-27 Ronnie Sahlbergsprintf removal
2005-07-30 Guy HarrisClean up some more const issues.
2005-07-29 Guy HarrisUse "PROTO_ITEM_SET_GENERATED()" to mark generated...
2005-07-26 Gerald CombsDon't add a new data source if we don't have any data.
2005-07-25 Luis OntanonGet rid of a unused variable
2005-07-25 Luis OntanonFix the IP address representation string (was inverted...
2005-07-25 Gerald CombsBreak out of an infinite loop. Fixes bugs 296 and...
2005-07-24 Guy HarrisFix some typoes.
2005-07-24 Guy HarrisConstify to remove a bunch of warnings. Add some casts...
2005-07-24 Luis Ontanon- change the report_failure dialog for a less painful...
2005-07-17 Gerald CombsTweak the previous fix.
2005-07-17 Gerald CombsMake the recent RADIUS changes work on IA64.
2005-07-16 Guy HarrisGet rid of the newline between "radius:" and the error...
2005-07-15 Luis OntanonRadius Dictionary Support
2005-06-26 Guy HarrisGet rid of the private "my_match_strval()" routine...
2005-06-19 Anders BromanAdd some Cisco AVP:s
2005-06-16 Anders BromanChange "radius type" on some vendor AVP:s and add some...
2005-06-14 Anders BromanAdd vendor AVP:s for T-Mobile and T-Systems Nova Inter...
2005-06-10 Ulf Lampingjust to get things straight: a dissector should *never...
2005-06-08 Anders BromanFix a typo.
2005-05-30 Gerald CombsFrom Steve Grubb: Fix buffer and array length checks...
2005-05-05 Jörg MayerChange 802.11f -> F, 802.1d -> D, 802.1x -> X, 802...
2005-04-28 Gerald CombsCheck an AVP length. Fixes bug 128.
2005-03-14 Guy HarrisTagged integers have 4 bytes of data (1 byte of tag...
2005-03-14 Guy HarrisComment changes.
2005-03-07 Luis OntanonFrom Florian Lohoff:
2005-02-28 Anders BromanChange the RADIUS ATTRIBUTES for some 3GPP AVP:s to...
2005-02-08 Anders BromanFrom LEGO
2005-01-31 Anders BromanFrom LEGO:
2004-12-26 Guy HarrisFrom Luis Ontanon: add more filterable fields to DNS...
2004-12-22 Guy HarrisRFC 2868 says that the length of a "tagged string"...
2004-12-22 Guy HarrisIn the "rdconvertXXXtostr()" routines, check that the...
2004-12-22 Guy HarrisMove the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED,...
2004-12-22 Guy HarrisAdd some checks to make sure the AVP length is large...
2004-12-20 Gerald CombsRemove an unneeded "ntohl()" call.
next