Fix possible compilation errors.
[obnox/wireshark/wip.git] / wiretap / wtap.c
2011-05-31 cmaynardDeclare the snapshot_length as unsigned.
2011-05-17 tuexen* Don't declare a used arg as unused.
2011-05-09 guyGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 guyFrom Jakub Zawadzki: for file read progress bars, use...
2011-04-28 etxrabFrom Hans-Christoph Schemmel:
2011-04-21 guyIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guyNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 guyIf we hit an EOF - wth->subtype_read returns FALSE...
2011-04-12 guyFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-12 guyAllow wtap_sequential_close() and wtap_close() to retur...
2011-04-10 guyDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 guyAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2011-04-10 guyUse AC_SYS_LARGEFILE to turn on large file support...
2011-04-08 guyFrom Jakub Zawadzki:
2011-04-07 guyFrom Jakub Zawadzki:
2011-03-24 geraldAdd initial pcapng name resolution record support....
2011-03-07 wmeierFrom Martin Kaiser: dissector for DVB-CI (Common Interface)
2011-02-02 jakeFrom njohnkev:
2010-12-19 jakePrepare for handling DLT_IPV4 and DLT_IPV6.
2010-10-20 wmeierFrom Hadriel Kaplan: IPFIX file format support.
2010-09-22 morrissVery old versions of libz (such as the one that comes...
2010-07-30 guyDefine WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file...
2010-07-19 guyInitial support for Network Monitor 802.11 radio header.
2010-07-18 guyAdd an entry in encap_table_base for SocketCAN.
2010-05-10 martinmFix non-libz build.
2010-05-07 geraldZlib has an officially-sanctioned way of clearing EOF...
2010-05-07 geraldEOF in zlib 1.2.5 seems to be sticky. When we're tailin...
2010-03-28 guyFrom Robert Bullen: give the Bluetooth-H4-with-Linux...
2010-02-27 guyConstify.
2009-12-03 stigAdded missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOG...
2009-12-03 stigFrom Petr Sumbera via bug 4284:
2009-10-17 stigFrom Marton Nemeth:
2009-08-23 jakeFrom kahou:
2009-07-16 stigFrom Kahou via bug 3739:
2009-06-16 stigSupport per packet dumping in wtap_encap_string() and...
2009-06-01 stigFrom Ravi Kondamuru via bug 3457:
2009-01-07 jakeFrom Duncan Salerno:
2008-12-23 guyHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-11-27 stigAdded support for open TNEF files directly.
2008-11-20 jakeFrom yami:
2008-11-16 etxrabFrom Max Filippov:
2008-08-12 etxrabFrom Alexey Neyman:
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-24 guyExpand and clean up the descriptions of the new WTAP_EN...
2008-04-23 jakeThe constants are there, now they need real names.
2008-03-05 etxrabFrom Owen Kirby :
2008-02-25 morrissAdd support for DLT_IPMB (199). The dissector for...
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-12-16 stigFrom Fulko Hew:
2007-10-16 morrissFrom Paolo Abeni via bug 1751:
2007-10-08 etxrabFrom Florent DROUIN:
2007-07-12 jakeFrom Jim Paris:
2007-06-13 geraldAdd support for PPI (the Per-Packet Information header...
2007-05-04 legoAdd a plugin interface to wiretap.
2007-03-22 sahlbergFrom Shaun Jackman
2007-01-01 jakeFrom Mark C. Brown:
2006-11-27 guyAdd Wiretap encapsulation type for IEEE 802.16 MAC...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-10-10 sahlbergFrom Paolo Abeni
2006-08-17 etxrabFrom Hannes Gredler:
2006-05-08 galBasic Encoding Rules (BER) encoded file reading. Not...
2006-04-16 guyGet rid of the unused WTAP_ENCAP value - holes in the...
2006-04-14 etxrabFrom Martin Mathieson:
2006-03-30 etxrabFrom Martin Mathieson:
2006-03-02 etxrabFrom Daniele Orlandi:
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-09-20 etxrabFrom Hannes Gredler:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 jmayer- Include the .h files in their .c files.
2005-08-19 guyAdd APIs to Wiretap to return the file of the size...
2005-08-12 etxrabFrom Hannes Gredler
2005-07-22 etxrabFrom Hannes Gredler:
2005-05-17 etxrabFrom Mark C Brown,:
2005-05-11 sahlbergFrom Hannes Gredler
2005-05-02 tuexen- Add support for libpcap files for MTP2 with a per...
2005-04-03 guyFix up the table of encapsulation type strings to match...
2005-04-03 guyMake editcap use wtap_read(); that eliminates the last...
2005-01-31 guyFrom Florian Lohoff: Redback SmartEdge SE400/800 tcpdum...
2005-01-28 guyFrom Yoshihiro Oyama: support "-" as a file name, refer...
2005-01-20 guyFrom Hannes Gredler: support for Juniper's DLT_JUNIPER_...
2004-12-07 guyAdd an entry for the new DLT_GPRS_LLC (so that nobody...
2004-10-29 guyAs Sam Leffler notes, the radiotap header isn't BSD...
2004-09-19 guyFrom Mark C. Brown: fix support for nettl NETTL_SUBSYS_...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-07 guyAdd an encapsulation type for BACnet MS/TP, and map...
2004-03-30 guyFrom Albert Chin: "config.h" should come before all...
2004-03-23 guyAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2004-03-11 guyAdd support for DLT_ value 99, as used by the Axent...
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-29 guyThe DLT_ value 127 is being used for the BSD radio...
2004-01-28 guyFrom Tomas Kukosa: reserve private WTAP_ENCAP values...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2003-12-18 guyFrom Jan Kiszka: IrDA support.
2003-12-03 guyFrom Jeff Morriss: add support for libpcap MTP2 and...
2003-10-25 guyAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-05-16 guyFix a typo.
2003-05-15 guyFrom Can Erkin Acar: OpenBSD is now using tcpdump.org...
2003-03-04 guyA captured length bigger than the actual length makes...
2003-01-31 guyAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
next