aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-3/+0
2012-04-22Fix a buildbot compile warning.Bill Meier1-1/+1
2012-04-22Various minor cleanup:Bill Meier1-200/+222
2012-04-20Fix more indentation.Guy Harris1-1/+1
2012-04-20Use consistent 2-space indentation, and don't use tabs.Guy Harris1-496/+496
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-3/+6
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-4/+4
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier1-2/+1
2011-05-29Remove unused varable:Anders Broman1-1/+1
2011-05-29From Martin Warnes:Anders Broman1-181/+371
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-17/+20
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-2/+2
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs1-2/+2
2011-04-06From Jakub Zawadzki:Guy Harris1-1/+1
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+1
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-3/+3
2010-02-24Move the definition of the private data structure from wtap-int.h to theGuy Harris1-25/+33
2009-10-18Fixed data type for asciibuf.Stig Bjørlykke1-2/+2
2009-03-09P64 fixes.Gerald Combs1-4/+4
2008-10-16Fixed a datatype to avoid a warning.Stig Bjørlykke1-2/+2
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-1/+3
2008-05-29Have iseries_parse_hex_string() take a "const char *" as its firstGuy Harris1-7/+20
2008-05-28Always set pkt_encap, not just when we have the start date. This bug, aroundJeff Morriss1-5/+6
2008-05-08From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson1-1/+1
2008-05-08strncpy -> g_strlcpyAnders Broman1-3/+3
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier1-7/+8
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-3/+3
2007-10-19Fix bug #1926: buffer overflow when parsing iseries filesStephen Fisher1-1/+1
2007-09-27From Martin Warnes:Sake Blok1-1/+5
2007-04-21Match "%4x" with an unsigned value in sscanf.Guy Harris1-3/+11
2007-04-10Fix for bug 1526. Compare to uppercased strings.Jaap Keuter1-3/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-17/+17
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-17/+17
2007-03-07Fix a couple of off-by-one overflows reported in bug 1415. Update theGerald Combs1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-9/+10
2006-10-04From Martin Warnes:Anders Broman1-7/+16
2006-03-29The header will be there, just make sure the date is put in.Jaap Keuter1-1/+3
2006-03-27From Martin Warnes:Anders Broman1-61/+14
2006-03-27Fix a possible NULL dereference (bug 827 / CID 145). Add an SVNGerald Combs1-54/+59
2006-03-22From Mertin Wrnes:Anders Broman1-455/+545
2006-03-17From Martin Warnes:Jaap Keuter1-3/+6
2005-11-25From Martin Warnes:Anders Broman1-0/+756