aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tacacs.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-19Don't use "u_char", use "guchar" for characters and "guint8" for 8-bitguy1-4/+4
2003-11-11"tacplus_pref_cb()" takes no arguments, not an unspecified list ofguy1-2/+2
2003-10-19From Emanuele Caratti:guy1-45/+205
2003-09-29From Emanuele Caratti:guy1-3/+2
2003-09-23As doc/README.developer's "Portability" section says:guy1-3/+3
2003-09-23From Emanuele Caratti: fix a leak in md5_xor.guy1-33/+32
2003-09-20Arrange to free the buffer allocated for the decrypted tvbuff.guy1-1/+12
2003-09-20From Emanuele Caratti: full TACACS+ dissection.guy1-19/+521
2003-05-15"tvb_get_nstringz0()" now expects, as an argument, a value 1 greaterguy1-6/+6
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-9/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+3
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+9
2001-11-27Add { 0, NULL } terminators to some "value_string" arrays lacking them.guy1-3/+7
2001-07-11Put the settings of the flags into the summary line for the TACACS+guy1-2/+8
2001-07-11Make TACACS+ a separate protocol.guy1-81/+305
2001-07-10From Paul Ionescu: fleshed out TACACS/XTACACS/TACACS+ dissector.guy1-64/+132
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-02-28Tvbuffify the TACACS dissector (such as it is).guy1-39/+40
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-3/+5
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
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-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-9/+9
2000-05-11Add tvbuff class.gram1-13/+13
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-4/+14
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-12-03added skeletal tacplus/xtacacs dissectornneul1-0/+152