aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/lanalyzer.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-12/+1
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-02-26For LANalyzer files, make the "File type name" be the file comment.Guy Harris1-7/+41
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-3/+3
2011-12-13Check for a bogus record size. Fixes bug 6670.Guy Harris1-0/+10
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-3/+3
2011-07-10Move the definitions of LANalyzer records to lanalyzer.c.Guy Harris1-14/+155
2011-07-10Define a structure for the record header, and read into that, and thenGuy Harris1-33/+18
2011-07-10At that point in the code, bytes_read isn't the total number of recordGuy Harris1-3/+3
2011-05-10file_read() can return -1; don't just blindly add it to a previousGuy Harris1-6/+23
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-9/+9
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-9/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-10/+10
2011-02-25From Robert Bullen: Fix "Potential access violation when writing to LANalyzer...Bill Meier1-1/+13
2011-02-25Revert SVN #36059; patch from Bug #5698 to be used insteadBill Meier1-2/+1
2011-02-25Fix Bug #5698: "Potential access violation when writing to LANalyzer files"Bill Meier1-1/+2
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-192/+100
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-22/+14
2010-02-24Define the private data structures for some particular capture fileGuy Harris1-11/+19
2009-10-26Update URL for LANalyzer file format.Guy Harris1-1/+1
2009-03-09P64 fixes.Gerald Combs1-1/+1
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
2005-08-28Ethereal requires 64-bit integrer support; do the time stampGuy Harris1-12/+10
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-08If we don't know the board type in a Lanayzer capture, returnGuy Harris1-2/+2
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-11/+15
2004-01-07The year in a LANalyzer capture's trace summary record is a 2-byte yearGuy Harris1-7/+5
2004-01-05 removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-29Make all the byte arrays for writing out stuff "guint8" rather thanGuy Harris1-11/+11
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-3/+3
2003-12-11prevent MSVC warning:Ulf Lamping1-13/+13
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+42
2003-07-29Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"Guy Harris1-6/+2
2003-06-30Use the "rx_frm_len" field from the trace packet data record header,Guy Harris1-2/+25
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-07-29From Joerg Mayer:Guy Harris1-2/+2
2002-07-16From Graeme Hewson:Guy Harris1-3/+9
2002-06-27From Markus Steinmann: support for writing LANalyzer files.Guy Harris1-16/+516
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-5/+3
2002-05-23The old URL for the LANalyzer file format is no longer valid; replace itGuy Harris1-2/+2
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-4/+12
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-3/+3
2001-04-16GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure outGuy Harris1-5/+1
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-3/+1