Re: [tcpdump-workers] Filter complexity and performance

2007-01-16 Thread Jefferson Ogata
On 2007-01-15 13:08, Dmitry Rubinstein wrote: > We are trying to capture stuff using a relatively simple filter (on > Linux, using Phil Wood's PCAP with ssldump on top of it). What we want > is basically to capture the traffic to and from a specific port of a > specific host (say, 10.0.0.1:80). So

[tcpdump-workers] [PATCH] cleanup usb_platform_finddevs()

2007-01-16 Thread Abeni Paolo
hello, the attached patch cleanup the usb_platform_finddevs(), removing the dependency from debugfs. There are also some other minor cleanup in the pcap-usb-linux.c file (unused variables removed and indentation fix). I plan to post the aligment fix for usb header in a separate patch. The code