aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Remove autotools build system.Dario Lombardo1-64/+0
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-81/+0
2018-03-13Windows: Always assign newly-created processes to our job.Gerald Combs1-12/+5
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-16capchild: remove double free (found by clang).Dario Lombardo1-70/+29
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo4-4/+4
2018-02-02capchild: use SPDX identifiers.Dario Lombardo4-56/+4
2018-01-16capchild: free memory on error.Dario Lombardo1-1/+3
2018-01-08extcap: remove conditional compilation.Dario Lombardo2-33/+0
2017-12-23Put special pipe-handling code into libwsutil.Guy Harris1-33/+8
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris2-4/+4
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-3/+0
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
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/+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