aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nasdaq-itch.c
AgeCommit message (Expand)AuthorFilesLines
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