aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-pcap-util.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Don't use PCAP_ERROR if it's not known to be defined.Guy Harris1-1/+1
2016-09-28Use g_slist_prepend, it should be faster if there's a lot of IP addressesAndersBroman1-2/+6
2016-01-07pcap_list_datalinks() failing is an error.Guy Harris1-10/+15
2016-01-07Clean up #ifdeffed code.Guy Harris1-40/+40
2016-01-07Move more capture device handling to the caputils library.Guy Harris1-1/+714
2016-01-06Remove unnecessary includes.Guy Harris1-3/+0
2016-01-05For non-libwiretap code, use <wiretap/XXX.h> to include libwiretap headers.Guy Harris1-3/+3
2015-11-23Remove configure --enable-ipv6 optionJoão Valverde1-4/+0
2015-10-04Fix various memleaksPeter Wu1-0/+1
2015-02-13caputils/*.c: As needed: Add editor modelines & Fix indentationBill Meier1-36/+49
2014-08-27Increase the error buffer size for rpcap.Gerald Combs1-2/+6
2014-08-21Extcap Capture InterfaceRoland Knall1-0/+6
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-2/+2
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-0/+639