Re: Packet Construction and Protocol Testing...

2006-07-20 Thread Andrew R. Reiter
Aren't there already tools for doing this -- libnet / libdnet that both have py wrappers? On Thu, 20 Jul 2006, [EMAIL PROTECTED] wrote: :Hi, : :Sorry for the length of this email but I figured I'd get this out :early in case there was anyone else who wanted to play with this. : :I have now gott

Re: A bit of a route socket bug...

2005-07-06 Thread Andrew R. Reiter
t :http://lists.freebsd.org/mailman/listinfo/freebsd-net :To unsubscribe, send any mail to "[EMAIL PROTECTED]" : : -- Andrew R. Reiter [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: sosend(...)

2005-01-07 Thread Andrew R. Reiter
R. Reiter [EMAIL PROTECTED] [EMAIL PROTECTED] ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: xl checksum and dsniff

2002-07-12 Thread Andrew R. Reiter
IRC, the problem is BPF b/c it doesn't know the checksum since the calculation was offloaded, no? -- Andrew R. Reiter [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: new zero copy sockets patches available

2002-05-18 Thread Andrew R. Reiter
as been initialized and actually initializing it. :> > :> ... :> > Suggestions? :> :> *slaps forhead* :> :> Probably a SYSINIT? mutex(9) and sx(9) describe two macros for this purpose. -- Andrew R. Reiter [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMA

Re: em vs. gx

2002-02-06 Thread Andrew R. Reiter
, : Nathan : : :To Unsubscribe: send mail to [EMAIL PROTECTED] :with "unsubscribe freebsd-net" in the body of the message : -- Andrew R. Reiter [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: RFC: MFC M_ZERO usage for bpf.c

2001-11-27 Thread Andrew R. Reiter
Yea, I think MFC'ing it would be fine. Don't hesitate to thwap me one if you guys think I should MFC some things Im not. Cheers, Andrew On Tue, 27 Nov 2001, Bruce A. Mah wrote: :If memory serves me right, "Andrew R. Reiter" wrote: : :> Just as a note, I decided a

Re: RFC: MFC M_ZERO usage for bpf.c

2001-11-27 Thread Andrew R. Reiter
lt, hdrlen; : { : struct bpf_if *bp; :- bp = (struct bpf_if *)malloc(sizeof(*bp), M_BPF, M_DONTWAIT); :+ bp = (struct bpf_if *)malloc(sizeof(*bp), M_BPF, M_DONTWAIT | M_ZERO); : if (bp == 0) : panic("bpfattach"); : :- bp->bif_dlist = 0; : b

Re: re-entrancy and the IP stack.

2001-11-17 Thread Andrew R. Reiter
not be able to get to LISA, but I am wondering if you and others would be willing to meet perhaps outside of the LISA-paying arena during that period? Dinner? Room or area near LISA? Cheers, Andrew -- Andrew R. Reiter [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: zero copy and wire speeds

2001-11-13 Thread Andrew R. Reiter
:guarantees that I can write 1 byte to the file descriptor, no? : :Thanks, :CJ : : : :To Unsubscribe: send mail to [EMAIL PROTECTED] :with "unsubscribe freebsd-net" in the body of the message : -- Andrew R. Reiter [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EM

Re: IPFW module

2001-11-09 Thread Andrew R. Reiter
27 Building, Acad.G.Bonchev Str. :1113 Sofia, Bulgaria : :phone: (+359 2) 9797320 :phone: (+359 2) 9797300 :fax: (+359 2) 9733355 :http://www.rila.com : : : :To Unsubscribe: send mail to [EMAIL PROTECTED] :with "unsubscribe freebsd-net" in the body of the message : -- Andrew

Re: TCP intercept?

2001-04-23 Thread Andrew R. Reiter
can also rate-limit syn packets... > > I'm not sure if it can be enabled in ipnat separately, but hell, if > someone wants to do it... > > On Sun, 22 Apr 2001, Andrew R. Reiter wrote: > > > > > What's TCP intercept? > > > > On Mon, 23 Apr

Re: TCP intercept?

2001-04-22 Thread Andrew R. Reiter
l to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message > *-. | Andrew R. Reiter | [EMAIL PROTECTED] | "It requires a very unusual mind | to undertake the analysis of the obvious" -- A.N. Whitehead To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: KLD'fying PCI device driver!

2001-02-15 Thread Andrew R. Reiter
? > > Thanks > Satya > > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message > *-. | Andrew R. Reiter | [EMAIL PROTECTED] |