aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris1-0/+1
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-1/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-0/+1
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki1-0/+22
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-6/+34
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-0/+2
2014-03-07Introduces two new Bluetooth DLTs for RF-based captures.Christopher Kilgour1-0/+2
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-2/+21
2014-02-20Add support for Bluetooth Linux MonitorMichal Labedzki1-1/+10
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-0/+4
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-2/+10
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-2/+1
2013-12-30Clean up white space.Guy Harris1-3/+3
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris1-1/+5
2013-12-30For file formats that don't have magic numbers, so they're recognized byGuy Harris1-1/+53
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki1-0/+1
2013-12-02Fix encap_table_base[] array.Jakub Zawadzki1-0/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+4
2013-11-30STANAG 5066 DTS Layer dissector. Bug 9217 (https://bugs.wireshark.org/bugzil...Michael Mann1-0/+1
2013-11-11Export the right function name.Anders Broman1-1/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-6/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-82/+84
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris1-1/+9
2013-10-28Revert SVN #52914;Bill Meier1-3/+0
2013-10-28From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-0/+3
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