aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Be more picky about our sscanf integer field widths. Hopefully this willgerald1-2/+2
2011-04-06From Jakub Zawadzki:guy1-1/+1
2011-02-16Fix errors found by the Visual C++ analyzer.gerald1-1/+1
2010-02-27Constify.guy1-3/+3
2010-02-24Move the definition of the private data structure from wtap-int.h to theguy1-25/+33
2009-10-18Fixed data type for asciibuf.stig1-2/+2
2009-03-09P64 fixes.gerald1-4/+4
2008-10-16Fixed a datatype to avoid a warning.stig1-2/+2
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),guy1-1/+3
2008-05-29Have iseries_parse_hex_string() take a "const char *" as its firstguy1-7/+20
2008-05-28Always set pkt_encap, not just when we have the start date. This bug, aroundmorriss1-5/+6
2008-05-08From Anders: Checkapi enabled for wiretap and more functions converted.martinm1-1/+1
2008-05-08strncpy -> g_strlcpyetxrab1-3/+3
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1wmeier1-7/+8
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig1-3/+3
2007-10-19Fix bug #1926: buffer overflow when parsing iseries filessfisher1-1/+1
2007-09-27From Martin Warnes:sake1-1/+5
2007-04-21Match "%4x" with an unsigned value in sscanf.guy1-3/+11
2007-04-10Fix for bug 1526. Compare to uppercased strings.jake1-3/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-17/+17
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-17/+17
2007-03-07Fix a couple of off-by-one overflows reported in bug 1415. Update thegerald1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-9/+10
2006-10-04From Martin Warnes:etxrab1-7/+16
2006-03-29The header will be there, just make sure the date is put in.jake1-1/+3
2006-03-27From Martin Warnes:etxrab1-61/+14
2006-03-27Fix a possible NULL dereference (bug 827 / CID 145). Add an SVNgerald1-54/+59
2006-03-22From Mertin Wrnes:etxrab1-455/+545
2006-03-17From Martin Warnes:jake1-3/+6
2005-11-25From Martin Warnes:etxrab1-0/+756