For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
[obnox/wireshark/wip.git] / epan / dissectors / packet-radius.c
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-10 guyAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-12-10 wmeierFix Bug 4316: Crash when using custom RADIUS dictionary.
2009-10-12 guyInitialize radius_call, so it's null if we don't pass...
2009-10-12 wmeierReplace use of GMemChunks by se_alloc();
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-26 stigFrom Thierry Andry via bug 3941:
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-30 geraldRemove a couple of unused variables.
2009-07-07 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-07-06 wmeierRadius: Additional attribute handling:
2009-07-03 wmeierFrom: Tobias Witek: Fix processing of radius 'vendor...
2009-06-30 wmeierpacket-radius: Fix exception CLEANUP handling when...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-14 jakePrevent duplicate header field registrations.
2009-06-09 jmayerRFC3576 states, that some messages will use port 3799...
2009-05-13 etxrabApply some of the patches from:
2009-04-02 etxrabFrom Naoyoshi Ueda:
2009-03-29 etxrabMore size_t casts.
2009-03-22 wmeierP64 changes: Fix some cases for which size_t is not...
2009-03-18 etxrabFrom Bjørn Mork:
2008-12-29 etxrabFrom Florian Lohoff:
2008-12-29 etxrabFrom Florian Lohoff:
2008-09-30 wmeierMinor cleanup related to proto_register, proto_reg_handoff
2008-09-11 etxrabWork around a problem with custom columns.
2008-08-05 legoluis.ontanon@gmail.com => luis@ontanon.org
2008-05-14 wmeierFix some of the Errors/warnings detected by checkapi.
2008-04-03 legowireshark.org/lists/wireshark-dev/200803/msg00308.html
2008-03-03 jmayerFix for bugs.wireshark.org/bugzilla/show_bug.cgi?id...
2008-01-14 stigThis patch adds support for configuration profiles...
2007-11-30 kukosause g_strconcat() which should be faster instead of...
2007-09-30 sahlbergchange dissect_radius() to become a new-style dissector...
2007-07-13 etxrabFix bug
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-04-30 guyAdd a header that redefines g_array_index() to throw...
2007-04-28 guyThe data in a GArray is guaranteed to be properly align...
2007-04-10 morrissGet rid of some more g_assert*()'s in the dissectors...
2007-03-23 ulflfix a lot more warnings
2007-01-29 geraldFix potential buffer overruns in address_to_str_buf...
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2006-12-07 etxrabAs ponted out by Stig Bjørlykke change a whole bunch...
2006-11-14 jmayernikai@nikai.net:
2006-10-24 etxrabFrom Alejandro Vaquero:
2006-09-05 martinmMake smrse & radius dissectors findable by name
2006-08-27 ulflsquelch some compiler warnings
2006-06-27 sahlbergfix a tiny memory leak where wireshark would lose a...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-16 jmayerdone:
2006-01-05 jmayerBill Meier:
2005-12-30 legoFrom: Graeme Hewson
2005-12-20 jmayerpacket-radius.c, packet-xml.c:
2005-10-01 legopropperly initialize vendor->ett if the vendor is not...
2005-09-27 guyGive more details about too-short AVPs, give up immedia...
2005-09-26 guyAdd a new "ipxnet" type for the RADIUS dictionary,...
2005-09-25 legotest the avp_vsa_len not the avp_lenght!
2005-09-25 legoDon't ASSERT if a VSA is too short, add an item reporti...
2005-09-24 lego- There can be '/' in attribute names as well
2005-09-23 sahlbergDont decrement the length by 2 if it is already less...
2005-09-19 legoChange "Value" into "VSA" for Vendor SPecific Attributes
2005-09-19 lego- allow multiple attributes inside one VSA (fixes bug...
2005-09-13 guyConvert some more "tvb_memcpy()"s fetching IPv4 and...
2005-08-27 sahlbergsprintf removal
2005-07-30 guyClean up some more const issues.
2005-07-29 guyUse "PROTO_ITEM_SET_GENERATED()" to mark generated...
2005-07-26 geraldDon't add a new data source if we don't have any data.
2005-07-25 legoGet rid of a unused variable
2005-07-25 legoFix the IP address representation string (was inverted...
2005-07-25 geraldBreak out of an infinite loop. Fixes bugs 296 and...
2005-07-24 guyFix some typoes.
2005-07-24 guyConstify to remove a bunch of warnings. Add some casts...
2005-07-24 lego- change the report_failure dialog for a less painful...
2005-07-17 geraldTweak the previous fix.
2005-07-17 geraldMake the recent RADIUS changes work on IA64.
2005-07-16 guyGet rid of the newline between "radius:" and the error...
2005-07-15 legoRadius Dictionary Support
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-19 etxrabAdd some Cisco AVP:s
2005-06-16 etxrabChange "radius type" on some vendor AVP:s and add some...
2005-06-14 etxrabAdd vendor AVP:s for T-Mobile and T-Systems Nova Inter...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-06-08 etxrabFix a typo.
2005-05-30 geraldFrom Steve Grubb: Fix buffer and array length checks...
2005-05-05 jmayerChange 802.11f -> F, 802.1d -> D, 802.1x -> X, 802...
2005-04-28 geraldCheck an AVP length. Fixes bug 128.
2005-03-14 guyTagged integers have 4 bytes of data (1 byte of tag...
2005-03-14 guyComment changes.
2005-03-07 legoFrom Florian Lohoff:
2005-02-28 etxrabChange the RADIUS ATTRIBUTES for some 3GPP AVP:s to...
2005-02-08 etxrabFrom LEGO
2005-01-31 etxrabFrom LEGO:
2004-12-26 guyFrom Luis Ontanon: add more filterable fields to DNS...
2004-12-22 guyRFC 2868 says that the length of a "tagged string"...
2004-12-22 guyIn the "rdconvertXXXtostr()" routines, check that the...
2004-12-22 guyMove the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED,...
2004-12-22 guyAdd some checks to make sure the AVP length is large...
2004-12-20 geraldRemove an unneeded "ntohl()" call.
2004-12-09 geraldAdd PacketCable Event Message information to the "Info...
2004-12-08 etxrabAdd a value string for 3gpp2 Service option values.
2004-12-08 geraldCheck for an invalid header length.
next