dda12de96b
pchar-1.5: Compile fixes, minor bug fixes. Last planned release of pchar. (12 February 2005) Source code moved from CVS to Subversion. Although generally not user-visible, the version control strings now use Subversion's format. Builds on recent (RH 9.0-vintage) Linux systems seem to work now. Some off-by-one errors have been fixed, based on patches submitted by Anil Madhavapeddy pchar with SNMP enabled now has at least a chance of working correctly. pchar no longer incorrectly aborts after a hop with 100% packet loss. pchar now does a better job of linking libraries using --with-snmp on machines where libsnmp depends on libcrypto, thanks to Matt Zimmerman Some problems using --with-pcap on RedHat 7.0/7.1 (possibly other Linux distributions as well) were found thanks to a debugging session with Fran Boon
13 lines
463 B
Text
13 lines
463 B
Text
$NetBSD: patch-ab,v 1.1 2006/07/17 17:24:35 wiz Exp $
|
|
|
|
--- GetIfInfo.h.orig 2006-07-17 15:13:30.000000000 +0900
|
|
+++ GetIfInfo.h 2006-07-17 15:14:39.000000000 +0900
|
|
@@ -18,7 +18,7 @@
|
|
bool IsValid(void);
|
|
|
|
const char * GetDescription(void) const;
|
|
- const char * GetIfInfo::GetName(void) const;
|
|
+ const char * GetName(void) const;
|
|
const char * GetContact(void) const;
|
|
const char * GetLocation(void) const;
|
|
const char * GetIfDescription(void) const;
|