ongrep

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

commit 93ad3e29ad9643206eade7ebb3cd5daf927f4132
parent d1028bcc587c909e8a2be202f6679d0f9e50be34
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Mon, 29 Dec 2003 23:41:44 +0000

fix bug in changed logic whereby the $dumb_udphdr value is not preset
with an assumption, and thus comes out empty when configure is executed
on a non-linux platform.

Diffstat:
Mconfigure | 2++
Mconfigure.in | 2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/configure b/configure @@ -2970,7 +2970,9 @@ _ACEOF + STRIPFLAG="-s" +dumb_udphdr="0" case "$target_os" in diff --git a/configure.in b/configure.in @@ -227,7 +227,9 @@ AC_DEFINE_UNQUOTED(HAVE_DLT_RAW, $present) dnl dnl OS-specific options dnl + STRIPFLAG="-s" +dumb_udphdr="0" case "$target_os" in