aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-25test the avp_vsa_len not the avp_lenght!lego1-1/+1
2005-09-25Don't ASSERT if a VSA is too short, add an item reporting the error and leave.lego1-1/+7
2005-09-24- There can be '/' in attribute names as welllego1-0/+3
2005-09-23Dont decrement the length by 2 if it is already less than twosahlberg1-0/+1
2005-09-19Change "Value" into "VSA" for Vendor SPecific Attributeslego1-1/+1
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)lego1-76/+145
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toguy1-7/+6
2005-08-27sprintf removalsahlberg1-7/+6
2005-07-30Clean up some more const issues.guy1-2/+2
2005-07-29Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; itguy1-4/+7
2005-07-26Don't add a new data source if we don't have any data.gerald1-1/+1
2005-07-25Get rid of a unused variablelego1-1/+0
2005-07-25Fix the IP address representation string (was inverted on little endians)lego1-2/+3
2005-07-25Break out of an infinite loop. Fixes bugs 296 and 297.gerald1-5/+11
2005-07-24Fix some typoes.guy1-120/+242
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-2/+2
2005-07-24- change the report_failure dialog for a less painful g_warninglego1-16/+18
2005-07-17Tweak the previous fix.gerald1-1/+1
2005-07-17Make the recent RADIUS changes work on IA64.gerald1-2/+2
2005-07-16Get rid of the newline between "radius:" and the error when trying toguy1-2/+3
2005-07-15Radius Dictionary Supportlego1-4713/+644
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-8/+3
2005-06-19Add some Cisco AVP:setxrab1-1/+18
2005-06-16Change "radius type" on some vendor AVP:s and add some more ones.etxrab1-6/+47
2005-06-14Add vendor AVP:s for T-Mobile and T-Systems Nova International GmbH.etxrab1-28/+56
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-3/+3
2005-06-08Fix a typo.etxrab1-1/+1
2005-05-30From Steve Grubb: Fix buffer and array length checks. Fixes part of bug 217.gerald1-1/+1
2005-05-05Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> pjmayer1-2/+2
2005-04-28Check an AVP length. Fixes bug 128.gerald1-0/+2
2005-03-14Tagged integers have 4 bytes of data (1 byte of tag, 3 bytes ofguy1-1/+1
2005-03-14Comment changes.guy1-1/+2
2005-03-07From Florian Lohoff:lego1-0/+21
2005-02-28Change the RADIUS ATTRIBUTES for some 3GPP AVP:s to display them as (UTF8)Str...etxrab1-35/+29
2005-02-08From LEGOetxrab1-4/+26
2005-01-31From LEGO:etxrab1-4/+1
2004-12-26From Luis Ontanon: add more filterable fields to DNS, PGM, GTP, and RADIUS.guy1-1/+7
2004-12-22RFC 2868 says that the length of a "tagged string" field must be atguy1-8/+8
2004-12-22In the "rdconvertXXXtostr()" routines, check that the length passed inguy1-12/+16
2004-12-22Move the RADIUS_TIMESTAMP, RADIUS_INTEGER4_TAGGED, and RADIUS_UNKNOWNguy1-33/+37
2004-12-22Add some checks to make sure the AVP length is large enough for the itemguy1-9/+48
2004-12-20Remove an unneeded "ntohl()" call.gerald1-2/+1
2004-12-09Add PacketCable Event Message information to the "Info" column.gerald1-2/+21
2004-12-08Add a value string for 3gpp2 Service option values.etxrab1-1/+51
2004-12-08Check for an invalid header length.gerald1-8/+14
2004-12-01Squelch some compiler warnings.guy1-2/+2
2004-11-24add some 3gpp2 AVP:s to packet-radius.c and use "vendor" table packet-3g-a11.cetxrab1-0/+114
2004-11-16Fix a cut/paste error.gerald1-1/+1
2004-10-05Actually use radius_vendor_packetcable_policy_decision_status_vals.gerald1-1/+1
2004-10-05Add checks in "rd_add_field_to_tree()" for the length of the field.guy1-8/+30