aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-pcap-util-unix.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+1
2018-06-10Improve the secondary error messages for pcap errors.Guy Harris1-7/+8
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07caputils: use SPDX identifiers.Dario Lombardo1-14/+1
2017-09-06caputils: fix compilation without pcap.Dario Lombardo1-0/+2
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2017-05-11Note whether we found remote pcap support in libpcap.Guy Harris1-0/+6
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-02-22g_malloc -> g_malloc0 where not all struct elements are initialized orJoerg Mayer1-2/+1
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-1/+1
2016-09-28Use g_slist_prepend, it should be faster if there's a lot of IP addressesAndersBroman1-0/+6
2016-09-06caputils: add conditional unused (_U_).Dario Lombardo1-1/+5
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-1/+1
2016-01-07Move more capture device handling to the caputils library.Guy Harris1-0/+29
2015-02-13caputils/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-24/+37
2014-11-05Oops, we also need to worry about pcap_get_tstamp_precision().Guy Harris1-0/+35
2014-11-05Get rid of unused variable.Guy Harris1-1/+0
2014-11-05Cope with newer Xcode not having the 10.6 SDK.Guy Harris1-5/+59
2014-09-16Fix compilation in weird casesEvan Huus1-3/+3
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+434