[tcpdump-workers] git trees

2008-11-09 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I found that the created git trees were missing many files. A diff -r against the cvs checkout revealed what, and I've added the missing files. I doubt that all the branches that were created are sane, but even having the history is a bonus. github

Re: [tcpdump-workers] tcpdump-4.0.0: disable automatic dependency on libsmi

2008-11-09 Thread Michael Richardson
> "Peter" == Peter Volkov <[EMAIL PROTECTED]> writes: Peter> Currently it's impossible to build tcpdump without libsmi on Peter> system with libsmi installed. The patch in attachment adds Peter> --with{,out}-smi configure switch which allows to disable it. Patch applied. -- ]

Re: [tcpdump-workers] Linux input layer evdev capturing

2008-11-09 Thread Michael Richardson
> "Guy" == Guy Harris <[EMAIL PROTECTED]> writes: >> Second, if it is, I gather this is the place to ask for a DLT_ >> value for this.. Guy> The name evdev is, as far as I know, a Linuxism, so DLT_EVDEV Guy> might suffice as a name, unless fill-in-the-blankBSD or Solaris

Re: [tcpdump-workers] Linux input layer evdev capturing

2008-11-09 Thread Guy Harris
On Nov 8, 2008, at 7:05 PM, David Gibson wrote: I have a work-in-progress patch to allow libpcap to capture events from the Linux input layer's "evdev" interface (/dev/input/event*). Later I plan to add a wireshark dissector for the packet format. First, does this seem like a reasonable featur

[tcpdump-workers] Linux input layer evdev capturing

2008-11-09 Thread David Gibson
Hi, I have a work-in-progress patch to allow libpcap to capture events from the Linux input layer's "evdev" interface (/dev/input/event*). Later I plan to add a wireshark dissector for the packet format. First, does this seem like a reasonable feature to add to libpcap? Second, if it is, I gathe