aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-3/+3
2011-05-13From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Fix angerald1-0/+9
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-8/+8
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-8/+1
2011-04-06From Jakub Zawadzki:guy1-8/+8
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-45/+5
2010-02-27Constify.guy1-25/+8
2010-01-23Fix for bug 4408:jake1-2/+14
2009-04-22Clean up some 64-bit issues.guy1-1/+1
2009-03-09More 64-bit fixes.gerald1-1/+1
2008-05-08strncpy -> g_strlcpyetxrab1-1/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-1/+1
2007-11-25Clean up a comment.guy1-2/+2
2007-11-25Removed a "/*" within comment.stig1-1/+1
2007-11-25Put in a comment about encapsulation hint values.guy1-1/+8
2007-11-25Note that the encapsulation type values are SNMP ifType values, andguy1-10/+15
2007-11-24From James Menzies: if the per-packet encapsulation hint is 14, theguy1-3/+19
2007-11-21Get rid of a no-longer-used variable.guy1-1/+0
2007-11-21Don't use "if it begins with 0xff 0x03 it's PPP, otherwise it's Ciscoguy1-10/+3
2007-08-23From Scott Robinson:sfisher1-12/+218
2007-03-31From James Menzies:sfisher1-3/+12
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...ulfl1-2/+2
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2006-05-28Ethareal->Wiresharketxrab1-1/+1
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-5/+5
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-3/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-11/+14
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCguy1-8/+8
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-27/+25
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy1-16/+45
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-23/+23
2002-07-29From Joerg Mayer:guy1-4/+4
2002-07-16From Graeme Hewson:guy1-2/+9
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-4/+2
2002-05-04Fix capture-file-specific "close output" routines to check whether theguy1-14/+23
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aguy1-4/+6
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-7/+7
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-6/+18
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-2/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-4/+2
2001-12-04Support for reading Visual Networks traffic capture files, from Tomguy1-0/+660