Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!pravda.aa.msen.com!spool.mu.edu!howland.reston.ans.net!newsfeed.internetmci.com!btnet!zetnet.co.uk!demon!pencotts.demon.co.uk From: Andrew Gordon <andrew.gordon@net-tel.co.uk> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: getting all the ethernet packets Date: Sat, 18 Nov 1995 02:41:06 GMT Lines: 10 Message-ID: <816662466.24599@pencotts.demon.co.uk> References: <48dks0$pm8@rhino.cis.vutbr.cz> NNTP-Posting-Host: pencotts.demon.co.uk X-NNTP-Posting-Host: pencotts.demon.co.uk X-Mailer: Mozilla 1.1N (X11; I; BSD/386 uname failed) MIME-Version: 1.0 X-URL: news:48dks0$pm8@rhino.cis.vutbr.cz Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii oldrich.cuda@st.mff.cuni.cz wrote: > I'm begginer in FreeBSD (I used linux and so) and I need to get and filter all > the packets going through my ethernet (I mean IP,NETBIOS,APPLE TOLK,IPX ..... everything) > Is in FreeBSD any possible way how to do it ???? If you mean that you want to inspect packets going by on your network (rather than having full protocol support in the O.S.), look at the man pages for tcpdump(1) and bpf(4).