aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/lanalyzer.c
Commit message (Expand)AuthorAgeFilesLines
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-3/+3
* Move the definitions of LANalyzer records to lanalyzer.c.Guy Harris2011-07-101-14/+155
* Define a structure for the record header, and read into that, and thenGuy Harris2011-07-101-33/+18
* At that point in the code, bytes_read isn't the total number of recordGuy Harris2011-07-101-3/+3
* file_read() can return -1; don't just blindly add it to a previousGuy Harris2011-05-101-6/+23
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-9/+9
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-9/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-10/+10
* From Robert Bullen: Fix "Potential access violation when writing to LANalyzer...Bill Meier2011-02-251-1/+13
* Revert SVN #36059; patch from Bug #5698 to be used insteadBill Meier2011-02-251-2/+1
* Fix Bug #5698: "Potential access violation when writing to LANalyzer files"Bill Meier2011-02-251-1/+2
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-192/+100
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-22/+14
* Define the private data structures for some particular capture fileGuy Harris2010-02-241-11/+19
* Update URL for LANalyzer file format.Guy Harris2009-10-261-1/+1
* P64 fixes.Gerald Combs2009-03-091-1/+1
* 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
* Ethereal requires 64-bit integrer support; do the time stampGuy Harris2005-08-281-12/+10
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-5/+9
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* If we don't know the board type in a Lanayzer capture, returnGuy Harris2004-07-081-2/+2
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-11/+15
* The year in a LANalyzer capture's trace summary record is a 2-byte yearGuy Harris2004-01-071-7/+5
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* Make all the byte arrays for writing out stuff "guint8" rather thanGuy Harris2003-12-291-11/+11
* removed some MSVC warnings (warning level 2)Ulf Lamping2003-12-281-3/+3
* prevent MSVC warning:Ulf Lamping2003-12-111-13/+13
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-2/+42
* Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"Guy Harris2003-07-291-6/+2
* Use the "rx_frm_len" field from the trace packet data record header,Guy Harris2003-06-301-2/+25
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-5/+5
* From Joerg Mayer:Guy Harris2002-07-291-2/+2
* From Graeme Hewson:Guy Harris2002-07-161-3/+9
* From Markus Steinmann: support for writing LANalyzer files.Guy Harris2002-06-271-16/+516
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-5/+3
* The old URL for the LANalyzer file format is no longer valid; replace itGuy Harris2002-05-231-2/+2
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-4/+12
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-3/+3
* GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure outGuy Harris2001-04-161-5/+1
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-3/+1
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-2/+2
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-15/+11
* Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez2000-08-251-2/+1
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-2/+2
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-1/+2
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-1/+9