aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-7/+7
2002-07-29From Joerg Mayer:guy1-16/+12
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-4/+2
2002-04-08The length passed into "seek_read" routines is the length supplied byguy1-6/+1
2002-04-08Use WTAP_ENCAP_IEEE_802_11_WITH_RADIO for AiroPeek files, rather thanguy1-3/+105
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-7/+1
2002-02-15Put in a missing "break;" statement. (Testing the untested AiroPeekguy1-1/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromguy1-2/+2
2002-01-29Untested support for AiroPeek captures.guy1-7/+4
2002-01-23Get rid of "m"/"M" and other Macintosh references in names - it appearsguy1-98/+166
2002-01-22From Alan Harrison: set "wth->phdr.pkt_encap" to "wth->file_encap" inguy1-1/+2
2002-01-21Fixes to EtherPeek file reader code, from Alan Harrison.guy1-15/+44
2002-01-18The time base in an EtherPeek capture isn't necessarily the start timeguy1-13/+12
2002-01-18It's EtherPeek, not Etherpeek, as WildPackets' Web site indicates.guy1-8/+8
2002-01-18In the EtherPeek file reader, keep the capture start time in a privateguy1-60/+76
2001-12-05The data structure for per-packet headers for Mac V5 and V6 Etherpeekguy1-64/+96
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-5/+5
2001-07-13From Joerg Mayer:guy1-3/+3
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-4/+1
2001-03-09Include "etherpeek.h", which declares routines we define, not "snoop.h",guy1-2/+2
2001-02-22Etherpeek version 5, 6, and 7 support, from Daniel Thompson.guy1-0/+314