aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-3427/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Move the redefinition of "isprint()" to be used by dissectors whenGuy Harris2004-07-091-18/+4
* From Nathan Alger: update the VSA attributes for Juniper andGuy Harris2004-05-291-10/+93
* Get rid of CR's.Guy Harris2004-03-311-3358/+3358
* Add RADIUS AVP 101, the value string to go with it and some ACC vendor AVP:sAnders Broman2004-03-311-3328/+3358
* From Michael Kopp: add support for vendor-specific items for the CiscoGuy Harris2004-03-301-1/+389
* Handle null RADIUS attribute information without crashing. Found byGerald Combs2004-03-221-2/+6
* If we can't decrypt the user password, display it as hex data, not asGuy Harris2004-03-201-40/+39
* Make a separate display type for the user password, rather than havingGuy Harris2004-03-201-8/+8
* Lars Roland: Another ugly bzero() call fixedJörg Mayer2004-03-091-2/+2
* Get rid of a variable I'd forgotten to back out before I checked theGuy Harris2004-03-071-2/+1
* Note that for THE3GPP_IPV6_DNS_SERVERS we probably *do* need to handleGuy Harris2004-03-061-4/+5
* From Fritz Budiyanto: add various IPv6 attributes as per RFC 3162, andGuy Harris2004-03-061-2/+34
* Update URLs for various IANA documents.Guy Harris2004-02-281-2/+2
* We can't test the GTK+ version in dissectors or libethereal code, asGuy Harris2004-02-051-2/+6
* Undo previous checkin, it only contained acidentally escaped unfinished codeJörg Mayer2004-02-011-5/+1
* packet-dcerpc-afs4int.cJörg Mayer2004-02-011-1/+5
* From Joost Yervante Damad:Guy Harris2004-01-131-2/+16
* Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris2003-12-241-25/+14
* Pass "attr_info" to "rd_value_to_str()" - don't look it up again inGuy Harris2003-12-171-22/+21
* According to RFC 2868, a tag value of 0 is not valid for a string - weGuy Harris2003-12-171-2/+2
* Call the "type" member of a "radius_attr_info" structure "value_type"Guy Harris2003-12-171-26/+37
* Put in more information about the attribute type enum.Guy Harris2003-12-171-51/+36
* Instead of having a whole pile of RADIUS value types, each of which hasGuy Harris2003-12-171-1324/+1051
* Add a new attribute type RADIUS_IP6_ADDRESS for IPv6 addresses.Guy Harris2003-12-091-3/+72
* - Bugfix: Passworddecoding should only be done for attribute 2, butJörg Mayer2003-11-221-9/+23
* From Michael Kopp: add some entries for Cisco VSA for SSG CommunicationGuy Harris2003-07-151-1/+6
* From Adam Sulmicki: report the message type for accounting statusGuy Harris2003-07-011-1/+6
* When registering a string preference, if the value of the preference isGuy Harris2003-03-111-2/+2
* Fetch the time stamp into a gint32, as it's known to be 32 bits, and letGuy Harris2003-02-131-3/+3
* Cast "timeval" to "long", and print it with "%ld", to handle "time_t"Guy Harris2003-02-131-2/+2
* Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIGuy Harris2003-02-121-3/+4
* Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-Guy Harris2003-02-111-6/+2
* Do the usual "isprint()" workaround for versions of GTK+ that assumeGuy Harris2003-01-281-1/+25
* Clean up the code a bit:Guy Harris2002-12-171-14/+17
* Replace #include "md5.h" with "crypt-md5.h".Olivier Abad2002-12-171-2/+2
* From James Harris: Decrypt RADIUS user passwords.Gerald Combs2002-12-171-2/+71
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-4/+4
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-36/+36
* From Flavio Poletti: handle 3GPP QoS in RADIUS messages.Guy Harris2002-08-261-24/+97
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+2
* From Kan Sasaki:Guy Harris2002-07-171-64/+210
* From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.Guy Harris2002-07-101-1/+4
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Bug fix from Kan Sasaki.Guy Harris2002-05-241-2/+5
* Update from Kan Sasaki.Guy Harris2002-05-141-14/+4
* From Kan Sasaki: added some VSAs from the FreeRadius dictionary filesGuy Harris2002-05-141-237/+1319
* From Kan Sasaki:Guy Harris2002-05-131-1835/+955
* From Kan Sasaki: VSA decoding and other changes to RADIUS.Guy Harris2002-05-081-295/+1382