aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-02From Richard Stearn: support for AX.25, including support forguy1-0/+1
2012-08-02From Richard Stearn: AX.25 KISS protocol support.guy1-0/+1
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsguy1-0/+6
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...mmann1-0/+7
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setguy1-0/+1
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theguy1-3/+3
2012-06-29Initial support for D-Bus dissection (bug #5502)darkjames1-0/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-69/+123
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPetxrab1-0/+8
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...etxrab1-13/+13
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...etxrab1-2/+3
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERetxrab1-0/+1
2012-02-26Make it possible to edit capture commentsetxrab1-0/+1
2012-02-25Add a presence flag field to the packet information structure filled inguy1-7/+35
2012-02-20From Jose Pedro Oliveira fix a typoetxrab1-4/+4
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...etxrab1-1/+59
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.etxrab1-1/+21
2012-02-11Add the abillity to read and write option comments unedited.etxrab1-5/+3
2012-02-09Add pcapng variables to wtap_pkthdr.etxrab1-2/+10
2012-02-06From Guy Martin:etxrab1-0/+1
2012-01-28From Tobias Witek:etxrab1-0/+1
2012-01-24Add a routine to Wiretap that takes a file type value and anguy1-1/+8
2012-01-23In the table of capture file types, have:guy1-6/+8
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aguy1-1/+2
2012-01-21It's the Xoraya file type, not the Xoraya encapsulation, that was bogus.guy1-43/+43
2012-01-21Get rid of an unused file type. If somebody wants it in the officialguy1-33/+32
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.guy1-15/+14
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessgerald1-5/+5
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-2/+2
2011-12-02from Petr Sumbera:jake1-0/+1
2011-11-12From Holger Pfrommer:etxrab1-0/+2
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108guy1-0/+1
2011-10-12From Tobias Witek: etxrab1-0/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-2/+2
2011-08-31From Andrew Kampjes via bug 6260:stig1-1/+4
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).darkjames1-2/+4
2011-06-04Fix wiretap headers to allow error-free ABI dumping.rbalint1-0/+2
2011-05-31Declare the snapshot_length as unsigned.cmaynard1-1/+1
2011-05-17Declare wtap_dump_has_name_resolution().guy1-0/+1
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inguy1-1/+1
2011-05-03From Tom Brezinski - fix for bug 5869:guy1-1/+1
2011-04-28From Hans-Christoph Schemmel:etxrab1-0/+1
2011-04-21In file_wrappers.c, explicitly set err_info to null for all errors thatguy1-11/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-1/+3
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needguy1-2/+2
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisguy1-2/+2
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-4/+3
2011-03-28More updates to the wtap_open_offline() comment.guy1-2/+4
2011-03-28Update a comment.etxrab1-4/+6
2011-03-24Add initial pcapng name resolution record support. Wireshark has readgerald1-1/+18