aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-10/+10
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-2/+16
* Add Attribute Tunnel-Password, from Florian Lohoff.Gilbert Ramirez2000-04-051-1/+4
* Some cleanup of the RADIUS AVP output (Tunnel Tagging Tag), and a bit ofGuy Harris2000-03-211-49/+79
* Florian Lohoff's changes for RADIUS tunnel attributes and for theGuy Harris2000-03-201-2/+88
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-4/+4
* Fix infinite loop on short packets or bad data in radius dissector.Gilbert Ramirez1999-12-021-1/+7
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-8/+16
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-4/+9
* Checked in Johan's Updated RADIUS dissector which uses the new proto_treeGilbert Ramirez1999-08-031-19/+58
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-3/+2
* Added Johan's RADIUS dissector, finally. I modified it to fit in with theGilbert Ramirez1999-07-081-0/+589