aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-7/+35
* From Jose Pedro Oliveira fix a typoAnders Broman2012-02-201-4/+4
* Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman2012-02-201-1/+59
* Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman2012-02-151-1/+21
* Add the abillity to read and write option comments unedited.Anders Broman2012-02-111-5/+3
* Add pcapng variables to wtap_pkthdr.Anders Broman2012-02-091-2/+10
* From Guy Martin:Anders Broman2012-02-061-0/+1
* From Tobias Witek:Anders Broman2012-01-281-0/+1
* Add a routine to Wiretap that takes a file type value and anGuy Harris2012-01-241-1/+8
* In the table of capture file types, have:Guy Harris2012-01-231-6/+8
* Replace wtap_file_extensions_string() with a routine that returns aGuy Harris2012-01-211-1/+2
* It's the Xoraya file type, not the Xoraya encapsulation, that was bogus.Guy Harris2012-01-211-43/+43
* Get rid of an unused file type. If somebody wants it in the officialGuy Harris2012-01-211-33/+32
* Get rid of unused WTAP_FILE_WTAP file type.Guy Harris2012-01-141-15/+14
* Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs2011-12-281-5/+5
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* from Petr Sumbera:Jaap Keuter2011-12-021-0/+1
* From Holger Pfrommer:Anders Broman2011-11-121-0/+2
* Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris2011-10-261-0/+1
* From Tobias Witek: Anders Broman2011-10-121-0/+1
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-2/+2
* From Andrew Kampjes via bug 6260:Stig Bjørlykke2011-08-311-1/+4
* - Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki2011-06-091-2/+4
* Fix wiretap headers to allow error-free ABI dumping.Balint Reczey2011-06-041-0/+2
* Declare the snapshot_length as unsigned.Chris Maynard2011-05-311-1/+1
* Declare wtap_dump_has_name_resolution().Guy Harris2011-05-171-0/+1
* From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris2011-05-091-1/+1
* From Tom Brezinski - fix for bug 5869:Guy Harris2011-05-031-1/+1
* From Hans-Christoph Schemmel:Anders Broman2011-04-281-0/+1
* In file_wrappers.c, explicitly set err_info to null for all errors thatGuy Harris2011-04-211-11/+2
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-1/+3
* Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris2011-04-121-2/+2
* Allow wtap_sequential_close() and wtap_close() to return an error; thisGuy Harris2011-04-121-2/+2
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-4/+3
* More updates to the wtap_open_offline() comment.Guy Harris2011-03-281-2/+4
* Update a comment.Anders Broman2011-03-281-4/+6
* Add initial pcapng name resolution record support. Wireshark has readGerald Combs2011-03-241-1/+18
* From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier2011-03-071-0/+1
* From njohnkev:Jaap Keuter2011-02-021-0/+1
* Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter2010-12-191-1/+3
* From Hadriel Kaplan: IPFIX file format support.Bill Meier2010-10-201-0/+2
* Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris2010-07-301-1/+2
* Initial support for Network Monitor 802.11 radio header.Guy Harris2010-07-191-0/+1
* Clean up indentation.Guy Harris2010-06-061-5/+5