Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 408017 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- chaosreader 2011-11-10 19:17:50.000000000 +0100
0
++ chaosreader-0.94    2012-03-09 18:15:21.096105305 +0100
Lines 6233-6238 Link Here
6233
		$command = "tcpdump -s9999 -w";
6254
		$command = "tcpdump -s9999 -w";
6234
	} elsif ($^O eq "solaris") {
6255
	} elsif ($^O eq "solaris") {
6235
		$command = "snoop -o";
6256
		$command = "snoop -o";
6257
	} elsif ($^O eq "darwin") {
6258
		$command = "tcpdump -i en1 -s9999 -w";
6236
	} else {
6259
	} else {
6237
		die "ERROR54: Can't find the sniffer command for \"$^O\".\n" .
6260
		die "ERROR54: Can't find the sniffer command for \"$^O\".\n" .
6238
		 "\t Please use log mode instead.\n";
6261
		 "\t Please use log mode instead.\n";

Return to bug 408017