-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
> "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.
--
]
> "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
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
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