aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-05Put in the radius-types URL but don't list it as a reference.guy1-0/+4
2004-10-04De-@-ify email addresses.gerald1-1/+1
2004-10-04Add support for the PacketCable Event Message Specificationgerald1-30/+1029
2004-10-01From Kestutis Kupciunas: add new vendor enterprise codes for Gemtekguy1-0/+29
2004-09-30Move the #defines for SMI Network Management Private Enterprise Codesguy1-81/+2
2004-09-30Don't undo the last changesetxrab1-2/+2
2004-09-30Add some vendor ID:setxrab1-2/+6
2004-09-27Move the DES, MD4, MD5, and RC4 source files and headers into epan, andguy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-20Update some RADIUS value stringsetxrab1-16/+60
2004-09-19Add to the "radius_attr_info" structure a pointer to an hf_ value, and,guy1-1031/+992
2004-09-13From: Luis Ontanonetxrab1-22/+51
2004-09-13From Nathan Alger: update the JUNOS (Juniper) Radius VSA decodes toguy1-2/+10
2004-08-25Newer version of Luis Ontanon's patch.guy1-82/+80
2004-08-25From Luis Ontanon:etxrab1-5/+127
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+3427