Add svn:eol-style.
[metze/wireshark/wip.git] / wiretap / wtap.c
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-28 Bill MeierRevert SVN #52914;
2013-10-28 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 Bill MeierRevert SVN #52665.
2013-10-18 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-06-28 Pascal QuantinUse newly assigned DLT for PDU export functionality
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-10 Anders BromanAllign the error messages.
2013-05-30 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-18 Guy HarrisUse g_array_index() to get at elements of the encapsula...
2013-04-14 Pascal QuantinFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-03-19 Anders BromanFrom beroset:
2013-02-28 Balint ReczeyRevert "Fix MSVC build errors related to symbol visibility"
2013-02-28 Balint ReczeyFix MSVC build errors related to symbol visibility
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2013-01-07 Anders BromanUse const char in wtap_register_encap_type() just as...
2012-11-28 Michael TüxenAdd native SCTP encapsulation.
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 Guy HarrisFrom Richard Stearn: AX.25 KISS protocol support.
2012-07-30 Stig BjørlykkeAdded missing entry for WTAP_ENCAP_SDH.
2012-06-29 Jakub ZawadzkiInitial support for D-Bus dissection (bug #5502)
2012-06-06 Anders BromanFrom Stephen Donnelly: Correct ERF name, add WTAP_ENCAP...
2012-06-01 Guy HarrisMove wtap_fdreopen() to file_access.c for now, as it...
2012-06-01 Guy HarrisNeed fcntl.h for the O_ #defines on Windows.
2012-06-01 Guy HarrisSigh. There appears to be no way to get Windows to...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-02 Guy HarrisUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-04-20 Martin MathiesonPatch for https://bugs.wireshark.org/bugzilla/show_bug...
2012-04-10 Guy HarrisCall LAPD-with-Linux-pseudoheader "linux-lapd", and...
2012-04-10 Guy HarrisFix tpo.
2012-04-10 Guy HarrisIt's "X.25", not "X25".
2012-04-06 Guy HarrisIndicate where BACnet MS/TP is specified.
2012-03-23 Jeff MorrissDon't mark the file as unsaved unless the capture or...
2012-03-16 Jeff MorrissWhen we're in a for(i=0,[...]) loop, don't reuse (and...
2012-03-15 Anders Broman- Store ISB data.
2012-03-06 Anders BromanFrom Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
2012-03-01 Anders BromanFrom Reinhard Speyerer: Adding support for LINKTYPE_PPP...
2012-02-29 Anders Broman- Add a LED in the statusbar to indicate that capture...
2012-02-26 Anders BromanMake it possible to edit capture comments
2012-02-20 Anders BromanFrom Jose Pedro Oliveira fix a typo
2012-02-20 Anders BromanHandle reading and writing of multiple IDB:s, write...
2012-02-15 Anders BromanMake it possible to get inforamtion from the read SHB...
2012-02-06 Anders BromanFrom Guy Martin:
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-02 Jaap Keuterfrom Petr Sumbera:
2011-11-12 Bill MeierAdd entries for WTAP_ENCAP_NETANALYZER... to encap_tabl...
2011-11-11 Bill MeierAdd (missing) "mime" entry to encap_table_base[].
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...
next