aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/visual.c
AgeCommit message (Expand)AuthorFilesLines
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