diff options
author | edwin <edwin@FreeBSD.org> | 2006-12-07 18:43:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-12-07 18:43:58 +0800 |
commit | b1d251ab90f95dfcfd2afa72fb06fa9ec9dc8e2f (patch) | |
tree | ce6c25a491b62eb8ef80312a933631bc0ee904b3 /net/ngrep/files | |
parent | 8a249bfcc5ccfd5e5395c1e73180051cd15ca7a9 (diff) | |
download | freebsd-ports-gnome-b1d251ab90f95dfcfd2afa72fb06fa9ec9dc8e2f.tar.gz freebsd-ports-gnome-b1d251ab90f95dfcfd2afa72fb06fa9ec9dc8e2f.tar.zst freebsd-ports-gnome-b1d251ab90f95dfcfd2afa72fb06fa9ec9dc8e2f.zip |
Update to 1.45
v1.45
o fixed bug where setting the snaplen smaller than the minimum
necessary to read the full headres would cause garbage to be
fed into the pattern matcher
o fixed unreported bug in IPv6/TCP packet length calculation
o relocated the privilege-dropping routine to be invoked right
before entering the packet processing loop, to prevent
interference with necessary permissions to read or write
dumpfiles/etc.
o fixed integer overflow with the snaplen that resulted from
an implicit signed/unsigned conversion
o minor change to compensate for some broken compiler
optimizers
o fixed double-free race condition during ngrep termination
o reworked packet length calculation in the main processing
loop, improving performance and readability
o simplified regex build logic in configure and Makefile
o updated Win32 version to use config.h for preprocessor
definitions instead of the Visual Studio project files,
making manual tweaking and config of ngrep for Win32
consistent with *NIX and more obvious
o changed third-party Makefiles to properly clean up after
themselves
o added support for radiotap (IEEE802_11_RADIO)
o changed ``-s 0'' invocation to mimic the equivalent of tcpdump
Diffstat (limited to 'net/ngrep/files')
-rw-r--r-- | net/ngrep/files/patch-ngrep.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/net/ngrep/files/patch-ngrep.c b/net/ngrep/files/patch-ngrep.c deleted file mode 100644 index 42a398ea09d9..000000000000 --- a/net/ngrep/files/patch-ngrep.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ngrep.c.orig Tue Apr 11 09:20:31 2006 -+++ ngrep.c Tue Apr 11 09:20:59 2006 -@@ -15,6 +15,7 @@ - #include <netinet/in.h> - #include <netinet/in_systm.h> - #include <net/if.h> -+#include <arpa/inet.h> - #include <sys/tty.h> - #include <pwd.h> - #endif |