Date: Wed, 1 May 1996 14:46:31 -0400 (EDT) From: Eric Chet <ec0@s1.GANet.NET> To: freebsd-ports@freebsd.org Cc: igor@pkaub.ru Subject: trafshow Message-ID: <Pine.SOL.3.91.960501143627.28446A-100000@s1>
next in thread | raw e-mail | index | archive | help
Hello In file trafshow/lib/interfaces.c the sizeof(struct ppp_header) dies because ppp_header is undefined. The only place in /usr/include/net that ppp_header is definded is if_spppsubr.c. I just copied: struct ppp_header { u_char address; u_char control; u_short protocol; }; ... to the top of interfaces.c and trafshow built fine. BTW: -current Eric J. Chet (ejc@nasvr1.cb.att.com || ec0@ganet.net) Lucent Technologies, Bell Labs Innovations
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.960501143627.28446A-100000>