aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nasdaq-itch.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-05nasdap-itch: fix this statement may fall through [-Werror=implicit-fallthroug...Alexis La Goutte1-0/+4
2017-01-31Add Decode As capabilities to MoldUDP dissectorJustin Helgesen1-0/+1
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-10/+10
2016-01-13Use result of register_dissectorPeter Wu1-4/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+7
2015-10-27Add Decode As capabilities to MoldUDP64 dissector.Michael Mann1-3/+12
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-23NASDAQ ITCH: Missing break in switch (CID 280465)Alexis La Goutte1-0/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-07-25Empty proto_reg_handoff_* are not needed, remove some.Jakub Zawadzki1-7/+0
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-29Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-16Constify a character array;Bill Meier1-184/+195
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-15emem -> wmemPascal Quantin1-2/+3
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+16
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-58/+33
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+3
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
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+4
2011-01-06strtoull() doesn't exist on Windows, use g_ascii_strtoull() instead.Jeff Morriss1-1/+1
2011-01-06Rather than creating strtoul{l} functions that can deal with possibly non-NULLJeff Morriss1-55/+18
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-1/+1
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17type conversion gdouble<->guint64 is not supported in all MSVC versions, conv...Tomas Kukosa1-1/+2
2008-12-15Rename SOUP & ITCH dissectors to NASDAQ-SOUP & NASDAQ-ITCHBill Meier1-0/+664