aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/airopeek9.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris2004-02-061-18/+42
* A MediaSubType value of 1 also means 802.11. (Is that what indicatesGuy Harris2004-02-061-2/+2
* Make sure a packet has one and only one length field, one and only oneGuy Harris2004-02-061-6/+44
* The time stamps in *Peek V9 files appear to be in nanoseconds from theGuy Harris2004-02-061-12/+19
* Ethernet frames appear to have 4 bytes of 0 at the end, at least in theGuy Harris2004-02-061-5/+20
* V9 format appears to be used by some versions of EtherPeek, too.Guy Harris2004-02-061-85/+218
* Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris2004-01-271-21/+26
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-9/+14
* "strtoul()" returns a "long", not a "long long".Guy Harris2003-12-031-2/+2
* Check for errors and EOF, and handle them appropriately; don't treat allGuy Harris2003-12-021-19/+108
* From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris2003-12-021-0/+278