aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/airopeek9.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-11Suggest why we might have at least 3 different network subtypes for 802.11.guy1-1/+7
2008-09-10A network type of 2 appears to be similar to a network type of 1guy1-1/+3
2007-05-21Fix some (incorrect but unforseeable)jmayer1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2005-08-26Fix indentation, and fix a comment.guy1-2/+2
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-2/+2
2005-07-22More 'char*' -> 'const char*' warning fixesjmayer1-3/+3
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-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anguy1-18/+42
2004-02-06A MediaSubType value of 1 also means 802.11. (Is that what indicatesguy1-2/+2
2004-02-06Make sure a packet has one and only one length field, one and only oneguy1-6/+44
2004-02-06The time stamps in *Peek V9 files appear to be in nanoseconds from theguy1-12/+19
2004-02-06Ethernet frames appear to have 4 bytes of 0 at the end, at least in theguy1-5/+20
2004-02-06V9 format appears to be used by some versions of EtherPeek, too.guy1-85/+218
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toguy1-21/+26
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-9/+14
2003-12-03"strtoul()" returns a "long", not a "long long".guy1-2/+2
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allguy1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureguy1-0/+278