aboutsummaryrefslogtreecommitdiffstats
path: root/capchild
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Qt: Keep extcap control channels when capturing to multiple filesStig Bjørlykke2-2/+2
2019-09-23extcap: Multiple extcap instance support on WindowsTomasz Moń1-5/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-17capchild,ifaces: use g_get_monotonic_timePeter Wu1-18/+8
2019-07-16capture_sync: fix empty paragraph passed to '@param' command [-Wdocumentation]Alexis La Goutte1-1/+1
2019-07-11Doxygen: Fix some warnings.Anders Broman1-0/+4
2019-05-03CMake: Remove wsutil pcap dependencyJoão Valverde1-1/+5
2019-04-08Use a single wtap_rec and Buffer for an entire capture session.Guy Harris1-0/+2
2019-04-07The wtap from which we're reading to get statistics isn't a statistic itself.Guy Harris1-0/+1
2019-03-18More constification, to squelch warnings.Guy Harris2-2/+2
2019-03-18More constification, to squelch warnings.Guy Harris2-2/+2
2019-02-01Have win32strerror() return interned strings.Guy Harris1-20/+10
2019-02-01Have win32strerror() return a g_malloc()ated UTF-8 error message.Guy Harris1-10/+20
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-0/+2
2019-01-03Fix indentation.Guy Harris1-1/+1
2019-01-03capture_sync: use the same var name as in other places.Dario Lombardo1-1/+1
2018-12-29Add interface name when outputting packets dropped.Michael Mann2-10/+19
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs1-20/+19
2018-11-01Move condition logic to dumpcap.cGerald Combs1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke4-4/+8
2018-04-27capture_ifinfo: Don't try to write to an invalid address.Gerald Combs1-1/+3
2018-04-26Fix crash (double-free) on refreshing interfaces listPeter Wu1-0/+1
2018-04-21Remove a few obsolete references to gtk from checkapi and faq.pyJoerg Mayer1-18/+0
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