aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+2
2002-07-17From Kan Sasaki:guy1-64/+210
2002-07-10From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.guy1-1/+4
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-24Bug fix from Kan Sasaki.guy1-2/+5
2002-05-14Update from Kan Sasaki.guy1-14/+4
2002-05-14From Kan Sasaki: added some VSAs from the FreeRadius dictionary filesguy1-237/+1319
2002-05-13From Kan Sasaki:guy1-1835/+955
2002-05-08From Kan Sasaki: VSA decoding and other changes to RADIUS.guy1-295/+1382
2002-05-06Note in comments that we should perhaps get all the information forguy1-1/+34
2002-05-06Fix a typo in a comment.guy1-10/+32
2002-04-14From Joerg Mayer:guy1-5/+7
2002-04-08More static-ization.gram1-2/+2
2002-03-27Cisco updates from Adam Sulmicki.guy1-54/+79
2002-03-27From Adam Sulmicki: enhanced Cisco support, Microsoft vendor ID, andguy1-4/+171
2002-03-22Attach to all frames containing LEAP messages an indication of the stateguy1-39/+41
2002-03-22Additional vendor (Issani) for Radius, and Issani VSA support forguy1-1/+80
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"guy1-56/+162
2002-02-26Just put a full EAP tree under the EAP-message TLV; we will eventuallyguy1-18/+24
2002-02-25Add an EAP dissector that doesn't create a top-level tree and doesn'tguy1-20/+24
2002-02-25Mark the columns non-writable before calling the EAP dissector, so theguy1-1/+14
2002-02-25Small fix from Adam Sulmicki to an off-by-2 problem.guy1-2/+2
2002-02-25Typo fix, from Adam Sulmicki.guy1-2/+2
2002-02-22From Adam Sulmicki: dissect EAP messages inside RADIUS.guy1-8/+24
2002-02-22From Adam Sulmicki: additional AVPs for RADIUS. and makingguy1-2/+31
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-9/+8
2001-11-14Make the RADIUS dissector handle bogus AVPs (AVPs with a length lessguy1-5/+12
2001-10-23Additional items for RADIUS tunnels, from Pavel Novotny.guy1-1/+37
2001-10-01Damn the torpedos[1], commit it anyway.sharpe1-14/+86
2001-09-30Commit Montori Shindo's small patch.sharpe1-1/+2
2001-09-28Additional Ascend codes, and IETF codes, for Radius, from Graeme Hewson.guy1-1/+26
2001-08-21Additional AVPs, and Event-Timestamp support, in RADIUS, from Terjeguy1-1/+66
2001-06-18Don't list the attribute-value pairs if the length field of the packetguy1-9/+11
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-06-14An Acct-Status-Type value of 3 is Interim-Update; thanks and a tip ofguy1-1/+2
2001-06-05Juniper Networks vendor ID in RADIUS dissector, from Hannes Gredler.guy1-1/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-3/+3
2001-02-20In the DIAMETER dissector, clear the Info column before fetchingguy1-80/+75
2001-02-19New tvbuffified DIAMETER dissector, from David Frascone.guy1-8/+1
2001-02-05Fix up some MSVC complaints about (narrowing) type conversions byguy1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-3/+1
2001-01-16Do not use "match_strval()" unless you're prepared to check whether itguy1-3/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-5/+9
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-28The SMI Network Management Private Enterprise Code for Ascend is 529,guy1-2/+10
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3