aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-5/+5
2000-07-30"rd_match_strval()" just does what "val_to_str()" does with a formatguy1-9/+2
2000-07-30David Frascone's DIAMETER dissector.guy1-1/+8
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-11Add tvbuff class.gram1-10/+10
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-2/+16
2000-04-05Add Attribute Tunnel-Password, from Florian Lohoff.gram1-1/+4
2000-03-21Some cleanup of the RADIUS AVP output (Tunnel Tagging Tag), and a bit ofguy1-49/+79
2000-03-20Florian Lohoff's changes for RADIUS tunnel attributes and for theguy1-2/+88
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-4/+4
1999-12-02Fix infinite loop on short packets or bad data in radius dissector.gram1-1/+7
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-8/+16
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-4/+9
1999-08-03Checked in Johan's Updated RADIUS dissector which uses the new proto_treegram1-19/+58
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-3/+2
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with thegram1-0/+589