aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20use the WTAP_TYPE_AUTO define to make things clearerMartin Kaiser1-1/+1
2014-03-20the entries for file types with magic numbers areMartin Kaiser1-1/+1
2014-03-20use the correct end index when we loop over the open_info_arrMartin Kaiser1-8/+8
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan1-2/+1
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki1-1/+29
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-140/+356
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-1/+6
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-0/+21
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-145/+127
2014-01-10Make internal functions staticAnders Broman1-1/+1
2013-12-30For file formats that don't have magic numbers, so they're recognized byGuy Harris1-64/+322
2013-12-13And another one.Guy Harris1-2/+2
2013-12-13Add some more file types misidentified as VWR files.Guy Harris1-4/+4
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