aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-1/+14
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris1-0/+5
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-11-30Change some names to make them the same in multiple lists.Guy Harris1-2/+2
2014-10-25Get rid of a trailing blank.Guy Harris1-1/+1
2014-10-25Update a comment.Guy Harris1-7/+6
2014-10-14Initial version of support for Colasoft Capsa files.Guy Harris1-1/+14
2014-10-10Use names more like the other names in open_info.Guy Harris1-62/+91
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-29/+29
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-0/+1
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-22Make style more consistent.Guy Harris1-2/+6
2014-09-22Consistently use tab indentation.Guy Harris1-139/+141
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-8/+4
2014-09-22Fix up formatting (bring function names over to column 0).Jeff Morriss1-104/+167
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