aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-actrace.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-14/+14
2020-07-25ISDN, LAPD: clean up the way they connect to other dissectors.Guy Harris1-9/+15
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-32/+7
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-196/+209
2014-09-08Convert some deprecated tvb_length callsEvan Huus1-1/+1
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-11/+8
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus1-15/+15
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+2
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-2/+2
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
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