aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tacacs.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-29From Emanuele Caratti:Guy Harris1-3/+2
2003-09-23As doc/README.developer's "Portability" section says:Guy Harris1-3/+3
2003-09-23From Emanuele Caratti: fix a leak in md5_xor.Guy Harris1-33/+32
2003-09-20Arrange to free the buffer allocated for the decrypted tvbuff.Guy Harris1-1/+12
2003-09-20From Emanuele Caratti: full TACACS+ dissection.Guy Harris1-19/+521
2003-05-15"tvb_get_nstringz0()" now expects, as an argument, a value 1 greaterGuy Harris1-6/+6
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-9/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+3
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+9
2001-11-27Add { 0, NULL } terminators to some "value_string" arrays lacking them.Guy Harris1-3/+7
2001-07-11Put the settings of the flags into the summary line for the TACACS+Guy Harris1-2/+8
2001-07-11Make TACACS+ a separate protocol.Guy Harris1-81/+305
2001-07-10From Paul Ionescu: fleshed out TACACS/XTACACS/TACACS+ dissector.Guy Harris1-64/+132
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-4/+4
2001-02-28Tvbuffify the TACACS dissector (such as it is).Guy Harris1-39/+40
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-9/+9
2000-05-11Add tvbuff class.Gilbert Ramirez1-13/+13
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-4/+14
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-03added skeletal tacplus/xtacacs dissectorNathan Neulinger1-0/+152