aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-2/+2
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-137/+137
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-2/+2
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-10-24From Alejandro Vaquero:Anders Broman1-39/+389
2006-09-05Make smrse & radius dissectors findable by nameMartin Mathieson1-0/+1
2006-08-27squelch some compiler warningsUlf Lamping1-1/+1
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ...Ronnie Sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-11/+18
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-12-30From: Graeme Hewson Luis Ontanon1-1/+1
2005-12-20packet-radius.c, packet-xml.c:Jörg Mayer1-0/+2
2005-10-01propperly initialize vendor->ett if the vendor is not found while radius_regi...Luis Ontanon1-2/+3
2005-09-27Give more details about too-short AVPs, give up immediately for AVPsGuy Harris1-40/+36
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkGuy Harris1-214/+330
2005-09-25test the avp_vsa_len not the avp_lenght!Luis Ontanon1-1/+1
2005-09-25Don't ASSERT if a VSA is too short, add an item reporting the error and leave.Luis Ontanon1-1/+7
2005-09-24- There can be '/' in attribute names as wellLuis Ontanon1-0/+3
2005-09-23Dont decrement the length by 2 if it is already less than twoRonnie Sahlberg1-0/+1
2005-09-19Change "Value" into "VSA" for Vendor SPecific AttributesLuis Ontanon1-1/+1
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)Luis Ontanon1-76/+145
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris1-7/+6
2005-08-27sprintf removalRonnie Sahlberg1-7/+6
2005-07-30Clean up some more const issues.Guy Harris1-2/+2
2005-07-29Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; itGuy Harris1-4/+7
2005-07-26Don't add a new data source if we don't have any data.Gerald Combs1-1/+1
2005-07-25Get rid of a unused variableLuis Ontanon1-1/+0
2005-07-25Fix the IP address representation string (was inverted on little endians)Luis Ontanon1-2/+3
2005-07-25Break out of an infinite loop. Fixes bugs 296 and 297.Gerald Combs1-5/+11
2005-07-24Fix some typoes.Guy Harris1-120/+242
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-2/+2
2005-07-24- change the report_failure dialog for a less painful g_warningLuis Ontanon1-16/+18
2005-07-17Tweak the previous fix.Gerald Combs1-1/+1
2005-07-17Make the recent RADIUS changes work on IA64.Gerald Combs1-2/+2
2005-07-16Get rid of the newline between "radius:" and the error when trying toGuy Harris1-2/+3
2005-07-15Radius Dictionary SupportLuis Ontanon1-4713/+644
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-8/+3
2005-06-19Add some Cisco AVP:sAnders Broman1-1/+18
2005-06-16Change "radius type" on some vendor AVP:s and add some more ones.Anders Broman1-6/+47
2005-06-14Add vendor AVP:s for T-Mobile and T-Systems Nova International GmbH.Anders Broman1-28/+56
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-3/+3
2005-06-08Fix a typo.Anders Broman1-1/+1
2005-05-30From Steve Grubb: Fix buffer and array length checks. Fixes part of bug 217.Gerald Combs1-1/+1
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pJörg Mayer1-2/+2
2005-04-28Check an AVP length. Fixes bug 128.Gerald Combs1-0/+2
2005-03-14Tagged integers have 4 bytes of data (1 byte of tag, 3 bytes ofGuy Harris1-1/+1
2005-03-14Comment changes.Guy Harris1-1/+2
2005-03-07From Florian Lohoff:Luis Ontanon1-0/+21
2005-02-28Change the RADIUS ATTRIBUTES for some 3GPP AVP:s to display them as (UTF8)Str...Anders Broman1-35/+29