aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-12emem -> wmemJörg Mayer1-3/+3
2013-09-09we don't need brackets around SET_ADDRESS() any moreMartin Kaiser1-4/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-07 coverity 1047692: check return value of inet_pton()Martin Kaiser1-2/+11
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-2/+3
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-1/+11
2013-04-05Fix set-but-not-used warning turned error: use the newly created subtree in a...Jeff Morriss1-15/+15
2013-04-05Use uint instead of intMichael Mann1-1/+1
2013-04-05Replace proto_tree_add_text with itemized filtersMichael Mann1-198/+339
2013-03-19From beroset:Anders Broman1-6/+6
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-3/+1
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-14/+25
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-8/+8
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-13/+13
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+2
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-6/+6
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-2/+2
2009-05-13Apply some of the patches from:Anders Broman1-6/+1
2009-04-21Simplify headerfields a bit.Jaap Keuter1-19/+19
2009-04-03More size_t.Gerald Combs1-1/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix bug #3020: Fix potential memory leaksStephen Fisher1-2/+6
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+5
2008-04-15don't use strdup() if you want to free the memory later with g_free(), this d...Ulf Lamping1-1/+1
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+3
2007-04-30Use memcpy() to copy the session ID to the buffer, so we don't getGuy Harris1-2/+2
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-1/+1
2007-01-24Fix for bug #1308: tacacs decoding fails. Introduce TCP desegmentation forStephen Fisher1-1/+15
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-1/+1
2006-07-11More from Ilja van Sprundel. When we call tvb_new_subset() with aGerald Combs1-22/+27
2006-07-04make the string allocated with g_,alloc since preferences have a scope long...Ronnie Sahlberg1-1/+1
2006-07-04memory allocated by strdup is not frred by using g_freeRonnie Sahlberg1-9/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-25Add a URLJörg Mayer1-0/+1
2006-01-19Make sure we don't use the ADNS version of inet_aton; it's broken.Gerald Combs1-3/+0
2005-08-17remove g_malloc() from rip remove one g_malloc() from tacacsRonnie Sahlberg1-2/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-4/+4