From Hans-Christoph Schemmel:
[obnox/wireshark/wip.git] / wiretap / iseries.c
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-07 geraldBe more picky about our sscanf integer field widths...
2011-04-06 guyFrom Jakub Zawadzki:
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2010-02-27 guyConstify.
2010-02-24 guyMove the definition of the private data structure from...
2009-10-18 stigFixed data type for asciibuf.
2009-03-09 geraldP64 fixes.
2008-10-16 stigFixed a datatype to avoid a warning.
2008-09-03 guyg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-05-29 guyHave iseries_parse_hex_string() take a "const char...
2008-05-28 morrissAlways set pkt_encap, not just when we have the start...
2008-05-08 martinmFrom Anders: Checkapi enabled for wiretap and more...
2008-05-08 etxrabstrncpy -> g_strlcpy
2008-02-09 wmeierFix (Sun) compiler warnings as reported by David Kirkby...
2008-01-24 stigFixed some more malloc -> g_malloc, free -> g_free...
2007-10-19 sfisherFix bug #1926: buffer overflow when parsing iseries...
2007-09-27 sakeFrom Martin Warnes:
2007-04-21 guyMatch "%4x" with an unsigned value in sscanf.
2007-04-10 jakeFix for bug 1526. Compare to uppercased strings.
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-07 geraldFix a couple of off-by-one overflows reported in bug...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-10-04 etxrabFrom Martin Warnes:
2006-03-29 jakeThe header will be there, just make sure the date is...
2006-03-27 etxrabFrom Martin Warnes:
2006-03-27 geraldFix a possible NULL dereference (bug 827 / CID 145...
2006-03-22 etxrabFrom Mertin Wrnes:
2006-03-17 jakeFrom Martin Warnes:
2005-11-25 etxrabFrom Martin Warnes: