aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
AgeCommit message (Expand)AuthorFilesLines
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