Re: tcpdump -A

2012-07-10 Thread Mike Small
+ c = cp[i]; > + c = isprint(c) || isspace(c) ? c : '.'; > + putchar(c); > + } > +} > + Is not using the offset argument intentional? - Mike Small

Re: powerpc interrupt rewrite.

2011-07-20 Thread Mike Small
"Francois B." writes: > When is this going in? Tested on my headless emac G4 (2005), > and it solves the problem. I was going to wait until I run my back up (dump over a network to another machine) to report, since that reliably gave the timeout messages on my machine, but I also have been hap