aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-pcap-util.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-8/+8
2017-06-03capture-pcap-util.c: fix a typoPascal Quantin1-1/+1
2017-06-03Fix typo.Guy Harris1-1/+1
2017-06-03If has_snaplen isn't set, don't set the snapshot length with pcap_create()/pc...Guy Harris1-9/+34
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-03-07Don't close the pcap_t in get_data_link_types().Guy Harris1-4/+14
2017-02-22Clean up the get_if_capabilities_ routines a bit.Guy Harris1-20/+9
2017-02-22Make sure we zero out the newly allocated list, otherwise g_list append mayJoerg Mayer1-1/+1
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