You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/chaosreader/files/chaosreader-0.94-darwin.patch

12 lines
416 B

--- chaosreader 2011-11-10 19:17:50.000000000 +0100
+++ chaosreader-0.94 2012-03-09 18:15:21.096105305 +0100
@@ -6233,6 +6254,8 @@
$command = "tcpdump -s9999 -w";
} elsif ($^O eq "solaris") {
$command = "snoop -o";
+ } elsif ($^O eq "darwin") {
+ $command = "tcpdump -i en1 -s9999 -w";
} else {
die "ERROR54: Can't find the sniffer command for \"$^O\".\n" .
"\t Please use log mode instead.\n";