Guy Harris

Results 545 comments of Guy Harris
trafficstars

Submitted by guy_harris Logged In: YES user_id=541179 "-M", in the current top-of-tree CVS version of tcpdump, is used to specify a shared secret for validating digests for TCP segments with...

This uses generator expressions, which appear to have been introduced in CMake 2.8.11. As such, the `cmake_minimum_required()` value for UN*X should be increased to at least 2.8.11 from the 2.8.6...

Please add support to the autoconf script as well.

> The list of protocols does not explain that all names are subject to a lookup using `getprotobyname()`, on my Linux host it means that ICMPv6 is known only as...

> It looks like it requires some dvb libraries to be loaded I'm not seeing any special DVB library calls - are you sure they're there? > Can you rebase?...

> Most likely because Travis haven't done autoreconf, and I didn't submit generated (configure, config.h.in) files. Please submit them, even though they're generated files.

I also noted some places in `configure.in` (which is now called `configure.ac`) where it says "netfilter" but means "DVB" (copy-and-pasteo).

@darkjames I turned the change into a patch, applied it to the tip of the main branch, fixed the two cases of "netfilter" instead of "DVB" in comments, brought it...

To quote a comment in tcpdump.c: ``` /* * When capturing to a file, "-v" means tcpdump should, * every 10 secodns, "v"erbosely report the number of * packets captured....

This will require libpcap changes - merely setting the SA_RESTART flag for SIGALRM means that, instead of getting "Interrupted system call", we get "truncated dump file; tried to read 300...