| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "read record header" and "read packet data" routines into a single | Guy Harris | 2013-06-17 | 1 | -20/+7 |
* | Have the seek-read routines take a Buffer rather than a guint8 pointer | Guy Harris | 2013-06-16 | 1 | -20/+10 |
* | Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means it | Guy Harris | 2013-05-17 | 1 | -55/+41 |
* | If iseries_seek_next_packet() hits the EOF, *err will be set to 0; just | Guy Harris | 2013-05-17 | 1 | -13/+5 |
* | From beroset: | Anders Broman | 2013-03-19 | 1 | -1/+1 |
* | Errors take precedence over EOF; use file_error() after operations that | Guy Harris | 2012-12-27 | 1 | -60/+50 |
* | Do not call wtap_file_read_unknown_bytes() or | Guy Harris | 2012-12-27 | 1 | -37/+34 |
* | OK, does *this* convince the compiler that the loop isn't ever going to | Guy Harris | 2012-12-26 | 1 | -5/+1 |
* | Widen an argument to match its (theoretical) widest possible width. See | Guy Harris | 2012-12-26 | 1 | -5/+6 |
* | Handle the fractions-of-a-second part of the time stamp correctly. | Guy Harris | 2012-10-18 | 1 | -17/+39 |
* | Redo the processing of lines in iSeries text packet dumps. | Guy Harris | 2012-10-18 | 1 | -311/+208 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -3/+4 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -2/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -3/+0 |
* | Fix a buildbot compile warning. | Bill Meier | 2012-04-22 | 1 | -1/+1 |
* | Various minor cleanup: | Bill Meier | 2012-04-22 | 1 | -200/+222 |
* | Fix more indentation. | Guy Harris | 2012-04-20 | 1 | -1/+1 |
* | Use consistent 2-space indentation, and don't use tabs. | Guy Harris | 2012-04-20 | 1 | -496/+496 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -3/+6 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2012-02-06 | 1 | -1/+0 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2012-02-06 | 1 | -3/+3 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -4/+4 |
* | Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warning. | Bill Meier | 2011-06-07 | 1 | -2/+1 |
* | Remove unused varable: | Anders Broman | 2011-05-29 | 1 | -1/+1 |
* | From Martin Warnes: | Anders Broman | 2011-05-29 | 1 | -181/+371 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -17/+20 |
* | Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows. | Guy Harris | 2011-04-11 | 1 | -2/+2 |
* | Be more picky about our sscanf integer field widths. Hopefully this will | Gerald Combs | 2011-04-07 | 1 | -2/+2 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -1/+1 |
* | Fix errors found by the Visual C++ analyzer. | Gerald Combs | 2011-02-16 | 1 | -1/+1 |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -3/+3 |
* | Move the definition of the private data structure from wtap-int.h to the | Guy Harris | 2010-02-24 | 1 | -25/+33 |
* | Fixed data type for asciibuf. | Stig Bjørlykke | 2009-10-18 | 1 | -2/+2 |
* | P64 fixes. | Gerald Combs | 2009-03-09 | 1 | -4/+4 |
* | Fixed a datatype to avoid a warning. | Stig Bjørlykke | 2008-10-16 | 1 | -2/+2 |
* | g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(), | Guy Harris | 2008-09-03 | 1 | -1/+3 |
* | Have iseries_parse_hex_string() take a "const char *" as its first | Guy Harris | 2008-05-29 | 1 | -7/+20 |
* | Always set pkt_encap, not just when we have the start date. This bug, around | Jeff Morriss | 2008-05-28 | 1 | -5/+6 |
* | From Anders: Checkapi enabled for wiretap and more functions converted. | Martin Mathieson | 2008-05-08 | 1 | -1/+1 |
* | strncpy -> g_strlcpy | Anders Broman | 2008-05-08 | 1 | -3/+3 |
* | Fix (Sun) compiler warnings as reported by David Kirkby: Part 1 | Bill Meier | 2008-02-09 | 1 | -7/+8 |
* | Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -3/+3 |
* | Fix bug #1926: buffer overflow when parsing iseries files | Stephen Fisher | 2007-10-19 | 1 | -1/+1 |
* | From Martin Warnes: | Sake Blok | 2007-09-27 | 1 | -1/+5 |
* | Match "%4x" with an unsigned value in sscanf. | Guy Harris | 2007-04-21 | 1 | -3/+11 |
* | Fix for bug 1526. Compare to uppercased strings. | Jaap Keuter | 2007-04-10 | 1 | -3/+5 |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -17/+17 |
* | Fix about 150 warnings new to gcc 4.0 in the error on warning directories. | Stephen Fisher | 2007-03-23 | 1 | -17/+17 |
* | Fix a couple of off-by-one overflows reported in bug 1415. Update the | Gerald Combs | 2007-03-07 | 1 | -1/+1 |