aboutsummaryrefslogtreecommitdiffstats
path: root/packet-radius.c
Commit message (Expand)AuthorAgeFilesLines
* 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