aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
AgeCommit message (Expand)AuthorFilesLines
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+1
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-30/+30
2017-08-23extcap: Create unique pipe names for each interfaceStig Bjørlykke1-11/+4
2017-08-22Add hardware timestamping supportAhmad Fatoum2-6/+34
2017-07-03Add option to use wall-clock intervalsSake Blok1-0/+7
2017-06-03If has_snaplen isn't set, don't set the snapshot length with pcap_create()/pc...Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-19Fix various compile warnings turning error on Linux with gcc6 whenJoerg Mayer1-4/+4
2017-02-20Don't use identical log messages for non-identical error cases.Joerg Mayer1-2/+2
2017-02-20Yell at the user less.Gerald Combs1-4/+4
2017-02-08Fix a comment to match we-run-on-Windows-too reality.Guy Harris1-1/+1
2016-10-21capchild: Fix loading of extcap with no winpcap.dllRoland Knall1-9/+22
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-23capchild: Support optional 802.11 channel parametersMikael Kanstrup2-2/+23
2016-09-21capture_sync: use ws_strtou function.Dario Lombardo1-2/+6
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-07-30extcap: Use stderr to print error messageRoland Knall1-1/+1
2016-07-29extcap: Restore functionality for optionsRoland Knall1-1/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-47/+15
2016-06-25wsutil: Move Win32 helper routines from capchildRoland Knall1-143/+1
2016-06-15Remove Nmake build systemPascal Quantin2-78/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-0/+19
2016-04-29Win32: Make sure we zero out PROCESS_INFORMATION.Gerald Combs1-2/+4
2016-04-28Win32: Pass a mutable string to CreateProcess.Gerald Combs1-2/+12
2016-04-28Revert "Windows: Wait for dumpcap to initialize."Gerald Combs1-31/+2
2016-04-27Windows: Wait for dumpcap to initialize.Gerald Combs1-2/+31
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-4/+4
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup2-1/+3
2016-02-27Fix appending the list of remote interfaces.Guy Harris1-2/+3
2016-02-27Replace extcap_interface_list() with append_extcap_interface_list().Guy Harris1-1/+1
2016-02-27Put the extcap interfaces at the *end* of the interface list.Guy Harris1-4/+7
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-0/+2
2016-02-19Add inet_pton/inet_ntop interface to libwsutilJoão Valverde1-19/+3
2016-02-18Remove some {-I,/I} flags.Guy Harris2-6/+2
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris2-3/+2
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-10/+3
2016-01-26capture_sync(.h): fix api referenceAlexis La Goutte1-0/+1
2016-01-12extcap: Sort extcap interfaces alphabeticallyRoland Knall1-1/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann3-3/+7
2015-11-25Fix memory leak in capture_get_if_capabilitiesMikael Kanstrup1-0/+2
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-18Check for ECHILD, not for "not ECHILD".Guy Harris1-8/+34
2015-11-18Error from waitpid(): Fix Code is unreachableStephan Kappertz1-3/+3
2015-11-17Win32: Try to fix handle leaks in capture_sync.Gerald Combs1-0/+6
2015-11-17Extcap: allow Wireshark to list extcap interfaces even when WinPcap / Npcap i...Pascal Quantin1-1/+1
2015-11-17Create C handles for pipes before running dumpcap.Guy Harris1-39/+90
2015-11-16Catch failure of _open_osfhandle().Guy Harris1-0/+24
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-8/+0
2015-10-16CMake: Add /WXGerald Combs1-2/+2