aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofGuy Harris1-12/+9
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+5
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-02-06Fix up a comment to note that this is also used for AiroPeek, and usedGuy Harris1-2/+9
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris1-7/+17
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-10/+20
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris1-1/+15
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-7/+98
2003-06-25GCC 3.3 noticed that checking whether the length of the slice is > 65535Guy Harris1-13/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-7/+7
2002-07-29From Joerg Mayer:Guy Harris1-16/+12
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-4/+2
2002-04-08The length passed into "seek_read" routines is the length supplied byGuy Harris1-6/+1
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanGuy Harris1-3/+105
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-7/+1
2002-02-15Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris1-1/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris1-2/+2
2002-01-29Untested support for AiroPeek captures.Guy Harris1-7/+4
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsGuy Harris1-98/+166
2002-01-22From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" inGuy Harris1-1/+2
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.Guy Harris1-15/+44
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeGuy Harris1-13/+12
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.Guy Harris1-8/+8
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateGuy Harris1-60/+76
2001-12-05The data structure for per-packet headers for Mac V5 and V6 EtherpeekGuy Harris1-64/+96
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-5/+5
2001-07-13From Joerg Mayer:Guy Harris1-3/+3
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-4/+1
2001-03-09Include "etherpeek.h", which declares routines we define, not "snoop.h",Guy Harris1-2/+2
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.Guy Harris1-0/+314