Use newly assigned DLT for PDU export functionality
[metze/wireshark/wip.git] / wiretap / wtap.h
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-05-30 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-11 Evan HuusFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-04-14 Pascal QuantinFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-04-01 Guy HarrisIn the Lua dumper code, don't bother checking whether...
2013-04-01 Guy HarrisAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 Guy HarrisDefine a collection of bits for different types of...
2013-03-30 Martin Kaiserwiretap support for the CAM Inspector file format
2013-03-23 Evan HuusFrom Prafulla Harpanhalli via https://bugs.wireshark...
2013-03-17 Anders BromanFrom beroset:
2013-03-05 Bill MeierUse consistent indentation (4 spaces);
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2013-01-24 Gilbert RamirezAdd support for HFI and infiniband interfaces in AIX...
2013-01-07 Anders BromanUse const char in wtap_register_encap_type() just as...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-28 Michael TüxenAdd native SCTP encapsulation.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-14 Anders BromanFrom Nikhil Kalu:
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-20 Guy HarrisAdd a routine that, given a set of packet encapsulation...
2012-07-19 Michael MannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-07-18 Guy HarrisAdd to the 802.11 pseudo-header a "this is already...
2012-07-09 Guy HarrisThe names "etherpeek" and "airopeek" are a bit misleadi...
2012-06-29 Jakub ZawadzkiInitial support for D-Bus dissection (bug #5502)
2012-06-17 Guy HarrisExport a wtap_dump_can_write_encaps() routine from...
2012-06-17 Guy HarrisHave wtap_get_savable_file_types() take an array of...
2012-06-05 Anders BromanFrom Andrew Kampjes:
2012-06-01 Guy HarrisTShark doesn't need wtap_fdreopen(), as it doesn't...
2012-06-01 Guy HarrisSigh. There appears to be no way to get Windows to...
2012-05-27 Guy HarrisClean up indentation (remove tabs from one structure...
2012-05-24 Guy HarrisKeep track, in Wiretap, of whether the file is compress...
2012-05-23 Guy HarrisIn Windows, in the Save As and Export Selected Packets...
2012-05-02 Guy HarrisUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-04-25 Anders BromanHandle wtap_dump_fdopen() as wtap_dump_open() eg call
2012-04-20 Martin MathiesonPatch for https://bugs.wireshark.org/bugzilla/show_bug...
2012-04-18 Alexis La GoutteFrom Colus Tang via https://bugs.wireshark.org/bugzilla...
2012-04-06 Guy HarrisIndicate where BACnet MS/TP is specified.
2012-04-04 Anders BromanFrom Rolf Fiedler:
2012-03-31 Jakub ZawadzkiAdd initial support for dissecting packets encapsulated...
2012-03-22 Anders BromanFrom Krishna:
2012-03-13 Anders BromanAdd data structure to hold information from ISB:s
2012-03-06 Anders BromanFrom Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
2012-03-04 Anders Bromanif_filter isn't a string per se,The first byte of the...
2012-03-02 Anders BromanFrom Weston Schmidt: Add mpeg-ts capture file format...
2012-03-01 Anders BromanFrom Reinhard Speyerer: Adding support for LINKTYPE_PPP...
2012-02-26 Anders BromanMake it possible to edit capture comments
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
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-11 Anders BromanAdd the abillity to read and write option comments...
2012-02-09 Anders BromanAdd pcapng variables to wtap_pkthdr.
2012-02-06 Anders BromanFrom Guy Martin:
2012-01-28 Anders BromanFrom Tobias Witek:
2012-01-24 Guy HarrisAdd a routine to Wiretap that takes a file type value...
2012-01-23 Guy HarrisIn the table of capture file types, have:
2012-01-21 Guy HarrisReplace wtap_file_extensions_string() with a routine...
2012-01-21 Guy HarrisIt's the Xoraya file type, not the Xoraya encapsulation...
2012-01-21 Guy HarrisGet rid of an unused file type. If somebody wants...
2012-01-14 Guy HarrisGet rid of unused WTAP_FILE_WTAP file type.
2011-12-28 Gerald CombsPrepend the sita_phdr fields with "sita_" to make them...
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 Anders BromanFrom Holger Pfrommer:
2011-10-26 Guy HarrisInitial support for .aps files from Aethra Telecommunic...
2011-10-12 Anders BromanFrom Tobias Witek:
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-08-31 Stig BjørlykkeFrom Andrew Kampjes via bug 6260:
2011-06-09 Jakub Zawadzki- Replace jpeg_jfif decoder, with more generic mime_fil...
2011-06-04 Balint ReczeyFix wiretap headers to allow error-free ABI dumping.
2011-05-31 Chris MaynardDeclare the snapshot_length as unsigned.
2011-05-17 Guy HarrisDeclare wtap_dump_has_name_resolution().
2011-05-09 Guy HarrisFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-03 Guy HarrisFrom Tom Brezinski - fix for bug 5869:
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 HarrisAllow wtap_sequential_close() and wtap_close() to retur...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-03-28 Guy HarrisMore updates to the wtap_open_offline() comment.
2011-03-28 Anders BromanUpdate a comment.
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-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-06-06 Guy HarrisClean up indentation.
2010-05-16 Guy HarrisAttempt to handle isochronous descriptors between the...
2010-05-07 Gerald CombsZlib has an officially-sanctioned way of clearing EOF...
2010-04-22 Guy HarrisA bit more information.
2010-04-22 Guy HarrisMore updates to reflect all the hairy details of Linux...
2010-04-22 Guy HarrisUpdate a comment to reflect recent changes and to refle...
2010-04-21 Guy HarrisFrom Chris Maynard:
2010-02-02 Anders BromanFrom Stephen Donnelly:
next