[tcpdump-workers] Libpcap 1.0?

2008-01-29 Thread Gianluca Varenni
Any news about this release? Ken Bantoft announced a released candidate to be out in mid november, but nothing happened. Have a nice day GV smime.p7s Description: S/MIME cryptographic signature

Re: [clearview-discuss] [tcpdump-workers] libdlpi with libpcap

2008-01-29 Thread sagun shakya
Guy Harris wrote: That's largely the style I use, but I've gotten into the habit of leaving parentheses out of the value in a return statement, but I might've let that creep into stuff I've written in libpcap - on the other hand, there was a mix of "return x;" and "return (x);" back in libpcap

Re: [clearview-discuss] [tcpdump-workers] libdlpi with libpcap

2008-01-29 Thread Guy Harris
Peter Memishian wrote: > I mostly fixed the comment changes, thinking they were trivial and left > other Sun cstyle error alone. I can see how it is distracting while > reviewing the actual changes. It's more than distracting -- it's incorrect. Code for libpcap follows its own style It

Re: [clearview-discuss] [tcpdump-workers] libdlpi with libpcap

2008-01-29 Thread Peter Memishian
> I mostly fixed the comment changes, thinking they were trivial and left > other Sun cstyle error alone. I can see how it is distracting while > reviewing the actual changes. It's more than distracting -- it's incorrect. Code for libpcap follows its own style and must not be changed to c