aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ans.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-23ans: remove unnecessary if (tree) checksMartin Kaiser1-10/+9
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-01-07Use tvb_address_to_str as an optimizationMichael Mann1-4/+1
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-0/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-13/+11
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-1/+1
2009-10-04Don't clear and append string to column. Just add it (which will clear the co...Kovarththanan Rajaratnam1-22/+21
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+153