aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-29wiretap: Add header files to DoxygenMoshe Kaplan1-1/+2
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-3/+4
2018-09-25Get rid of unused flag argument.Guy Harris1-2/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-2/+2
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-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-0/+2
2016-04-03Don't use <wtap.h> to refer to the main libwiretap header file.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-06Make some routines take a struct wtap_pkthdr * as an argument.Guy Harris1-2/+1
2013-05-18In the pcapng seek-read routine, *don't* fill in wth->phdr; seek-readGuy Harris1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+0
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().Guy Harris1-6/+3
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-1/+5
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+8
2010-04-21From Chris Maynard:Guy Harris1-2/+4
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris1-2/+0
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen1-2/+3
2009-06-27This patchMichael Tüxen1-1/+1
2009-06-27This commitMichael Tüxen1-1/+1
2009-06-02When doing a seek-and-read, don't check the packet size, as we don'tGuy Harris1-2/+2
2009-04-27pcap_to_wtap_map is not used outside wiretap/pcap-common.c, so make itGuy Harris1-7/+0
2009-04-27Move pseudo-header routines from libpcap.c to pcap-common.c, for useGuy Harris1-0/+10
2009-04-27Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_Guy Harris1-0/+34