25c1717a9b
v1.43 o healed the win32 code fork: ngrep now builds from the same source tree for all platforms including Windows o re-wrote the privilege revocation logic after problems were reported with the SPC version, and removed non-root drop_privs capability altogether o fix off-by-one bug which caused ngrep to exit 1 packet early when ``-A'' as invoked o Fixed problematic configtest for old broken-redhat-glibc UDP header o ngrep now sets a pcap filter "ip" by default, if one is not specified o header offset fix to 802.11 processing o support IGMP and Raw (unknown IP protocol) type packets o support for latest versions of libpcap (0.8.3) and winpcap (3.1 beta 4) o updated configure to autoconf 2.59, and config.guess and config.sub to latest versions o updated PCRE from 3.4 to 5.0 o and various minor changes and updates to improve ngrep
11 lines
293 B
Text
11 lines
293 B
Text
--- Makefile.in.orig Thu Feb 24 17:24:22 2005
|
|
+++ Makefile.in Thu Feb 24 17:24:27 2005
|
|
@@ -25,7 +25,7 @@
|
|
|
|
bindir = $(prefix)/bin
|
|
datadir = $(prefix)/share
|
|
-mandir = $(datadir)/man
|
|
+mandir = $(prefix)/man
|
|
|
|
BINDIR_INSTALL = $(prefix)/bin
|
|
MANDIR_INSTALL = $(mandir)/man8
|