aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
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
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