aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-22Very old versions of libz (such as the one that comes with Solaris 10) don't ...Jeff Morriss1-0/+2
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris1-1/+4
2010-07-19Initial support for Network Monitor 802.11 radio header.Guy Harris1-1/+4
2010-07-18Add an entry in encap_table_base for SocketCAN.Guy Harris1-1/+3
2010-05-10Fix non-libz build.Martin Mathieson1-1/+1
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailingGerald Combs1-8/+9
2010-05-07EOF in zlib 1.2.5 seems to be sticky. When we're tailing a file and weGerald Combs1-0/+12
2010-03-28From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-headerGuy Harris1-1/+1
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-0/+3
2009-12-03Added missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]Stig Bjørlykke1-2/+8
2009-12-03From Petr Sumbera via bug 4284:Stig Bjørlykke1-1/+4
2009-10-17From Marton Nemeth:Stig Bjørlykke1-1/+4
2009-08-23From kahou:Jaap Keuter1-2/+5
2009-07-16From Kahou via bug 3739:Stig Bjørlykke1-0/+3
2009-06-16Support per packet dumping in wtap_encap_string() and wtap_encap_short_string().Stig Bjørlykke1-5/+9
2009-06-01From Ravi Kondamuru via bug 3457: Stig Bjørlykke1-1/+8
2009-01-07From Duncan Salerno:Jaap Keuter1-0/+3