-
The packet size distribution percentages are calculated incorrectly using ethernetPkts as the total packet count. The correct count is stored in receivedPkts. The attached patch resolves the issue. No effort has been done to verify if the same issue is present in other areas.
The patch is against 3.3 but the issue seems to be present in the trunk as well.
2008-03-17 04:36:12 UTC in ntop - network top
-
The attached patch will allow ntop 3.3 to compile on Red Hat 3. (The problem is due to very old libpcap in the RHEL3 distribution.) Pass RHEL3_LIBPCAP to the compiler to enable the compatibility code.
The patch is against 3.3 but it seems to apply against the trunk as well.
2008-03-17 04:24:58 UTC in ntop - network top
-
The attached patch fixes option --skip-version-check. For some reason the option is defined as requiring an argument, which is not true. The patch is against 3.3 but the bug still appears to be in trunk as of today.
2008-03-17 04:15:45 UTC in ntop - network top
-
Just a small patch for ntop.8. It has been originally reported quite a while ago (SF:1409216) but it has not been fixed completely.
2008-03-17 04:06:27 UTC in ntop - network top
-
Have you tried the executable included with SourceForge patch 1341100?.
2008-02-20 16:44:08 UTC in The Nemesis Project
-
Packages pcre-7.0-src.zip and pcre-7.0-doc.zip have MD5 hashes different than what is advertised on the project page:
Download:
MD5(pcre-7.0-doc.zip)= 450f401ca4c5a3b712ce714a9e18a4fb
MD5(pcre-7.0-src.zip)= 956dcb4b1aafaf6bd9d54692df1144ef
Project page:
Documentation 242e30c824cfe327811ebe0afb7800f9
Sources 017de2cd776d70e4e256fd90efe65c43
Packages pcre-7.0-bin.zip and...
2007-07-04 04:20:50 UTC in GnuWin
-
Man page man/cat1/sed.1.txt in package sed-4.1.5-1-bin contains a malformed synopsis section:
SYNOPSIS
j:Textproc4.1.5-4.1.5.exe [OPTION]... {script-only-if-no-other-script} [input-file]...
instead of
SYNOPSIS
sed [OPTION]... {script-only-if-no-other-script} [input-file]...
2007-07-04 03:40:27 UTC in GnuWin
-
I have experienced the same thing on RHEL3. This is a wide-spread bug in libtool where the ".so" extension is specified in variable "shrext" while the the variable that is actually used by the code is "shrext_cmds". The attached patch provides a workround.
diff -ru libdnet-1.11.orig/src/Makefile.in libdnet-1.11/src/Makefile.in
--- libdnet-1.11.orig/src/Makefile.in 2006-01-19...
2006-12-02 01:35:44 UTC in libdnet
-
ngrep.8 lists several options twice. (This has been already reported once in 1385230 but the notes show that the entry has been auto-closed, without any actual resolution.) See the attached patch.
2006-11-29 04:19:03 UTC in Network Grep