PF_PACKET
From: Ivan Voras (ivoras_at_fer.hr)
Date: 06/25/04
- Previous message: Don Lewis: "Re: waiting on sbwait"
- Next in thread: Lev Walkin: "Re: PF_PACKET"
- Reply: Lev Walkin: "Re: PF_PACKET"
- Reply: Julian Elischer: "Re: PF_PACKET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Jun 2004 21:57:20 +0200 To: hackers@freebsd.org
I'm trying to port open1x xsupplicant, and it uses PF_PACKET to get
relevant packets (of appropriate ethernet type). I looked around in
/usr/include and can't find the support, at least not under that and
similar names. Is there support for it in FreeBSD?
(I only need to catch & send a few packets now and then, not anything
complex or bandwidth demanding).
-- What part of "Ph'nglui mglw'nath Cthulhu R'lyeh wgah'nagl fhtagn" don't you understand? _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Don Lewis: "Re: waiting on sbwait"
- Next in thread: Lev Walkin: "Re: PF_PACKET"
- Reply: Lev Walkin: "Re: PF_PACKET"
- Reply: Julian Elischer: "Re: PF_PACKET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: PF_PACKET
... Ivan Voras wrote: ... > I'm trying to port open1x xsupplicant, and
it uses PF_PACKET to get ... > relevant packets (of appropriate ethernet type).
... (freebsd-hackers) - Re: PF_PACKET
... check out netgraph and the ng_etf node ... > relevant packets (of
appropriate ethernet type). ... Is there support for it in FreeBSD? ...
(freebsd-hackers)