Julian Elischer wrote:
> Also look at ng_etf the ethertype filter..
> it is designed to connect to an ether node and filter out packets
> with a particular ethertype. yuo could alter it to examine for a
> particular tcp port number too.
[ ... ]
A more interesting problem is how to hook an address
On Thu, 7 Nov 2002, Steve Tremblett wrote:
> I've been toying with the idea of tackling a Netgraph TCP/IP
> implementation and want to hack out some skeleton netgraph nodes just
> to feel things out and play around with parsing. I'm somewhat confused
> on how to start. I'd like to be able to t
+ Maksim Yevmenkin wrote:
| > I'm in a bit of a bind. I want a sequence of ethernet frames to send
| > up through this framework. Hooking to ng_ether will give me this but I
| > am restricted to taking ALL frames (thus taking the machine offline) or
| > orphaned frames (where I will have to w
Steve Tremblett wrote:
>
> I've been toying with the idea of tackling a Netgraph TCP/IP
> implementation and want to hack out some skeleton netgraph nodes just
> to feel things out and play around with parsing. I'm somewhat confused
> on how to start. I'd like to be able to tinker as I go and I'