Return to BSD News archive
Path: sserve!euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!swidir.switch.ch!newsfeed.ACO.net!Austria.EU.net!EU.net!Germany.EU.net!nntp.gmd.de!news.rwth-aachen.de!not-for-mail From: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Getting tcpdump to work with the BPF Date: 8 Aug 1995 06:03:15 GMT Organization: <this space intentionally left blank> Lines: 22 Message-ID: <406un3$30n@news.rwth-aachen.de> References: <405vs1$ito@galaxy.ee.rochester.edu> NNTP-Posting-Host: ghpc6.ihf.rwth-aachen.de X-Newsreader: TIN [UNIX 1.3 950621BETA PL0] Manu Iyengar (iyengar@galaxy.ee.rochester.edu) wrote: > grunthos-19:07-[~]-18 % tcpdump > tcpdump: ix0: Device not configured > > Hmm... > grunthos-19:07-[~]-20 % ifconfig ix0 > ix0: flags=63<UP,BROADCAST,NOTRAILERS,RUNNING> mtu 1500 > inet xxx.yyy.zzz.42 netmask 0xffffff00 broadcast xxx.yyy.zzz.255 From /sys/i386/isa/if_ix.c: [...] /*ZZZ no work done on this, this is just here to remind me*/ #include "bpfilter.h" #if NBPFILTER > 0 #include <net/bpf.h> #include <net/bpfdesc.h> #endif /* NBPFILTER > 0 */ [...] tg