aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-actrace.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variables.Stig Bjørlykke2009-11-091-8/+0
* Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...Bill Meier2009-09-251-20/+30
* Minor changes:Bill Meier2009-09-241-71/+60
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-6/+3
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-13/+13
* #include <conversation.h> not req'd ....Bill Meier2009-02-061-1/+0
* Minor cleanup related to proto_reg_handoff ....Bill Meier2008-09-111-1/+1
* Cleanup related to prefs & proto_reg_handoffBill Meier2008-09-021-10/+4
* Make the ACTRACE dissector give away the package if it knows its not a ACTRACE.Stig Bjørlykke2008-06-221-14/+14
* Implement some of the minor possible speed improvment patches.Anders Broman2007-10-151-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Give them RCS IDs.Guy Harris2005-09-201-0/+2
* change g_strdup() calls with ep_strdup calls (fixing a significant leakage of...Luis Ontanon2005-07-241-16/+15
* Get rid of most unused arguments and variables (including some that areGuy Harris2005-07-081-48/+32
* Squelch a compiler warning.Guy Harris2005-06-281-1/+1
* Add missing commas.Gerald Combs2005-06-281-3/+3
* Terminate a bunch of value_strings.Gerald Combs2005-06-281-6/+15
* remove a \n in the preference string to prevent it from creating a garbage/...Ronnie Sahlberg2005-06-271-2/+2
* From Alejandro VaqueroAnders Broman2005-06-271-0/+873