aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-17Forgot to use wtap_dump_can_write_encaps()'s final name.Guy Harris1-6/+6
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris1-10/+15
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris1-13/+36
2012-06-01TShark doesn't need wtap_fdreopen(), as it doesn't do saves and thusGuy Harris1-78/+26
2012-06-01Move wtap_fdreopen() to file_access.c for now, as it requires many ofGuy Harris1-0/+114
2012-06-01Sigh. There appears to be no way to get Windows to allow us to rename aGuy Harris1-1/+1
2012-05-23In Windows, in the Save As and Export Selected Packets dialog, appendGuy Harris1-5/+11
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-2/+0
2012-04-29Add ".dmp" as a suffix for pcap files of various flavors. Add ".ntar"Guy Harris1-8/+8
2012-04-26Put pcapng_open() right after libpcap_open(); pcap and pcap-ng are ourGuy Harris1-2/+2
2012-04-25Handle wtap_dump_fdopen() as wtap_dump_open() eg callAnders Broman1-0/+36
2012-04-20Patch for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5048Martin Mathieson1-0/+10
2012-04-18If we see a 5View time-stamped header with a bad key, make sure weGuy Harris1-1/+1
2012-03-14Don't free idb_inf in wtap_dump_open_ng(): free it in the callers. This fixe...Jeff Morriss1-1/+0
2012-03-13Add data structure to hold information from ISB:sAnders Broman1-0/+2
2012-03-07From Martin Kaiser: correct sorting for wiretap's file type listAnders Broman1-6/+8
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman1-1/+3
2012-03-02The additional_file_extensions member of struct file_type_info need notGuy Harris1-1/+1
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...Anders Broman1-0/+6
2012-02-21Use wtap_dump_open_ng() in tshark.Michael Tüxen1-1/+1
2012-02-21When saving a file and the are no IDBs, create a default one.Michael Tüxen1-4/+19
2012-02-21Don't dereference idb_inf in wtap_dump_open_ng() whenMichael Tüxen1-4/+9
2012-02-20From Jose Pedro Oliveira fix a typoAnders Broman1-1/+1
2012-02-20Handle reading and writing of multiple IDB:s, write IDB options and use corre...Anders Broman1-2/+6
2012-02-15Make it possible to get inforamtion from the read SHB to the one to write out.Anders Broman1-1/+10
2012-01-24Add a routine to Wiretap that takes a file type value and anGuy Harris1-0/+83
2012-01-23In the table of capture file types, have:Guy Harris1-83/+105
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris1-3/+8
2012-01-23Add default extension names for all file types for which we haveGuy Harris1-13/+13
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-6/+75
2012-01-21"*.*" as a pattern for a given file type is pointless, as it doesn'tGuy Harris1-21/+21
2012-01-21Get rid of an unused file type. If somebody wants it in the officialGuy Harris1-4/+0
2012-01-14NetMon 1.x format does *not* support per-packet encapsulation.Guy Harris1-2/+2
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.Guy Harris1-8/+4
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris1-1/+7
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:Bill Meier1-1/+1
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:Stig Bjørlykke1-1/+1
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-1/+2
2011-06-10Fix capinfo: ** ERROR **: Unknown capture file type 61Jakub Zawadzki1-1/+5
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-2/+2
2011-05-09Get rid of the fd member of a wth structure; the FILE_T's in thatGuy Harris1-5/+6
2011-05-09If a gzipped file's name ends in .caz, don't check the CRC - it'sGuy Harris1-9/+8
2011-05-03From Tom Brezinski - fix for bug 5869:Guy Harris1-2/+2
2011-04-21In a dump_open routine, you don't need to seek to the beginning of theGuy Harris1-4/+4
2011-04-20Sigh. The "data" element of a GArray is, alas, a "gchar *", not a "voidGuy Harris1-4/+4
2011-04-14Check for _setmode() failing, Just In Case. Squelches some MSVC staticGuy Harris1-10/+32
2011-04-12From Jakub Zawadzki: speed up random access to gzipped files, as per theGuy Harris1-4/+7
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-22/+33