aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csm-encaps.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-01-12Stylistic and whitespace cleanups.Guy Harris1-40/+13
2016-01-11Try to fix "Werror=misleading-indentation"AndersBroman1-40/+160
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-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-4/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-11/+9
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-5/+5
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-3/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2012-04-24Minor cleanup: whitespace, indentation, long-lines, style, typos, etc;Bill Meier1-527/+535
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-69/+67
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-7/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-07Define a few global variables as static.Bill Meier1-6/+6
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-03-31#include reassemble.h not req'dBill Meier1-1/+0
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-12/+11
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-8/+8
2005-10-05Don't reinvent the wheel, use val_to_str/match_strvalJörg Mayer1-20/+2
2005-08-13Fix another infinite loop found by randpkt.Gerald Combs1-2/+2
2005-08-10Remove proprietary information at the author's request.Gerald Combs1-749/+87
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-06-15Fix an infinite loop found by randpkt testing. Change the line endings fromGerald Combs1-1351/+1351
2005-06-11From Angelo Bannack, Anders Broman1-0/+1351