aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
AgeCommit message (Expand)AuthorFilesLines
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