| Commit message (Expand) | Author | Age | Files | Lines |
* | The names "etherpeek" and "airopeek" are a bit misleading, as the | Guy Harris | 2012-07-09 | 1 | -604/+0 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | file_seek() used to be a wrapper around fseek() or gzseek(), both of | Guy Harris | 2012-05-04 | 1 | -8/+2 |
* | Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header" | Guy Harris | 2012-05-02 | 1 | -75/+6 |
* | Add a presence flag field to the packet information structure filled in | Guy Harris | 2012-02-25 | 1 | -0/+2 |
* | Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any | Guy Harris | 2011-12-13 | 1 | -2/+2 |
* | Use guint8 rather than guchar for raw octets and pointers to arrays of | Guy Harris | 2011-09-01 | 1 | -8/+8 |
* | Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered | Guy Harris | 2011-04-21 | 1 | -15/+20 |
* | #if 0 out some unused variables; we may make use of them later, but this | Guy Harris | 2011-04-12 | 1 | -0/+16 |
* | Move the definitions of all the private data structures out of | Guy Harris | 2010-02-26 | 1 | -11/+11 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -8/+8 |
* | Ethereal now requires 64-bit integer support, so get rid of the tests of | Guy Harris | 2005-08-26 | 1 | -12/+9 |
* | 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/+5 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Fix up a comment to note that this is also used for AiroPeek, and used | Guy Harris | 2004-02-06 | 1 | -2/+9 |
* | Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field to | Guy Harris | 2004-01-27 | 1 | -7/+17 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -10/+20 |
* | WildPackets' EtherHelp appears to write EtherPeek-compatible files, | Guy Harris | 2003-12-18 | 1 | -1/+15 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -7/+98 |
* | GCC 3.3 noticed that checking whether the length of the slice is > 65535 | Guy Harris | 2003-06-25 | 1 | -13/+1 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -7/+7 |
* | From Joerg Mayer: | Guy Harris | 2002-07-29 | 1 | -16/+12 |
* | Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't set | Guy Harris | 2002-06-07 | 1 | -4/+2 |
* | The length passed into "seek_read" routines is the length supplied by | Guy Harris | 2002-04-08 | 1 | -6/+1 |
* | Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather than | Guy Harris | 2002-04-08 | 1 | -3/+105 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -7/+1 |
* | Put in a missing "break;" statement. (Testing the untested AiroPeek | Guy Harris | 2002-02-15 | 1 | -1/+2 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -2/+2 |
* | Untested support for AiroPeek captures. | Guy Harris | 2002-01-29 | 1 | -7/+4 |
* | Get rid of "m"/"M" and other Macintosh references in names - it appears | Guy Harris | 2002-01-23 | 1 | -98/+166 |
* | From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" in | Guy Harris | 2002-01-22 | 1 | -1/+2 |
* | Fixes to EtherPeek file reader code, from Alan Harrison. | Guy Harris | 2002-01-21 | 1 | -15/+44 |
* | The time base in an EtherPeek capture isn't necessarily the start time | Guy Harris | 2002-01-18 | 1 | -13/+12 |
* | It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates. | Guy Harris | 2002-01-18 | 1 | -8/+8 |
* | In the EtherPeek file reader, keep the capture start time in a private | Guy Harris | 2002-01-18 | 1 | -60/+76 |
* | The data structure for per-packet headers for Mac V5 and V6 Etherpeek | Guy Harris | 2001-12-05 | 1 | -64/+96 |
* | 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 | -5/+5 |
* | From Joerg Mayer: | Guy Harris | 2001-07-13 | 1 | -3/+3 |
* | Obliging every capture file reader's "open()" routine to seek to the | Guy Harris | 2001-03-10 | 1 | -4/+1 |
* | Include "etherpeek.h", which declares routines we define, not "snoop.h", | Guy Harris | 2001-03-09 | 1 | -2/+2 |
* | Etherpeek version 5, 6, and 7 support, from Daniel Thompson. | Guy Harris | 2001-02-22 | 1 | -0/+314 |