aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sita.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
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-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-12/+19
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-8/+8
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-09-14emem -> wmemJörg Mayer1-7/+7
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-6/+8
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-12/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-241/+343
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs1-10/+9
2011-08-16More misspellings of "unknown", for bug 6244.Guy Harris1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+2
2009-04-03Use an emem_strbuf_t where appropriate.Guy Harris1-8/+10
2009-03-29Define certain fcns as static (if not used externally).Bill Meier1-1/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-09-27Small cleanup of proto_reg_handoff & etcBill Meier1-25/+18
2007-12-18No extended characters here please.Jaap Keuter1-1/+1
2007-12-16From Fulko Hew:Stig Bjørlykke1-0/+309