aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-13The IxVeriWave heuristic now gets more false positives (after, IGuy Harris1-1/+6
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-2/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-187/+187
2013-11-08For open dialogs, offer a list of sets of extensions, not of file types;Guy Harris1-23/+77
2013-10-28Revert SVN #52914;Bill Meier1-6/+1
2013-10-28From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-1/+6
2013-10-18Revert SVN #52665.Bill Meier1-6/+1
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-1/+6
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-2/+2
2013-08-27Make sure we initialize the array of file type extensions before we useGuy Harris1-0/+2
2013-08-27Have a separate list of extension sets to use in the Open dialog;Guy Harris1-65/+142
2013-08-23For the Windows Open dialog for capture files, get rid of the "(*.*)" inGuy Harris1-29/+79
2013-08-22From Stephen Donnelly <stephen.donnelly@emulex.com>:Guy Harris1-1/+5
2013-08-22Back out the previous change, so I can check it in again with theGuy Harris1-5/+1
2013-08-22Copy over r51462 from trunk:Guy Harris1-1/+5
2013-08-22What was I thinking? ".caz" is used for compressed *Windows* SnifferGuy Harris1-2/+2
2013-07-28From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus1-0/+8
2013-07-28If a core Wireshark developer repeatedly can't remember that theGuy Harris1-2/+11
2013-05-16From Weston Schmidt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Pascal Quantin1-2/+2
2013-04-04From Anthony Coddington: don't check for MPEG-2 Transport beforeGuy Harris1-4/+4
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris1-12/+13
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-17/+53
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-89/+170
2013-03-30wiretap support for the CAM Inspector file formatMartin Kaiser1-2/+7
2013-03-25Wiretap file open routines should not free wth->priv on error, since thatEvan Huus1-0/+8
2013-03-17From beroset:Anders Broman1-0/+38
2013-02-28Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey1-30/+0
2013-02-28Fix MSVC build errors related to symbol visibilityBalint Reczey1-0/+30
2012-12-26On I/O errors when opening a file, use wtap_close() to clean up, to makeGuy Harris1-8/+2
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-2/+2
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-06Create (fake)interface information when loading a libpcap file it might be ne...Anders Broman1-1/+27
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris1-13/+32
2012-07-11AARGH. There are two lumps of (almost-)identical code to handleGuy Harris1-41/+26
2012-07-10Set the time units per second correctly if, in wtap_dump_open_ng(),Guy Harris1-1/+1
2012-07-09The names "etherpeek" and "airopeek" are a bit misleading, as theGuy Harris1-10/+10
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