Guy Harris
Guy Harris
See also [chapter 8.2 "Extcap: Developer's Guide"](https://www.wireshark.org/docs/wsdg_html_chunked/ChCaptureExtcap.html) in the [Wireshark Developer's Guide](https://www.wireshark.org/docs/wsdg_html_chunked/), which shows examples of the command-line arguments, and standard output, that an extcap program/script should have. (I say...
See also 16e1e243a9e9f03d8e8f4ee1067ba46795439a8d.
When doing a live capture, packets are truncated in the process of *capturing*, not in the process of *writing* - tcpdump, for example, might not even write packets if not...
This didn't include CMake support I took the configure.ac changes and tried to translate them to CMake in #1267 - new platform changes should support both configuration mechanisms. Please test...
> Looking at this PR I wonder if it makes sense to have a separate repos for libpcap and rpcapd. The libpcap client for the rpcap protocol, and the rpcapd...
So does this mean that the frames delivered to `PF_PACKET` sockets by the kernel for those DSA protocols will have *no* switch tag header, just an Ethernet packet?
> So does this mean that the frames delivered to PF_PACKET sockets by the kernel for those DSA protocols will have no switch tag header, just an Ethernet packet? I.e.,...
> There is no reason to treat realtek DSA tags as non-ethernet. At least, no reason not to treat the DSA tagged frames with 0x8899 as non-Ethernet, as the Ethertype...
> If started with -C argument tcdpump will create first savefile (still running as root) but soon after that will drop root privileges. Please show the code path in which...