summaryrefslogtreecommitdiff
path: root/caputils/capture-pcap-util-unix.c
AgeCommit message (Expand)AuthorFilesLines
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