aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iseries.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-20/+7
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-20/+10
* Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means itGuy Harris2013-05-171-55/+41
* If iseries_seek_next_packet() hits the EOF, *err will be set to 0; justGuy Harris2013-05-171-13/+5
* From beroset:Anders Broman2013-03-191-1/+1
* Errors take precedence over EOF; use file_error() after operations thatGuy Harris2012-12-271-60/+50
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-37/+34
* OK, does *this* convince the compiler that the loop isn't ever going toGuy Harris2012-12-261-5/+1
* Widen an argument to match its (theoretical) widest possible width. SeeGuy Harris2012-12-261-5/+6
* Handle the fractions-of-a-second part of the time stamp correctly. Guy Harris2012-10-181-17/+39
* Redo the processing of lines in iSeries text packet dumps.Guy Harris2012-10-181-311/+208
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-3/+0
* Fix a buildbot compile warning.Bill Meier2012-04-221-1/+1
* Various minor cleanup:Bill Meier2012-04-221-200/+222
* Fix more indentation.Guy Harris2012-04-201-1/+1
* Use consistent 2-space indentation, and don't use tabs.Guy Harris2012-04-201-496/+496
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-3/+6
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-061-1/+0
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-02-061-3/+3
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-4/+4
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning.Bill Meier2011-06-071-2/+1
* Remove unused varable:Anders Broman2011-05-291-1/+1
* From Martin Warnes:Anders Broman2011-05-291-181/+371
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-17/+20
* Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris2011-04-111-2/+2
* Be more picky about our sscanf integer field widths. Hopefully this willGerald Combs2011-04-071-2/+2
* From Jakub Zawadzki:Guy Harris2011-04-061-1/+1
* Fix errors found by the Visual C++ analyzer.Gerald Combs2011-02-161-1/+1
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-3/+3
* Move the definition of the private data structure from wtap-int.h to theGuy Harris2010-02-241-25/+33
* Fixed data type for asciibuf.Stig Bjørlykke2009-10-181-2/+2
* P64 fixes.Gerald Combs2009-03-091-4/+4
* Fixed a datatype to avoid a warning.Stig Bjørlykke2008-10-161-2/+2
* g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris2008-09-031-1/+3
* Have iseries_parse_hex_string() take a "const char *" as its firstGuy Harris2008-05-291-7/+20
* Always set pkt_encap, not just when we have the start date. This bug, aroundJeff Morriss2008-05-281-5/+6
* From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson2008-05-081-1/+1
* strncpy -> g_strlcpyAnders Broman2008-05-081-3/+3
* Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier2008-02-091-7/+8
* Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke2008-01-241-3/+3
* Fix bug #1926: buffer overflow when parsing iseries filesStephen Fisher2007-10-191-1/+1
* From Martin Warnes:Sake Blok2007-09-271-1/+5
* Match "%4x" with an unsigned value in sscanf.Guy Harris2007-04-211-3/+11
* Fix for bug 1526. Compare to uppercased strings.Jaap Keuter2007-04-101-3/+5
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-17/+17
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-17/+17
* Fix a couple of off-by-one overflows reported in bug 1415. Update theGerald Combs2007-03-071-1/+1