aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwres.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-31format_text_wmem -> format_textMichael Mann1-3/+3
2017-01-31Add format_text_wmem.Michael Mann1-3/+3
2017-01-19dns: change get_dns_name to return consumed bytes + actual name len.Dario Lombardo1-16/+22
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-33/+5
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-4/+5
2015-08-12[lwres] Fix (32 bit ?) MSVC-2015 warning: "conversion from 'size_t' to 'guint...Bill Meier1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-12/+21
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-142/+70
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-19/+17
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-22/+22
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-922/+924
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-121/+53
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-07White space cleanupJeff Morriss1-64/+64
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-14Fix several buffer overflows found by babi babi. Replace a lot of manualGerald Combs1-284/+82
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-03-29More size_t casts.Anders Broman1-2/+2
2009-02-22Incorporate plugin dissector into build in collection.Jaap Keuter1-0/+1510