aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/etherpeek.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-8/+8
2005-08-26Ethereal now requires 64-bit integer support, so get rid of the tests ofguy1-12/+9
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-5/+5
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",guy1-2/+1
2004-02-06Fix up a comment to note that this is also used for AiroPeek, and usedguy1-2/+9
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toguy1-7/+17
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-10/+20
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,guy1-1/+15
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -guy1-7/+98
2003-06-25GCC 3.3 noticed that checking whether the length of the slice is > 65535guy1-13/+1
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