| Commit message (Expand) | Author | Age | Files | Lines |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -3/+3 |
* | Move the definitions of LANalyzer records to lanalyzer.c. | Guy Harris | 2011-07-10 | 1 | -14/+155 |
* | Define a structure for the record header, and read into that, and then | Guy Harris | 2011-07-10 | 1 | -33/+18 |
* | At that point in the code, bytes_read isn't the total number of record | Guy Harris | 2011-07-10 | 1 | -3/+3 |
* | file_read() can return -1; don't just blindly add it to a previous | Guy Harris | 2011-05-10 | 1 | -6/+23 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -9/+9 |
* | "This file format can't be written to a pipe" and "this file format | Guy Harris | 2011-04-12 | 1 | -9/+1 |
* | From Jakub Zawadzki: | Guy Harris | 2011-04-06 | 1 | -10/+10 |
* | From Robert Bullen: Fix "Potential access violation when writing to LANalyzer... | Bill Meier | 2011-02-25 | 1 | -1/+13 |
* | Revert SVN #36059; patch from Bug #5698 to be used instead | Bill Meier | 2011-02-25 | 1 | -2/+1 |
* | Fix Bug #5698: "Potential access violation when writing to LANalyzer files" | Bill Meier | 2011-02-25 | 1 | -1/+2 |
* | Don't use fwrite directly when writing a dump file; call it through | Guy Harris | 2010-06-06 | 1 | -192/+100 |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -22/+14 |
* | Define the private data structures for some particular capture file | Guy Harris | 2010-02-24 | 1 | -11/+19 |
* | Update URL for LANalyzer file format. | Guy Harris | 2009-10-26 | 1 | -1/+1 |
* | P64 fixes. | Gerald Combs | 2009-03-09 | 1 | -1/+1 |
* | set compiler option "treat warnings as errors" - to prevent new warnings for ... | Ulf Lamping | 2007-03-21 | 1 | -2/+2 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -4/+4 |
* | Ethereal requires 64-bit integrer support; do the time stamp | Guy Harris | 2005-08-28 | 1 | -12/+10 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -5/+9 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | If we don't know the board type in a Lanayzer capture, return | Guy Harris | 2004-07-08 | 1 | -2/+2 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -11/+15 |
* | The year in a LANalyzer capture's trace summary record is a 2-byte year | Guy Harris | 2004-01-07 | 1 | -7/+5 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | Make all the byte arrays for writing out stuff "guint8" rather than | Guy Harris | 2003-12-29 | 1 | -11/+11 |
* | removed some MSVC warnings (warning level 2) | Ulf Lamping | 2003-12-28 | 1 | -3/+3 |
* | prevent MSVC warning: | Ulf Lamping | 2003-12-11 | 1 | -13/+13 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -2/+42 |
* | Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()" | Guy Harris | 2003-07-29 | 1 | -6/+2 |
* | Use the "rx_frm_len" field from the trace packet data record header, | Guy Harris | 2003-06-30 | 1 | -2/+25 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -2/+2 |
* | From Graeme Hewson: | Guy Harris | 2002-07-16 | 1 | -3/+9 |
* | From Markus Steinmann: support for writing LANalyzer files. | Guy Harris | 2002-06-27 | 1 | -16/+516 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -5/+3 |
* | The old URL for the LANalyzer file format is no longer valid; replace it | Guy Harris | 2002-05-23 | 1 | -2/+2 |
* | Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s. | Guy Harris | 2002-03-04 | 1 | -4/+12 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use longs as file offsets, so that on platforms with 64-bit "long" we | Guy Harris | 2001-10-04 | 1 | -3/+3 |
* | GCC 2.95.1 on SPARC/Solaris, at least, is clever enough to figure out | Guy Harris | 2001-04-16 | 1 | -5/+1 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -3/+1 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -2/+2 |
* | Change wtap_read() API so that the data offset is set via a pointer, and | Gilbert Ramirez | 2000-09-07 | 1 | -15/+11 |
* | Move #include <time.h> into wtap-int.h instead of requiring it in | Gilbert Ramirez | 2000-08-25 | 1 | -2/+1 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -1/+2 |
* | In a Network Monitor capture file, get the starting offsets of frames | Guy Harris | 2000-03-22 | 1 | -1/+9 |