aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-18Revert SVN #52665.Bill Meier1-3/+0
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-0/+3
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-1/+10
2013-08-27Have a separate list of extension sets to use in the Open dialog;Guy Harris1-3/+26
2013-08-23For the Windows Open dialog for capture files, get rid of the "(*.*)" inGuy Harris1-0/+2
2013-07-28From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus1-0/+2
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin1-0/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-3/+3
2013-05-30From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin1-0/+1
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus1-0/+1
2013-04-14From Tomasz Mon via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8503 :Pascal Quantin1-0/+1
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris1-2/+0
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-7/+7
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-2/+30
2013-03-30wiretap support for the CAM Inspector file formatMartin Kaiser1-0/+1
2013-03-23From Prafulla Harpanhalli via https://bugs.wireshark.org/bugzilla/show_bug.cg...Evan Huus1-0/+1
2013-03-17From beroset:Anders Broman1-2/+5
2013-03-05Use consistent indentation (4 spaces);Bill Meier1-534/+657
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+0
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+55
2013-01-24Add support for HFI and infiniband interfaces in AIX iptrace files.Gilbert Ramirez1-0/+1
2013-01-07Use const char in wtap_register_encap_type() just as in proto_register_protoc...Anders Broman1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-11-28Add native SCTP encapsulation.Michael Tüxen1-0/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-4/+4
2012-09-14From Nikhil Kalu:Anders Broman1-0/+3
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+1
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris1-0/+1
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris1-0/+6
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann1-0/+7
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris1-0/+1
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris1-3/+3
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki1-0/+1
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris1-0/+7
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris1-2/+3
2012-06-05From Andrew Kampjes:Anders Broman1-0/+1
2012-06-01TShark doesn't need wtap_fdreopen(), as it doesn't do saves and thusGuy Harris1-3/+2
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-0/+7
2012-05-27Clean up indentation (remove tabs from one structure definition).Guy Harris1-26/+26
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-0/+1
2012-05-23In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris1-1/+1
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-4/+5
2012-04-25Handle wtap_dump_fdopen() as wtap_dump_open() eg callAnders Broman1-37/+43
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+3
2012-04-18From Colus Tang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7134Alexis La Goutte1-1/+1
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris1-0/+1
2012-04-04From Rolf Fiedler:Anders Broman1-0/+1
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki1-1/+2
2012-03-22From Krishna:Anders Broman1-0/+3
2012-03-13Add data structure to hold information from ISB:sAnders Broman1-0/+22