aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/airopeek9.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-5/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-11/+11
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris1-1/+14
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-2/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-17/+22
2011-04-11Use ws_open(), not open(), so we handle UTF-8 pathnames on Windows.Guy Harris1-3/+0
2011-04-11Remove a no-longer-valid comment (we're not using zlib's I/O routines,Guy Harris1-3/+0
2011-04-06From Jakub Zawadzki:Guy Harris1-1/+1
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-13/+13
2010-02-23Fix cast.Guy Harris1-1/+1
2010-02-23Attempt to squelch some compiler warnings.Guy Harris1-2/+2
2009-04-22ssize_t is UN*X-only; don't use it.Guy Harris1-12/+12
2009-04-22Clean up some 64-bit issues.Guy Harris1-5/+5
2008-09-11Suggest why we might have at least 3 different network subtypes for 802.11.Guy Harris1-1/+7
2008-09-10A network type of 2 appears to be similar to a network type of 1Guy Harris1-1/+3
2007-05-21Fix some (incorrect but unforseeable)Jörg Mayer1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2005-08-26Fix indentation, and fix a comment.Guy Harris1-2/+2
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-3/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris1-18/+42
2004-02-06A MediaSubType value of 1 also means 802.11. (Is that what indicatesGuy Harris1-2/+2
2004-02-06Make sure a packet has one and only one length field, one and only oneGuy Harris1-6/+44
2004-02-06The time stamps in *Peek V9 files appear to be in nanoseconds from theGuy Harris1-12/+19
2004-02-06Ethernet frames appear to have 4 bytes of 0 at the end, at least in theGuy Harris1-5/+20
2004-02-06V9 format appears to be used by some versions of EtherPeek, too.Guy Harris1-85/+218
2004-01-27Supply a pseudo-header for all 802.11 packets; add an "fcs_len" field toGuy Harris1-21/+26
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-9/+14
2003-12-03"strtoul()" returns a "long", not a "long long".Guy Harris1-2/+2
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allGuy Harris1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris1-0/+278