Re: Hurd support in libpcap

2014-04-11 Thread Samuel Thibault
Richard Braun, le Fri 11 Apr 2014 11:42:47 +0200, a écrit : > On Thu, Apr 10, 2014 at 02:01:17AM +0200, Richard Braun wrote: > > The first issue that can be noticed is that, despite the filter being > > filled with both NETF_IN and NETF_OUT, only incoming packets seem > > to be captured. This is pr

Re: Cleaning up dde for the Hurd (was: Hurd support in libpcap)

2014-04-11 Thread Richard Braun
On Fri, Apr 11, 2014 at 03:13:02PM +0200, Justus Winter wrote: > This is most likely just an oversight. I started going over the dde > code. Zheng Da got lot's of little details wrong. This is not meant > to sound harsh, I'm full of respect that he got dde-based drivers > up and running during a

Cleaning up dde for the Hurd (was: Hurd support in libpcap)

2014-04-11 Thread Justus Winter
Hi :) Quoting Richard Braun (2014-04-11 11:42:47) > On Thu, Apr 10, 2014 at 02:01:17AM +0200, Richard Braun wrote: > > The first issue that can be noticed is that, despite the filter being > > filled with both NETF_IN and NETF_OUT, only incoming packets seem > > to be captured. This is probably a

Re: Hurd support in libpcap

2014-04-11 Thread Richard Braun
On Thu, Apr 10, 2014 at 02:01:17AM +0200, Richard Braun wrote: > The first issue that can be noticed is that, despite the filter being > filled with both NETF_IN and NETF_OUT, only incoming packets seem > to be captured. This is probably a minor bug in libbpf but I didn't > investigate yet. The is

Hurd support in libpcap

2014-04-09 Thread Richard Braun
Hello, A while ago, I added support for Hurd (actually Mach) network devices in libpcap. I've refreshed this work so that it now tries to fetch data from netdde before trying a Mach device, just like pfinet does. Debian packages built with the patch [1] are available from my repository for tests :