aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
Commit message (Expand)AuthorAgeFilesLines
* From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus2013-07-281-0/+2
* Use newly assigned DLT for PDU export functionalityPascal Quantin2013-06-281-0/+2
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-3/+3
* From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin2013-05-301-0/+1
* From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus2013-05-111-0/+1
* From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin2013-04-141-0/+1
* In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris2013-04-011-2/+0
* Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris2013-04-011-7/+7
* Define a collection of bits for different types of capture file comments.Guy Harris2013-04-011-2/+30
* wiretap support for the CAM Inspector file formatMartin Kaiser2013-03-301-0/+1
* From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus2013-03-231-0/+1
* From beroset:Anders Broman2013-03-171-2/+5
* Use consistent indentation (4 spaces);Bill Meier2013-03-051-534/+657
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+0
* Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-281-0/+55
* Add support for HFI and infiniband interfaces in AIX iptrace files.Gilbert Ramirez2013-01-241-0/+1
* Use const char in wtap_register_encap_type() just as in proto_register_protoc...Anders Broman2013-01-071-1/+1
* Fix a bunch of warnings.Guy Harris2012-12-261-1/+1
* Add native SCTP encapsulation.Michael Tüxen2012-11-281-0/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-4/+4
* From Nikhil Kalu:Anders Broman2012-09-141-0/+3
* From Richard Stearn: support for AX.25, including support forGuy Harris2012-08-021-0/+1
* From Richard Stearn: AX.25 KISS protocol support.Guy Harris2012-08-021-0/+1
* Add a routine that, given a set of packet encapsulation types, returnsGuy Harris2012-07-201-0/+6
* Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann2012-07-191-0/+7
* Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris2012-07-181-0/+1
* The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris2012-07-091-3/+3
* Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki2012-06-291-0/+1
* Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris2012-06-171-0/+7
* Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris2012-06-171-2/+3
* From Andrew Kampjes:Anders Broman2012-06-051-0/+1
* TShark doesn't need wtap_fdreopen(), as it doesn't do saves and thusGuy Harris2012-06-011-3/+2
* Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris2012-06-011-0/+7
* Clean up indentation (remove tabs from one structure definition).Guy Harris2012-05-271-26/+26
* Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris2012-05-241-0/+1
* In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris2012-05-231-1/+1
* Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris2012-05-021-4/+5
* Handle wtap_dump_fdopen() as wtap_dump_open() eg callAnders Broman2012-04-251-37/+43
* Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson2012-04-201-0/+3
* From Colus Tang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7134Alexis La Goutte2012-04-181-1/+1
* Indicate where BACnet MS/TP is specified.Guy Harris2012-04-061-0/+1
* From Rolf Fiedler:Anders Broman2012-04-041-0/+1
* Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki2012-03-311-1/+2
* From Krishna:Anders Broman2012-03-221-0/+3
* Add data structure to hold information from ISB:sAnders Broman2012-03-131-0/+22
* From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman2012-03-061-0/+8
* if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman2012-03-041-13/+13
* From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...Anders Broman2012-03-021-2/+3
* From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman2012-03-011-0/+1
* Make it possible to edit capture commentsAnders Broman2012-02-261-0/+1