aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
Commit message (Expand)AuthorAgeFilesLines
* The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris2012-07-091-604/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-8/+2
* Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris2012-05-021-75/+6
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-8/+8
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-15/+20
* #if 0 out some unused variables; we may make use of them later, but thisGuy Harris2011-04-121-0/+16
* Move the definitions of all the private data structures out ofGuy Harris2010-02-261-11/+11
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-8/+8
* Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris2005-08-261-12/+9
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-5/+5
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Fix up a comment to note that this is also used for AiroPeek, and usedGuy Harris2004-02-061-2/+9
* Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris2004-01-271-7/+17
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-10/+20
* WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris2003-12-181-1/+15
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-7/+98
* GCC 3.3 noticed that checking whether the length of the slice is > 65535Guy Harris2003-06-251-13/+1
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-7/+7
* From Joerg Mayer:Guy Harris2002-07-291-16/+12
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-4/+2
* The length passed into "seek_read" routines is the length supplied byGuy Harris2002-04-081-6/+1
* Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris2002-04-081-3/+105
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-271-7/+1
* Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris2002-02-151-1/+2
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-2/+2
* Untested support for AiroPeek captures.Guy Harris2002-01-291-7/+4
* Get rid of "m"/"M" and other Macintosh references in names - it appearsGuy Harris2002-01-231-98/+166
* From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" inGuy Harris2002-01-221-1/+2
* Fixes to EtherPeek file reader code, from Alan Harrison.Guy Harris2002-01-211-15/+44
* The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris2002-01-181-13/+12
* It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.Guy Harris2002-01-181-8/+8
* In the EtherPeek file reader, keep the capture start time in a privateGuy Harris2002-01-181-60/+76
* The data structure for per-packet headers for Mac V5 and V6 EtherpeekGuy Harris2001-12-051-64/+96
* 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-5/+5
* From Joerg Mayer:Guy Harris2001-07-131-3/+3
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-4/+1
* Include "etherpeek.h", which declares routines we define, not "snoop.h",Guy Harris2001-03-091-2/+2
* Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris2001-02-221-0/+314