aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко1-0/+7
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach1-0/+7
2018-05-08wiretap: make open_info_base[] constРоман Донченко1-1/+1
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris1-7/+0
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach1-0/+7
2018-04-28Pick the *first* usable file type as the default, not the *last* one.Guy Harris1-0/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-4/+4
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-19Don't do pcap heuristics on a pipe.Guy Harris1-0/+3
2018-01-09Use pcapng as the name of the file format.Guy Harris1-3/+3
2017-12-29Do the right check for "no name resolution information to save".Guy Harris1-0/+8
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+2
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-1/+5
2017-06-15Miscellaneous texual corrections and additionJaap Keuter1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-0/+19
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-3/+0
2017-04-18No need to close a descriptor that didn't get duped-to in the first place.Guy Harris1-1/+0
2017-04-18Just say "pcap" in the short names of all pcap variants.Guy Harris1-9/+22
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-5/+5
2017-02-26wsutil: fix bugs in plugins_cleanup().Dario Lombardo1-1/+2
2017-02-18Only cleanup open_routines if not NULLMichael Mann1-5/+7
2017-02-18wiretap: add open_routines cleanup function.Dario Lombardo1-0/+14
2017-02-16"NULL" is not what you use for a null pointer.Guy Harris1-1/+1
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