aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-22- Bugfix: Passworddecoding should only be done for attribute 2, butJörg Mayer1-9/+23
2003-07-15From Michael Kopp: add some entries for Cisco VSA for SSG CommunicationGuy Harris1-1/+6
2003-07-01From Adam Sulmicki: report the message type for accounting statusGuy Harris1-1/+6
2003-03-11When registering a string preference, if the value of the preference isGuy Harris1-2/+2
2003-02-13Fetch the time stamp into a gint32, as it's known to be 32 bits, and letGuy Harris1-3/+3
2003-02-13Cast "timeval" to "long", and print it with "%ld", to handle "time_t"Guy Harris1-2/+2
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIGuy Harris1-3/+4
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-Guy Harris1-6/+2
2003-01-28Do the usual "isprint()" workaround for versions of GTK+ that assumeGuy Harris1-1/+25
2002-12-17Clean up the code a bit:Guy Harris1-14/+17
2002-12-17Replace #include "md5.h" with "crypt-md5.h".Olivier Abad1-2/+2
2002-12-17From James Harris: Decrypt RADIUS user passwords.Gerald Combs1-2/+71
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-4/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-36/+36
2002-08-26From Flavio Poletti: handle 3GPP QoS in RADIUS messages.Guy Harris1-24/+97
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-10/+2
2002-07-17From Kan Sasaki:Guy Harris1-64/+210
2002-07-10From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.Guy Harris1-1/+4
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-24Bug fix from Kan Sasaki.Guy Harris1-2/+5
2002-05-14Update from Kan Sasaki.Guy Harris1-14/+4
2002-05-14From Kan Sasaki: added some VSAs from the FreeRadius dictionary filesGuy Harris1-237/+1319
2002-05-13From Kan Sasaki:Guy Harris1-1835/+955
2002-05-08From Kan Sasaki: VSA decoding and other changes to RADIUS.Guy Harris1-295/+1382
2002-05-06Note in comments that we should perhaps get all the information forGuy Harris1-1/+34
2002-05-06Fix a typo in a comment.Guy Harris1-10/+32
2002-04-14From Joerg Mayer:Guy Harris1-5/+7
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-03-27Cisco updates from Adam Sulmicki.Guy Harris1-54/+79
2002-03-27From Adam Sulmicki: enhanced Cisco support, Microsoft vendor ID, andGuy Harris1-4/+171
2002-03-22Attach to all frames containing LEAP messages an indication of the stateGuy Harris1-39/+41
2002-03-22Additional vendor (Issani) for Radius, and Issani VSA support forGuy Harris1-1/+80
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris1-56/+162
2002-02-26Just put a full EAP tree under the EAP-message TLV; we will eventuallyGuy Harris1-18/+24
2002-02-25Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris1-20/+24
2002-02-25Mark the columns non-writable before calling the EAP dissector, so theGuy Harris1-1/+14
2002-02-25Small fix from Adam Sulmicki to an off-by-2 problem.Guy Harris1-2/+2
2002-02-25Typo fix, from Adam Sulmicki.Guy Harris1-2/+2
2002-02-22From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris1-8/+24
2002-02-22From Adam Sulmicki: additional AVPs for RADIUS. and makingGuy Harris1-2/+31
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-9/+8
2001-11-14Make the RADIUS dissector handle bogus AVPs (AVPs with a length lessGuy Harris1-5/+12
2001-10-23Additional items for RADIUS tunnels, from Pavel Novotny.Guy Harris1-1/+37
2001-10-01Damn the torpedos[1], commit it anyway.Richard Sharpe1-14/+86
2001-09-30Commit Montori Shindo's small patch.Richard Sharpe1-1/+2
2001-09-28Additional Ascend codes, and IETF codes, for Radius, from Graeme Hewson.Guy Harris1-1/+26
2001-08-21Additional AVPs, and Event-Timestamp support, in RADIUS, from TerjeGuy Harris1-1/+66
2001-06-18Don't list the attribute-value pairs if the length field of the packetGuy Harris1-9/+11