aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-5/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-5/+5
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-8/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-3/+3
2011-05-13From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix anGerald Combs1-0/+9
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-8/+8
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-8/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-8/+8
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-45/+5
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-25/+8
2010-01-23Fix for bug 4408:Jaap Keuter1-2/+14
2009-04-22Clean up some 64-bit issues.Guy Harris1-1/+1
2009-03-09More 64-bit fixes.Gerald Combs1-1/+1
2008-05-08strncpy -> g_strlcpyAnders Broman1-1/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-1/+1
2007-11-25Clean up a comment.Guy Harris1-2/+2
2007-11-25Removed a "/*" within comment.Stig Bjørlykke1-1/+1
2007-11-25Put in a comment about encapsulation hint values.Guy Harris1-1/+8
2007-11-25Note that the encapsulation type values are SNMP ifType values, andGuy Harris1-10/+15
2007-11-24From James Menzies: if the per-packet encapsulation hint is 14, theGuy Harris1-3/+19
2007-11-21Get rid of a no-longer-used variable.Guy Harris1-1/+0
2007-11-21Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's CiscoGuy Harris1-10/+3
2007-08-23From Scott Robinson:Stephen Fisher1-12/+218
2007-03-31From James Menzies:Stephen Fisher1-3/+12
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping1-2/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2006-05-28Ethareal->WiresharkAnders Broman1-1/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+5
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-3/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-11/+14
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris1-8/+8
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-27/+25
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris1-16/+45
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-23/+23
2002-07-29From Joerg Mayer:Guy Harris1-4/+4
2002-07-16From Graeme Hewson:Guy Harris1-2/+9
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-4/+2
2002-05-04Fix capture-file-specific "close output" routines to check whether theGuy Harris1-14/+23
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris1-4/+6
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-7/+7
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-6/+18
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-2/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-4/+2
2001-12-04Support for reading Visual Networks traffic capture files, from TomGuy Harris1-0/+660