implementation of bpf

2003-12-24 Thread niraj kumar
i want to know how to implement a simple bpf filter on the freebsd i am using bsd4.7 version and i know the instruction set of the bfp virutal machine but i dont know how to implement that and to check whether that particular bpf is working or not so u could explain the functioning of bpf with

RE: implementation of bpf

2003-12-24 Thread fbsd_user
to accomplish using bfp, maybe someone has better way of doing it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of niraj kumar Sent: Wednesday, December 24, 2003 2:45 AM To: [EMAIL PROTECTED] Subject: implementation of bpf i want to know how to implement

Re: implementation of bpf

2003-12-24 Thread Steve Bertrand
First, for the sake of those who use text based email clients, please set your word wrap in your email program to 72 chars. i want to know how to implement a simple bpf filter on the freebsd i am using bsd4.7 version and i know the instruction set of the bfp virutal machine but i dont know how

RE: implementation of bpf

2003-12-24 Thread fbsd_user
: implementation of bpf The Berkeley Packet Filter bfp comes all ready installed on FBSD. It's used in interactive mode. I do not know if there is documentation on it. Man bfp has nothing. Maybe you should ask the questions list how do you find the documentation on bfp. Or better yet explain why

Re: implementation of bpf

2003-12-24 Thread Anton Alin-Adrian
niraj kumar wrote: i want to know how to implement a simple bpf filter on the freebsd i am using bsd4.7 version and i know the instruction set of the bfp virutal machine but i dont know how to implement that and to check whether that particular bpf is working or not so u could explain the