aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note in comments that we should perhaps get all the information forGuy Harris2002-05-061-1/+34
* Fix a typo in a comment.Guy Harris2002-05-061-10/+32
* From Joerg Mayer:Guy Harris2002-04-141-5/+7
* More static-ization.Gilbert Ramirez2002-04-081-2/+2
* Cisco updates from Adam Sulmicki.Guy Harris2002-03-271-54/+79
* From Adam Sulmicki: enhanced Cisco support, Microsoft vendor ID, andGuy Harris2002-03-271-4/+171
* Attach to all frames containing LEAP messages an indication of the stateGuy Harris2002-03-221-39/+41
* Additional vendor (Issani) for Radius, and Issani VSA support forGuy Harris2002-03-221-1/+80
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-261-56/+162
* Just put a full EAP tree under the EAP-message TLV; we will eventuallyGuy Harris2002-02-261-18/+24
* Add an EAP dissector that doesn't create a top-level tree and doesn'tGuy Harris2002-02-251-20/+24
* Mark the columns non-writable before calling the EAP dissector, so theGuy Harris2002-02-251-1/+14
* Small fix from Adam Sulmicki to an off-by-2 problem.Guy Harris2002-02-251-2/+2
* Typo fix, from Adam Sulmicki.Guy Harris2002-02-251-2/+2
* From Adam Sulmicki: dissect EAP messages inside RADIUS.Guy Harris2002-02-221-8/+24
* From Adam Sulmicki: additional AVPs for RADIUS. and makingGuy Harris2002-02-221-2/+31
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-9/+8
* Make the RADIUS dissector handle bogus AVPs (AVPs with a length lessGuy Harris2001-11-141-5/+12
* Additional items for RADIUS tunnels, from Pavel Novotny.Guy Harris2001-10-231-1/+37
* Damn the torpedos[1], commit it anyway.Richard Sharpe2001-10-011-14/+86
* Commit Montori Shindo's small patch.Richard Sharpe2001-09-301-1/+2
* Additional Ascend codes, and IETF codes, for Radius, from Graeme Hewson.Guy Harris2001-09-281-1/+26
* Additional AVPs, and Event-Timestamp support, in RADIUS, from TerjeGuy Harris2001-08-211-1/+66
* Don't list the attribute-value pairs if the length field of the packetGuy Harris2001-06-181-9/+11
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* An Acct-Status-Type value of 3 is Interim-Update; thanks and a tip ofGuy Harris2001-06-141-1/+2
* Juniper Networks vendor ID in RADIUS dissector, from Hannes Gredler.Guy Harris2001-06-051-1/+2
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-3/+3
* In the DIAMETER dissector, clear the Info column before fetchingGuy Harris2001-02-201-80/+75
* New tvbuffified DIAMETER dissector, from David Frascone.Guy Harris2001-02-191-8/+1
* Fix up some MSVC complaints about (narrowing) type conversions byGuy Harris2001-02-051-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-3/+1
* Do not use "match_strval()" unless you're prepared to check whether itGuy Harris2001-01-161-3/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+9
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* The SMI Network Management Private Enterprise Code for Ascend is 529,Guy Harris2000-11-281-2/+10
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-5/+5
* "rd_match_strval()" just does what "val_to_str()" does with a formatGuy Harris2000-07-301-9/+2
* David Frascone's DIAMETER dissector.Guy Harris2000-07-301-1/+8