aboutsummaryrefslogtreecommitdiffstats
path: root/capchild/capture_session.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-135/+0
2021-03-16Move still *more* headers outside of extern "C".Guy Harris1-5/+6
2020-03-25Have callback function pointers in a capture_session structure.Guy Harris1-3/+63
2019-11-07Qt: Keep extcap control channels when capturing to multiple filesStig Bjørlykke1-1/+1
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-01-03Fix indentation.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02capchild: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-3/+3
2017-02-08Fix a comment to match we-run-on-Windows-too reality.Guy Harris1-1/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-1/+2
2015-06-10Rename wsutil/process.h to wsutil/processes.h to avoid collisions.Guy Harris1-1/+1
2015-06-10Use pid_t on UN*X, and HANDLE on Windows, for the process ID.Guy Harris1-3/+5
2015-06-09[MSVC 2015] Use intptr_t for "pointer stored as int" to make MSVC happy.Anders1-10/+11
2015-04-06Keep a captured-packet count in a capture_session and use that.Guy Harris1-0/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-4/+6
2014-07-02Manage InterfacesIrene Ruengeler1-0/+6
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris1-0/+70