ongrep

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

commit 63008c167c630e13a01f8595ecec9a9af68dfaed
parent 5ffa65d2ce2a920ae4a9f11f6a5c79f73542ce74
Author: Jordan Ritter <jpr5@darkridge.com>
Date:   Thu, 16 Nov 2006 03:13:14 +0000

instead of handling UNIX/GNU cpp macros directly in the vcproj files,
just add the config.h(.in) into the win32 support, to make it more
consistent with how the UNIX version is built, and to make values more
easily tweaked/patched without needing to mess with project settings.

Diffstat:
Awin32/support/config.h | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/win32/support/config.h b/win32/support/config.h @@ -0,0 +1,23 @@ +/* + * $Id$ + * + * Win32-specific version for manual manipulation. + */ + +#define USE_PCRE 0 +#define USE_IPv6 1 + +#define HAVE_DLT_RAW 1 +#define HAVE_DLT_LOOP 1 +#define HAVE_DLT_LINUX_SLL 1 +#define HAVE_DLT_IEEE802_11 1 +#define HAVE_DLT_IEEE802_11_RADIO 1 + +#define HAVE_DUMB_UDPHDR 0 + +#define USE_PCAP_RESTART 0 +#define PCAP_RESTART_FUNC 0 + +#define USE_DROPPRIVS 0 +#define DROPPRIVS_USER "notused" +