aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-7/+0
2016-12-03Use ws_close(), rather than the UN*X-only close().Guy Harris1-3/+3
2016-12-03Get rid of test printout.Guy Harris1-1/+0
2016-12-03When opening the standard output for writing, dup it.Guy Harris1-42/+26
2016-09-28file_access: Use g_slist_prepend.AndersBroman1-2/+2
2016-09-10wiretap: fix memory leak of interface_data for wtap_dumperPeter Wu1-1/+3
2016-09-10Have "All Capture Files" match only capture files.Guy Harris1-39/+56
2016-07-14Redo the block options APIs.Guy Harris1-21/+18
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-10/+10
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-11/+15
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-06-01Register a few more file extensions as belonging to Wireshark.Jeff Morriss1-2/+2
2016-05-31Suggest that file types should also be registered in the WiX installer.Jeff Morriss1-2/+2
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-1/+2
2016-04-28Remind wiretap developers where else they need to register their file types.Jeff Morriss1-0/+11
2016-04-22Add mplog to the list of file extensions understood by Wireshark.Jeff Morriss1-0/+1
2016-04-18wiretap: add support for the mplog capture file formatMartin Kaiser1-0/+7
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-2/+2
2016-04-04Rename "libz" to "zlib"João Valverde1-8/+8
2016-03-27Treat Gammu DCT3 trace files as having magic numbers.Guy Harris1-1/+2
2016-02-23Making wiretap option blocks more generic.Michael Mann1-60/+49
2016-01-29No need for a routine to return a GSList of extensions for compressed files.Guy Harris1-52/+20
2015-12-31Don't cast away constness.Guy Harris1-11/+51
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