aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-18If we don't find a NetScaler signature, don't report an error.Guy Harris1-1/+1
2014-08-06Add support for android logcat text filesMichaƂ Orynicz1-9/+11
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-1/+1
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu1-2/+2
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-06-16Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman1-1/+1
2014-06-04Guarantee that open routines are initializedMichal Labedzki1-0/+2
2014-05-17wiretap: fix regression, missing initializationPeter Wu1-0/+1
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-6/+6
2014-05-09Revert "Refactor Wiretap"Guy Harris1-146/+117
2014-05-09Refactor WiretapMichael Mann1-117/+146
2014-05-08Populate heuristic extension list during initialization and not during each c...Michael Mann1-77/+84
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