| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap", | Guy Harris | 2004-03-03 | 1 | -2/+1 |
* | Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or an | Guy Harris | 2004-02-06 | 1 | -18/+42 |
* | A MediaSubType value of 1 also means 802.11. (Is that what indicates | Guy Harris | 2004-02-06 | 1 | -2/+2 |
* | Make sure a packet has one and only one length field, one and only one | Guy Harris | 2004-02-06 | 1 | -6/+44 |
* | The time stamps in *Peek V9 files appear to be in nanoseconds from the | Guy Harris | 2004-02-06 | 1 | -12/+19 |
* | Ethernet frames appear to have 4 bytes of 0 at the end, at least in the | Guy Harris | 2004-02-06 | 1 | -5/+20 |
* | V9 format appears to be used by some versions of EtherPeek, too. | Guy Harris | 2004-02-06 | 1 | -85/+218 |
* | Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field to | Guy Harris | 2004-01-27 | 1 | -21/+26 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -9/+14 |
* | "strtoul()" returns a "long", not a "long long". | Guy Harris | 2003-12-03 | 1 | -2/+2 |
* | Check for errors and EOF, and handle them appropriately; don't treat all | Guy Harris | 2003-12-02 | 1 | -19/+108 |
* | From Martijn Schipper: support for reading AiroPeek files in V9 capture | Guy Harris | 2003-12-02 | 1 | -0/+278 |