ongrep

A cleaned up fork of ngrep for OpenBSD
git clone git://git.sgregoratto.me/ongrep
Log | Files | Refs | README | LICENSE

commit d8d28e16fdeef5e420e97fb37aea4261dfd8945d
parent 1a5ec4f81cf4fcda03f585a25ec2034c7cbd773b
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Sun,  4 Jan 2004 20:39:18 +0000

update *bsd* case with a warning message about older libpcaps

Diffstat:
Mconfigure.in | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/configure.in b/configure.in @@ -250,6 +250,15 @@ unsigned short bar = foo.uh_sport; *bsd*) AC_SUBST(OS, BSD) + echo + AC_MSG_WARN( +Your OS ($target_os) may have an old libpcap installation. +If the resulting ngrep binary segfaults when a BPF filter is specified +without an ngrep match string then you should reconfigure ngrep with +the option ``--disable-pcap-restart''. +) + echo + sleep 3 ;;