nd, if it is, I gather this is the place to ask for a DLT_ value
for this..
--
David Gibson| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs
:
> #define DLT_EVDEV_LINUX DLT_EVDEV
> when we get a request for a similar, but incompatible event system.
I was thinking DLT_LINUX_EVDEV just to clarify that it's a Linux-internal
protocol, but I'm not fussed by DLT_EVDEV either.
--
David Gibson
On Mon, Nov 10, 2008 at 08:58:19AM +, David Gibson wrote:
> Michael Richardson sandelman.ottawa.on.ca> writes:
> > >>>>> "Guy" == Guy Harris alum.mit.edu> writes:
> > Guy> The name evdev is, as far as I know, a Linuxism, so DLT_EVDEV
>
On Thu, Nov 13, 2008 at 09:22:33AM -0500, Michael Richardson wrote:
>
> >>>>> "David" == David Gibson <[EMAIL PROTECTED]> writes:
> >> I was thinking DLT_LINUX_EVDEV just to clarify that it's a
> Linux-internal
> >> proto
On Fri, Nov 14, 2008 at 10:08:38PM -0500, Michael Richardson wrote:
>
> >>>>> "David" == David Gibson <[EMAIL PROTECTED]> writes:
> David> Uh.. so, what's the next step here?
>
> >> I thought Guy already allocated one.
>
=
--- /dev/null 1970-01-01 00:00:00.0 +
+++ libpcap/pcap-evdev-linux.c 2008-11-22 00:32:08.0 +1100
@@ -0,0 +1,248 @@
+/*
+ * Copyright (C) 2008 David Gibson.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided
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.