aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-egd.c
AgeCommit message (Expand)AuthorFilesLines
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-2/+3
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-5/+2
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+4
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
2012-01-19Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-10Fix for bug 4720:Jaap Keuter1-9/+9
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-3/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier1-98/+93
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-23/+14
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-08-07From Ryan Wamsley:Jaap Keuter1-0/+271