smb-direct fragmentation
[metze/wireshark/wip.git] / wiretap / wtap.h
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-12 mmannBluetooth/Ubertooth improvements. Bug 9606 (https...
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2013-12-30 guyClean up white space.
2013-12-30 guyAdd an "ATM reassembly failed" flag for capture file...
2013-12-30 guyFor file formats that don't have magic numbers, so...
2013-12-07 darkjamesAdd WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
2013-12-02 darkjamesFix encap_table_base[] array.
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-11-30 mmannSTANAG 5066 DTS Layer dissector. Bug 9217 (https:...
2013-11-11 etxrabExport the right function name.
2013-11-09 darkjamesReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-11-08 guyFor open dialogs, offer a list of sets of extensions...
2013-10-28 wmeierRevert SVN #52914;
2013-10-28 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 wmeierRevert SVN #52665.
2013-10-18 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-08-27 guyHave a separate list of extension sets to use in the...
2013-08-23 guyFor the Windows Open dialog for capture files, get...
2013-07-28 eapacheFrom Linas Vepstas via https://bugs.wireshark.org/bugzi...
2013-06-28 pascalUse newly assigned DLT for PDU export functionality
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-05-30 pascalFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-11 eapacheFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-04-14 pascalFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-04-01 guyIn the Lua dumper code, don't bother checking whether...
2013-04-01 guyAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 guyDefine a collection of bits for different types of...
2013-03-30 martinkwiretap support for the CAM Inspector file format
2013-03-23 eapacheFrom Prafulla Harpanhalli via https://bugs.wireshark...
2013-03-17 etxrabFrom beroset:
2013-03-05 wmeierUse consistent indentation (4 spaces);
2013-03-01 rbalintExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 rbalintExport libwiretap symbols using WS_DLL_PUBLIC define
2013-01-24 gramAdd support for HFI and infiniband interfaces in AIX...
2013-01-07 etxrabUse const char in wtap_register_encap_type() just as...
2012-12-26 guyFix a bunch of warnings.
2012-11-28 tuexenAdd native SCTP encapsulation.
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-14 etxrabFrom Nikhil Kalu:
2012-08-02 guyFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 guyFrom Richard Stearn: AX.25 KISS protocol support.
2012-07-20 guyAdd a routine that, given a set of packet encapsulation...
2012-07-19 mmannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-07-18 guyAdd to the 802.11 pseudo-header a "this is already...
2012-07-09 guyThe names "etherpeek" and "airopeek" are a bit misleadi...
2012-06-29 darkjamesInitial support for D-Bus dissection (bug #5502)
2012-06-17 guyExport a wtap_dump_can_write_encaps() routine from...
2012-06-17 guyHave wtap_get_savable_file_types() take an array of...
2012-06-05 etxrabFrom Andrew Kampjes:
2012-06-01 guyTShark doesn't need wtap_fdreopen(), as it doesn't...
2012-06-01 guySigh. There appears to be no way to get Windows to...
2012-05-27 guyClean up indentation (remove tabs from one structure...
2012-05-24 guyKeep track, in Wiretap, of whether the file is compress...
2012-05-23 guyIn Windows, in the Save As and Export Selected Packets...
2012-05-02 guyUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-04-25 etxrabHandle wtap_dump_fdopen() as wtap_dump_open() eg call
2012-04-20 martinmPatch for https://bugs.wireshark.org/bugzilla/show_bug...
2012-04-18 alagoutteFrom Colus Tang via https://bugs.wireshark.org/bugzilla...
2012-04-06 guyIndicate where BACnet MS/TP is specified.
2012-04-04 etxrabFrom Rolf Fiedler:
2012-03-31 darkjamesAdd initial support for dissecting packets encapsulated...
2012-03-22 etxrabFrom Krishna:
2012-03-13 etxrabAdd data structure to hold information from ISB:s
2012-03-06 etxrabFrom Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCP
2012-03-04 etxrabif_filter isn't a string per se,The first byte of the...
2012-03-02 etxrabFrom Weston Schmidt: Add mpeg-ts capture file format...
2012-03-01 etxrabFrom Reinhard Speyerer: Adding support for LINKTYPE_PPP...
2012-02-26 etxrabMake it possible to edit capture comments
2012-02-25 guyAdd a presence flag field to the packet information...
2012-02-20 etxrabFrom Jose Pedro Oliveira fix a typo
2012-02-20 etxrabHandle reading and writing of multiple IDB:s, write...
2012-02-15 etxrabMake it possible to get inforamtion from the read SHB...
2012-02-11 etxrabAdd the abillity to read and write option comments...
2012-02-09 etxrabAdd pcapng variables to wtap_pkthdr.
2012-02-06 etxrabFrom Guy Martin:
2012-01-28 etxrabFrom Tobias Witek:
2012-01-24 guyAdd a routine to Wiretap that takes a file type value...
2012-01-23 guyIn the table of capture file types, have:
2012-01-21 guyReplace wtap_file_extensions_string() with a routine...
2012-01-21 guyIt's the Xoraya file type, not the Xoraya encapsulation...
2012-01-21 guyGet rid of an unused file type. If somebody wants...
2012-01-14 guyGet rid of unused WTAP_FILE_WTAP file type.
2011-12-28 geraldPrepend the sita_phdr fields with "sita_" to make them...
2011-12-13 guyRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-02 jakefrom Petr Sumbera:
2011-11-12 etxrabFrom Holger Pfrommer:
2011-10-26 guyInitial support for .aps files from Aethra Telecommunic...
2011-10-12 etxrabFrom Tobias Witek:
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-08-31 stigFrom Andrew Kampjes via bug 6260:
2011-06-09 darkjames- Replace jpeg_jfif decoder, with more generic mime_fil...
2011-06-04 rbalintFix wiretap headers to allow error-free ABI dumping.
2011-05-31 cmaynardDeclare the snapshot_length as unsigned.
2011-05-17 guyDeclare wtap_dump_has_name_resolution().
2011-05-09 guyFrom Jakub Zawadzki: for file read progress bars, use...
2011-05-03 guyFrom Tom Brezinski - fix for bug 5869:
2011-04-28 etxrabFrom Hans-Christoph Schemmel:
next