aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Check whether create_tempfile() fails.Guy Harris1-0/+5
2015-11-12Plug file descriptor leak.Guy Harris1-0/+1
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-0/+57
2015-11-11Put wtap_dump_open() right before wtap_dump_open_ng().Guy Harris1-7/+7
2015-11-10Call wtap_dump_open_check() in wtap_dump_init_dumper().Guy Harris1-15/+5
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-28/+82
2015-11-10Treat "-" as "standard input" in the CLI, not in libwiretap.Guy Harris1-27/+9
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-3/+3
2015-11-08Use ws_{read,write,fdopen,close}.Guy Harris1-2/+2
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-0/+2
2015-08-19Pcap: wtap does not set interface timestamp precision when reading pcapHadriel Kaplan1-0/+2
2015-08-11Sort dump_open_table_base[] in the right order.Guy Harris1-5/+5
2015-08-10editcap: fix -T <encapsulation type> option when output format is pcapngPascal Quantin1-3/+15
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-7/+12
2015-08-04Rename nettrace3gpp324423 to 3gpp32423Luke Mewburn1-1/+1
2015-07-27nettrace3gpp324423: fix name consistencyLuke Mewburn1-3/+3
2015-06-25editcap: keep timestamp resolution when converting a nseclibpcap file to pcapngPascal Quantin1-3/+9
2015-05-06WildPackets → Savvius.Gerald Combs1-6/+6
2015-04-30Add the abillity to read 3GPP trace records with format accoding toAndersBroman1-1/+9
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-0/+5
2015-02-22Use file extensions even more as a heuristic.Guy Harris1-3/+56
2015-02-17Added JSON native file support.Dario Lombardo1-0/+8
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