aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-5/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-71/+2
2013-11-29Replace macros: BSWAP16, BSWAP32, BSWAP64 with glib-version.Jakub Zawadzki1-19/+0
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-5/+0
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-2/+2
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+14
2013-03-17From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-3/+0
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+5
2012-10-18Wrap lines a little differently.Guy Harris1-2/+3
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+1