[tcpdump-workers] Unusual traffic, not sure how to analyze

2005-12-29 Thread Scott Haneda
Hello, I am using OS X. I just got MRTG up and running on one machine, and I see a lot more inbound traffic than I should. All I am running is http and mysql, in both cases, that should be mostly outbound. Yet somehow, I have around average 1000k showing in my inbound mrtg graphs. I ran this on

[tcpdump-workers] optimizing large filters without blowing out stack

2005-12-29 Thread Alexander Dupuy
The current libpcap optimization functions rely heavily on recursive functions; when optimizing very large filters, this can cause core dumps due to excessive stack usage in some worst-case scenarios. The attached patch replaces a few of the "deepest" recursive functions with implementations t