Speed up (slightly) reading of long text lines.
[metze/wireshark/wip.git] / wiretap / wtap.c
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-31 Chris MaynardDeclare the snapshot_length as unsigned.
2011-05-17 Michael Tüxen* Don't declare a used arg as unused.
2011-05-09 Guy HarrisGet rid of the fd member of a wth structure; the FILE_T...
2011-05-09 Guy HarrisFrom Jakub Zawadzki: for file read progress bars, use...
2011-04-28 Anders BromanFrom Hans-Christoph Schemmel:
2011-04-21 Guy HarrisIn file_wrappers.c, explicitly set err_info to null...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy HarrisNow that wtap_read() checks for delayed errors on EOF...
2011-04-12 Guy HarrisIf we hit an EOF - wth->subtype_read returns FALSE...
2011-04-12 Guy HarrisFrom Jakub Zawadzki: speed up random access to gzipped...
2011-04-12 Guy HarrisAllow wtap_sequential_close() and wtap_close() to retur...
2011-04-10 Guy HarrisDefine ws_statb64 to be the appropriate "struct XXX...
2011-04-10 Guy HarrisAdd ws_fstat64(), defined to be fstat on UN*X and _fsta...
2011-04-10 Guy HarrisUse AC_SYS_LARGEFILE to turn on large file support...
2011-04-08 Guy HarrisFrom Jakub Zawadzki:
2011-04-07 Guy HarrisFrom Jakub Zawadzki:
2011-03-24 Gerald CombsAdd initial pcapng name resolution record support....
2011-03-07 Bill MeierFrom Martin Kaiser: dissector for DVB-CI (Common Interface)
2011-02-02 Jaap KeuterFrom njohnkev:
2010-12-19 Jaap KeuterPrepare for handling DLT_IPV4 and DLT_IPV6.
2010-10-20 Bill MeierFrom Hadriel Kaplan: IPFIX file format support.
2010-09-22 Jeff MorrissVery old versions of libz (such as the one that comes...
2010-07-30 Guy HarrisDefine WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file...
2010-07-19 Guy HarrisInitial support for Network Monitor 802.11 radio header.
2010-07-18 Guy HarrisAdd an entry in encap_table_base for SocketCAN.
2010-05-10 Martin MathiesonFix non-libz build.
2010-05-07 Gerald CombsZlib has an officially-sanctioned way of clearing EOF...
2010-05-07 Gerald CombsEOF in zlib 1.2.5 seems to be sticky. When we're tailin...
2010-03-28 Guy HarrisFrom Robert Bullen: give the Bluetooth-H4-with-Linux...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-12-03 Stig BjørlykkeAdded missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOG...
2009-12-03 Stig BjørlykkeFrom Petr Sumbera via bug 4284:
2009-10-17 Stig BjørlykkeFrom Marton Nemeth:
2009-08-23 Jaap KeuterFrom kahou:
2009-07-16 Stig BjørlykkeFrom Kahou via bug 3739:
2009-06-16 Stig BjørlykkeSupport per packet dumping in wtap_encap_string() and...
2009-06-01 Stig BjørlykkeFrom Ravi Kondamuru via bug 3457:
2009-01-07 Jaap KeuterFrom Duncan Salerno:
2008-12-23 Guy HarrisHandle the new DLT_USB_LINUX_MMAP link-layer type.
2008-11-27 Stig BjørlykkeAdded support for open TNEF files directly.
2008-11-20 Jaap KeuterFrom yami:
2008-11-16 Anders BromanFrom Max Filippov:
2008-08-12 Anders BromanFrom Alexey Neyman:
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-24 Guy HarrisExpand and clean up the descriptions of the new WTAP_EN...
2008-04-23 Jaap KeuterThe constants are there, now they need real names.
2008-03-05 Anders BromanFrom Owen Kirby :
2008-02-25 Jeff MorrissAdd support for DLT_IPMB (199). The dissector for...
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-12-16 Stig BjørlykkeFrom Fulko Hew:
2007-10-16 Jeff MorrissFrom Paolo Abeni via bug 1751:
2007-10-08 Anders BromanFrom Florent DROUIN:
2007-07-12 Jaap KeuterFrom Jim Paris:
2007-06-13 Gerald CombsAdd support for PPI (the Per-Packet Information header...
2007-05-04 Luis OntanonAdd a plugin interface to wiretap.
2007-03-22 Ronnie SahlbergFrom Shaun Jackman
2007-01-01 Jaap KeuterFrom Mark C. Brown:
2006-11-27 Guy HarrisAdd Wiretap encapsulation type for IEEE 802.16 MAC...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-10-10 Ronnie SahlbergFrom Paolo Abeni
2006-08-17 Anders BromanFrom Hannes Gredler:
2006-05-08 Graeme LuntBasic Encoding Rules (BER) encoded file reading. Not...
2006-04-16 Guy HarrisGet rid of the unused WTAP_ENCAP value - holes in the...
2006-04-14 Anders BromanFrom Martin Mathieson:
2006-03-30 Anders BromanFrom Martin Mathieson:
2006-03-02 Anders BromanFrom Daniele Orlandi:
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-09-20 Anders BromanFrom Hannes Gredler:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-20 Jörg Mayer- Include the .h files in their .c files.
2005-08-19 Guy HarrisAdd APIs to Wiretap to return the file of the size...
2005-08-12 Anders BromanFrom Hannes Gredler
2005-07-22 Anders BromanFrom Hannes Gredler:
2005-05-17 Anders BromanFrom Mark C Brown,:
2005-05-11 Ronnie SahlbergFrom Hannes Gredler
2005-05-02 Michael Tüxen- Add support for libpcap files for MTP2 with a per...
2005-04-03 Guy HarrisFix up the table of encapsulation type strings to match...
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
2005-01-31 Guy HarrisFrom Florian Lohoff: Redback SmartEdge SE400/800 tcpdum...
2005-01-28 Guy HarrisFrom Yoshihiro Oyama: support "-" as a file name, refer...
2005-01-20 Guy HarrisFrom Hannes Gredler: support for Juniper's DLT_JUNIPER_...
2004-12-07 Guy HarrisAdd an entry for the new DLT_GPRS_LLC (so that nobody...
2004-10-29 Guy HarrisAs Sam Leffler notes, the radiotap header isn't BSD...
2004-09-19 Guy HarrisFrom Mark C. Brown: fix support for nettl NETTL_SUBSYS_...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-07 Guy HarrisAdd an encapsulation type for BACnet MS/TP, and map...
2004-03-30 Guy HarrisFrom Albert Chin: "config.h" should come before all...
2004-03-23 Guy HarrisAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2004-03-11 Guy HarrisAdd support for DLT_ value 99, as used by the Axent...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-29 Guy HarrisThe DLT_ value 127 is being used for the BSD radio...
2004-01-28 Guy HarrisFrom Tomas Kukosa: reserve private WTAP_ENCAP values...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2003-12-18 Guy HarrisFrom Jan Kiszka: IrDA support.
2003-12-03 Guy HarrisFrom Jeff Morriss: add support for libpcap MTP2 and...
2003-10-25 Guy HarrisAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-05-16 Guy HarrisFix a typo.
2003-05-15 Guy HarrisFrom Can Erkin Acar: OpenBSD is now using tcpdump.org...
2003-03-04 Guy HarrisA captured length bigger than the actual length makes...
next