aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-30Added missing entry for WTAP_ENCAP_SDH.Stig Bjørlykke1-0/+3
2012-06-29Initial support for D-Bus dissection (bug #5502)Jakub Zawadzki1-0/+3
2012-06-06From Stephen Donnelly: Correct ERF name, add WTAP_ENCAP string display https:...Anders Broman1-1/+1
2012-06-01Move wtap_fdreopen() to file_access.c for now, as it requires many ofGuy Harris1-118/+0
2012-06-01Need fcntl.h for the O_ #defines on Windows.Guy Harris1-0/+4
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-0/+129
2012-05-24Keep track, in Wiretap, of whether the file is compressed, and provideGuy Harris1-0/+6
2012-05-02Use WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11 plus radio header"Guy Harris1-8/+11
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+3
2012-04-10Call LAPD-with-Linux-pseudoheader "linux-lapd", and fix its descriptionGuy Harris1-2/+2
2012-04-10Fix tpo.Guy Harris1-1/+1
2012-04-10It's "X.25", not "X25".Guy Harris1-1/+1
2012-04-06Indicate where BACnet MS/TP is specified.Guy Harris1-1/+10
2012-03-23Don't mark the file as unsaved unless the capture or packet comments actually...Jeff Morriss1-13/+16
2012-03-16When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in anot...Jeff Morriss1-3/+3
2012-03-15- Store ISB data.Anders Broman1-0/+37
2012-03-06From Mike Wakerly: Add wiretap suport for LINKTYPE_NFC_LLCPAnders Broman1-1/+4
2012-03-01From Reinhard Speyerer: Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHERAnders Broman1-1/+4
2012-02-29- Add a LED in the statusbar to indicate that capture comments exists,Anders Broman1-0/+2
2012-02-26Make it possible to edit capture commentsAnders Broman1-0/+7
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman1-3/+3
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-0/+12
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-0/+16
2012-02-06From Guy Martin:Anders Broman1-1/+4
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-12-02from Petr Sumbera:Jaap Keuter1-1/+4
2011-11-12Add entries for WTAP_ENCAP_NETANALYZER... to encap_table_base[]Bill Meier1-1/+7
2011-11-11Add (missing) "mime" entry to encap_table_base[].Bill Meier1-3/+6
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-1/+1
2011-05-31Declare the snapshot_length as unsigned.Chris Maynard1-1/+1
2011-05-17* Don't declare a used arg as unused.Michael Tüxen1-3/+2
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-4/+14
2011-05-09From Jakub Zawadzki: for file read progress bars, use the raw offset inGuy Harris1-10/+2
2011-04-28From Hans-Christoph Schemmel:Anders Broman1-1/+4
2011-04-21In file_wrappers.c, explicitly set err_info to null for all errors thatGuy Harris1-9/+2
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-2/+5
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris1-30/+5
2011-04-12If we hit an EOF - wth->subtype_read returns FALSE, but sets *err to 0 -Guy Harris1-1/+13
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-0/+10
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisGuy Harris1-5/+30
2011-04-10Define ws_statb64 to be the appropriate "struct XXX" for aGuy Harris1-1/+1
2011-04-10Add ws_fstat64(), defined to be fstat on UN*X and _fstati64 on Windows.Guy Harris1-1/+1
2011-04-10Use AC_SYS_LARGEFILE to turn on large file support on platforms thatGuy Harris1-2/+2
2011-04-08From Jakub Zawadzki:Guy Harris1-2/+0
2011-04-07From Jakub Zawadzki:Guy Harris1-5/+3
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-1/+10
2011-03-07From Martin Kaiser: dissector for DVB-CI (Common Interface)Bill Meier1-1/+4
2011-02-02From njohnkev:Jaap Keuter1-1/+4
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.Jaap Keuter1-1/+7
2010-10-20From Hadriel Kaplan: IPFIX file format support.Bill Meier1-0/+3