aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cigi.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-34/+26
2017-03-13cigi: fix this condition has identical branches [-Werror=duplicated-branches]...Alexis La Goutte1-0/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-02-22packet-cigi.c: Fix conflicting datatypes for hf_ fields.Michael Mann1-118/+107
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-08-24cigi: don't THROW() an exception from a dissectorMartin Kaiser1-28/+41
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-25cigi: if the packet is not cigi, just returnMartin Kaiser1-6/+4
2015-06-25fix the 'then' statement is equivalent to the 'else' statement found by PVS S...Alexis La Goutte1-5/+1
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-6/+6
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-15/+28
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-34/+76
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-14Try to pptimize heuristics slightly.Anders Broman1-2/+2
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-5/+4
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+4
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-12/+32
2012-11-29Make all enum_val_t's const.Jeff Morriss1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2012-04-20From Evan Huus: Use Add DISSECTOR_ASSERT_HINT() macro. https://bugs.wireshark...Anders Broman1-2/+2
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill 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-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-21From daulis0@gmail.com:Jaap Keuter1-3/+23
2010-11-04Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-4/+12
2010-05-26From Brian Woodard:Jaap Keuter1-1/+1
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-241/+241
2010-05-12Instead of using private #defines for the last argument toGuy Harris1-257/+258
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-5/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-432/+432
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3