I've implemented a first cut at adding support to libpcap to capture
from the Linux /dev/input/event* (evdev) devices. Draft patch is
included below.
However, I've realised there's a problem. Since it's an internal-only
protocol, the evdev devices return packets which are in native-endian
format
On Tue, Dec 9, 2008 at 7:40 PM, David Gibson
<[EMAIL PROTECTED]> wrote:
> I've implemented a first cut at adding support to libpcap to capture
> from the Linux /dev/input/event* (evdev) devices. Draft patch is
> included below.
>
> However, I've realised there's a problem. Since it's an internal-
Hello there,
I am slowly learning libcap which I find quite useful, thanks a lot to
the authors.
I have this piece of code from a Winpcap using program that uses
pcap_findalldevs_ex(). WinPcap documentation says that
pcap_findalldevs() is obsolete and one should use pcap_findalldevs_ex()
in
On Tue, Dec 09, 2008 at 08:47:18PM +1100, ronnie sahlberg wrote:
> On Tue, Dec 9, 2008 at 7:40 PM, David Gibson
> <[EMAIL PROTECTED]> wrote:
> > I've implemented a first cut at adding support to libpcap to capture
> > from the Linux /dev/input/event* (evdev) devices. Draft patch is
> > included be