aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
Commit message (Expand)AuthorAgeFilesLines
* replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann2013-01-041-2/+2
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-4/+4
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-5/+7
* 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
* Try to squelch warningsAnders Broman2012-06-021-5/+5
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-8/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-3/+3
* From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix anGerald Combs2011-05-131-0/+9
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-8/+8
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-8/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-8/+8
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-45/+5
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-25/+8
* Fix for bug 4408:Jaap Keuter2010-01-231-2/+14
* Clean up some 64-bit issues.Guy Harris2009-04-221-1/+1
* More 64-bit fixes.Gerald Combs2009-03-091-1/+1
* strncpy -> g_strlcpyAnders Broman2008-05-081-1/+1
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-1/+1
* Clean up a comment.Guy Harris2007-11-251-2/+2
* Removed a "/*" within comment.Stig Bjørlykke2007-11-251-1/+1
* Put in a comment about encapsulation hint values.Guy Harris2007-11-251-1/+8
* Note that the encapsulation type values are SNMP ifType values, andGuy Harris2007-11-251-10/+15
* From James Menzies: if the per-packet encapsulation hint is 14, theGuy Harris2007-11-241-3/+19
* Get rid of a no-longer-used variable.Guy Harris2007-11-211-1/+0
* Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's CiscoGuy Harris2007-11-211-10/+3
* From Scott Robinson:Stephen Fisher2007-08-231-12/+218
* From James Menzies:Stephen Fisher2007-03-311-3/+12
* set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping2007-03-211-2/+2
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-4/+4
* Ethareal->WiresharkAnders Broman2006-05-281-1/+1
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-5/+5
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-3/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-11/+14
* Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris2003-10-251-8/+8
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-27/+25
* Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris2003-01-311-16/+45
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-23/+23
* From Joerg Mayer:Guy Harris2002-07-291-4/+4
* From Graeme Hewson:Guy Harris2002-07-161-2/+9
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-4/+2
* Fix capture-file-specific "close output" routines to check whether theGuy Harris2002-05-041-14/+23
* Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris2002-04-091-4/+6
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-7/+7
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-6/+18
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-2/+5