aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v52.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-16packet-v52.c: Remove duplicates from info_element_values.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-01-25v52: Fix a minor bug introduced in gc71e88e; plus ...Bill Meier1-483/+490
2015-01-23Remove incorrect 'if (tree)'Bill Meier1-2/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-07-25Empty proto_reg_handoff_* are not needed, remove some.Jakub Zawadzki1-7/+0
2014-07-08Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-341/+207
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-14/+14
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-14/+14
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-33/+33
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-332/+340
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-65/+65
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-1/+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-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-136/+136
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-5/+5
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-04-28Let's not use tabs with tab-width=4; Converts tabs to spaces (with indent=4).Bill Meier1-2016/+2016
2010-03-11Partially revert copyright.Gerald Combs1-0/+3
2010-02-03Change author attribution as per https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-12/+10
2010-01-22#include stdio & etc not req'd (and remove // lines committed by mistake ...)Bill Meier1-3/+0
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-13/+10
2009-07-27From Vladimir Smrekar:Anders Broman1-355/+362
2009-07-15Add a modeline blurb. Minor indentation fix.Gerald Combs1-1/+13
2009-07-15Make sure we advance our offset during a while loop. This should fix recentGerald Combs1-0/+7
2009-07-14#include prefs.h not req'd; Also: remove unused #defineBill Meier1-3/+1
2009-07-14From Vladimir Smrekar :Anders Broman1-0/+2535