aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-13Add data structure to hold information from ISB:sAnders Broman1-0/+22
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman1-0/+8
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman1-13/+13
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...Anders Broman1-2/+3
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-0/+1
2012-02-26Make it possible to edit capture commentsAnders Broman1-0/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-7/+35
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman1-4/+4
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-1/+59
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-1/+21
2012-02-11Add the abillity to read and write option comments unedited.Anders Broman1-5/+3
2012-02-09Add pcapng variables to wtap_pkthdr.Anders Broman1-2/+10
2012-02-06From Guy Martin:Anders Broman1-0/+1
2012-01-28From Tobias Witek:Anders Broman1-0/+1
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris1-1/+8
2012-01-23In the table of capture file types, have:Guy Harris1-6/+8
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-1/+2
2012-01-21It's the Xoraya file type, not the Xoraya encapsulation, that was bogus.Guy Harris1-43/+43
2012-01-21Get rid of an unused file type. If somebody wants it in the officialGuy Harris1-33/+32
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.Guy Harris1-15/+14
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs1-5/+5
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-12-02from Petr Sumbera:Jaap Keuter1-0/+1
2011-11-12From Holger Pfrommer:Anders Broman1-0/+2
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris1-0/+1
2011-10-12From Tobias Witek: Anders Broman1-0/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-2/+2
2011-08-31From Andrew Kampjes via bug 6260:Stig Bjørlykke1-1/+4
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-2/+4
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+2
2011-05-31Declare the snapshot_length as unsigned.Chris Maynard1-1/+1
2011-05-17Declare wtap_dump_has_name_resolution().Guy Harris1-0/+1
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris1-1/+1
2011-05-03From Tom Brezinski - fix for bug 5869:Guy Harris1-1/+1
2011-04-28From Hans-Christoph Schemmel:Anders Broman1-0/+1
2011-04-21In file_wrappers.c, explicitly set err_info to null for all errors thatGuy Harris1-11/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-1/+3
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris1-2/+2
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisGuy Harris1-2/+2
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-4/+3
2011-03-28More updates to the wtap_open_offline() comment.Guy Harris1-2/+4
2011-03-28Update a comment.Anders Broman1-4/+6
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-1/+18
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier1-0/+1
2011-02-02From njohnkev:Jaap Keuter1-0/+1
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter1-1/+3
2010-10-20From Hadriel Kaplan: IPFIX file format support.Bill Meier1-0/+2
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris1-1/+2
2010-07-19Initial support for Network Monitor 802.11 radio header.Guy Harris1-0/+1
2010-06-06Clean up indentation.Guy Harris1-5/+5