aboutsummaryrefslogtreecommitdiffstats
path: root/capture/capture-pcap-util.h
AgeCommit message (Collapse)AuthorFilesLines
2021-11-30capture: Add header files to DoxygenMoshe Kaplan1-1/+2
Add @file markers for capture headers so that Doxygen will generate documentation for them. Additionally, update the doxygen config file per 7fee50274f36a5feba113aa9ad3e72ca37bf1466 merging the caputils and capchild directories.
2021-06-23If opening a capture device provides a warning, show it.Guy Harris1-7/+8
We start the capture anyway, but print a warning message or pop up a warning dialog first.
2021-03-29Merge the caputils/ and capchild/ directoriesJoão Valverde1-0/+93
The distinction between the different kinds of capture utility may not warrant a special subfolfer for each, and sometimes the distinction is not be clear or some functions could stradle multiple "categories" (like capture_ifinfo.[ch]). Simplify by having only a generic 'capture' subfolder. The separate CMake libraries are kept as a way to reuse object code efficiently.