Harald Welte <laforge@gnumonks.org>
[obnox/wireshark/wip.git] / wiretap / airopeek9.c
2012-02-25 guyAdd a presence flag field to the packet information...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 guyAdd missing checks for a too-large packet, so we don...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-11 guyUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-11 guyRemove a no-longer-valid comment (we're not using zlib...
2011-04-06 guyFrom Jakub Zawadzki:
2010-02-27 guyConstify.
2010-02-23 guyFix cast.
2010-02-23 guyAttempt to squelch some compiler warnings.
2009-04-22 guyssize_t is UN*X-only; don't use it.
2009-04-22 guyClean up some 64-bit issues.
2008-09-11 guySuggest why we might have at least 3 different network...
2008-09-10 guyA network type of 2 appears to be similar to a network...
2007-05-21 jmayerFix some (incorrect but unforseeable)
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2005-08-26 guyFix indentation, and fix a comment.
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-07-22 jmayerMore 'char*' -> 'const char*' warning fixes
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-02-06 guyWhether frames in an AiroPeek V9 802.11 capture have...
2004-02-06 guyA MediaSubType value of 1 also means 802.11. (Is that...
2004-02-06 guyMake sure a packet has one and only one length field...
2004-02-06 guyThe time stamps in *Peek V9 files appear to be in nanos...
2004-02-06 guyEthernet frames appear to have 4 bytes of 0 at the...
2004-02-06 guyV9 format appears to be used by some versions of EtherP...
2004-01-27 guySupply a pseudo-header for all 802.11 packets; add...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2003-12-03 guy"strtoul()" returns a "long", not a "long long".
2003-12-02 guyCheck for errors and EOF, and handle them appropriately...
2003-12-02 guyFrom Martijn Schipper: support for reading AiroPeek...