aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-actrace.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-40/+45
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-373/+373
2010-03-03remove check_colAnders Broman1-30/+20
2009-11-09Removed unused variables.Stig Bjørlykke1-8/+0
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...Bill Meier1-20/+30
2009-09-24Minor changes:Bill Meier1-71/+60
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-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-13/+13
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-1/+1
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-10/+4
2008-06-22Make the ACTRACE dissector give away the package if it knows its not a ACTRACE.Stig Bjørlykke1-14/+14
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-20Give them RCS IDs.Guy Harris1-0/+2
2005-07-24change g_strdup() calls with ep_strdup calls (fixing a significant leakage of...Luis Ontanon1-16/+15
2005-07-08Get rid of most unused arguments and variables (including some that areGuy Harris1-48/+32
2005-06-28Squelch a compiler warning.Guy Harris1-1/+1
2005-06-28Add missing commas.Gerald Combs1-3/+3
2005-06-28Terminate a bunch of value_strings.Gerald Combs1-6/+15
2005-06-27remove a \n in the preference string to prevent it from creating a garbage/...Ronnie Sahlberg1-2/+2
2005-06-27From Alejandro VaqueroAnders Broman1-0/+873