aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Windows: prioritize Npcap over WinPcapPascal Quantin1-3/+3
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke15-15/+30
2018-05-01Use common indenting space in headingStig Bjørlykke1-9/+9
2018-04-18Remove autotools build system.Dario Lombardo1-90/+0
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-8/+1
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-81/+0
2018-04-17Remove some GTK+-only code.Gerald Combs1-2/+2
2018-03-09spdx: more licenses converted.Dario Lombardo1-11/+1
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-03-01Windows: Remove cruft for unsupported versonsGraham Bloice1-91/+24
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs2-2/+2
2018-02-17Make all versions of add_unix_interface_ifinfo() static.Guy Harris1-1/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-09caputils/tools: more SPDX convertions.Dario Lombardo1-13/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo15-15/+15
2018-02-07caputils: use SPDX identifiers.Dario Lombardo16-225/+16
2018-02-05Amend the comment with some background for the workaround.Jaap Keuter1-0/+4
2018-02-03Add a comment explaining why err is volatile.Guy Harris1-0/+15
2018-01-09Use pcapng as the name of the file format.Guy Harris1-2/+2
2018-01-08extcap: remove conditional compilation.Dario Lombardo2-9/+0
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+1
2017-10-26We don't need to define sockaddr_storage.Gerald Combs1-48/+0
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-1/+1
2017-10-17autotools: remove macOS Frameworks supportJoão Valverde1-1/+1
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-14/+6
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+2
2017-09-06caputils: fix compilation without pcap.Dario Lombardo1-0/+2
2017-09-06plugins: config.h must not be included by public headersJoão Valverde3-0/+5
2017-08-25Fix leaked timestamp recordsMikael Kanstrup2-7/+8
2017-08-22Add hardware timestamping supportAhmad Fatoum2-7/+70
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-05-12Include caputils/capture-wpcap.h whether HAVE_LIBPCAP is defined or not.Guy Harris1-1/+2
2017-05-12Don't include headers that depend on pcap if you don't have it.Guy Harris1-5/+5
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris3-39/+3
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris3-0/+36
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 Harris4-6/+6
2017-03-07Don't close the pcap_t in get_data_link_types().Guy Harris1-4/+14
2017-02-22g_malloc -> g_malloc0 where not all struct elements are initialized orJoerg Mayer2-3/+2
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
2017-02-20Yell at the user less.Gerald Combs1-1/+1
2016-12-19Don't use PCAP_ERROR if it's not known to be defined.Guy Harris1-1/+1
2016-10-22Fix the #defines for the presence of structure names.Guy Harris1-1/+1
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18