aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker1-2/+3
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker1-0/+6
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+1
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-05-31wiretap: un-export some routines.Guy Harris1-1/+41
2021-05-24Add ws_debug() and use itJoão Valverde1-2/+0
2021-03-11libwiretap: don't have a central table of file type/subtype name mappings.Guy Harris1-0/+4
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-0/+2
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-0/+14
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-0/+2
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-6/+10
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris1-0/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-1/+1
2020-05-02wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris1-0/+6
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-4/+4
2019-01-18wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu1-0/+6
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+1
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-6/+15
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-6/+0
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-1/+1
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu1-0/+13
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-6/+5
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/+1
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-1/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-0/+1
2017-04-29Improve ixveriwave dissectorMichael Mann1-0/+16
2017-04-18Eliminate an unneded member of a wtap_dumper.Guy Harris1-3/+0
2016-12-03When opening the standard output for writing, dup it.Guy Harris1-1/+0
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-2/+4
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-2/+2
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-2/+2
2016-02-23Making wiretap option blocks more generic.Michael Mann1-4/+6
2016-01-29No need for a routine to return a GSList of extensions for compressed files.Guy Harris1-2/+5
2015-11-10Add a comment for is_stdout.Guy Harris1-1/+1
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-0/+1
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-8/+8
2015-11-08More unnecessary <stdio.h> includes.Guy Harris1-1/+0
2015-08-20Remove unused struct member from wtapHadriel Kaplan1-1/+0
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-3/+5
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+1
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-27/+37
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-4/+12
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-4/+4
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-4/+4
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+0
2014-05-09Revert "Refactor Wiretap"Guy Harris1-0/+54
2014-05-09Refactor WiretapMichael Mann1-54/+0