| Commit message (Expand) | Author | Age | Files | Lines |
* | replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i... | Michael Mann | 2013-01-04 | 1 | -2/+2 |
* | Do not call wtap_file_read_unknown_bytes() or | Guy Harris | 2012-12-27 | 1 | -4/+4 |
* | Add wtap_pseudo_header union to wtap_pkthdr structure. | Jakub Zawadzki | 2012-10-16 | 1 | -5/+7 |
* | 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 |
* | Try to squelch warnings | Anders Broman | 2012-06-02 | 1 | -5/+5 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -8/+1 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+2 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -2/+2 |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -3/+3 |
* | From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix an | Gerald Combs | 2011-05-13 | 1 | -0/+9 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -8/+8 |
* | "This file format can't be written to a pipe" and "this file format | Guy Harris | 2011-04-12 | 1 | -8/+1 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -8/+8 |
* | Don't use fwrite directly when writing a dump file; call it through | Guy Harris | 2010-06-06 | 1 | -45/+5 |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -25/+8 |
* | Fix for bug 4408: | Jaap Keuter | 2010-01-23 | 1 | -2/+14 |
* | Clean up some 64-bit issues. | Guy Harris | 2009-04-22 | 1 | -1/+1 |
* | More 64-bit fixes. | Gerald Combs | 2009-03-09 | 1 | -1/+1 |
* | strncpy -> g_strlcpy | Anders Broman | 2008-05-08 | 1 | -1/+1 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 1 | -1/+1 |
* | Clean up a comment. | Guy Harris | 2007-11-25 | 1 | -2/+2 |
* | Removed a "/*" within comment. | Stig Bjørlykke | 2007-11-25 | 1 | -1/+1 |
* | Put in a comment about encapsulation hint values. | Guy Harris | 2007-11-25 | 1 | -1/+8 |
* | Note that the encapsulation type values are SNMP ifType values, and | Guy Harris | 2007-11-25 | 1 | -10/+15 |
* | From James Menzies: if the per-packet encapsulation hint is 14, the | Guy Harris | 2007-11-24 | 1 | -3/+19 |
* | Get rid of a no-longer-used variable. | Guy Harris | 2007-11-21 | 1 | -1/+0 |
* | Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's Cisco | Guy Harris | 2007-11-21 | 1 | -10/+3 |
* | From Scott Robinson: | Stephen Fisher | 2007-08-23 | 1 | -12/+218 |
* | From James Menzies: | Stephen Fisher | 2007-03-31 | 1 | -3/+12 |
* | set compiler option "treat warnings as errors" - to prevent new warnings for ... | Ulf Lamping | 2007-03-21 | 1 | -2/+2 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -4/+4 |
* | Ethareal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -5/+5 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -3/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -11/+14 |
* | Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLC | Guy Harris | 2003-10-25 | 1 | -8/+8 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -27/+25 |
* | Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture files | Guy Harris | 2003-01-31 | 1 | -16/+45 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -23/+23 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -4/+4 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -2/+9 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -4/+2 |
* | Fix capture-file-specific "close output" routines to check whether the | Guy Harris | 2002-05-04 | 1 | -14/+23 |
* | Move the definition of the FROM_DCE bit in the "flags" field of a | Guy Harris | 2002-04-09 | 1 | -4/+6 |
* | Make "wtap_seek_read()" return TRUE on success and FALSE on error, like | Guy Harris | 2002-03-05 | 1 | -7/+7 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 1 | -6/+18 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -2/+5 |