From d131c1140e59ea7ed909f94eb65b53f6283fcc65 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 19 Jan 2009 17:24:29 +0000 Subject: Release version 0.2 with proper OID. --- ChangeLog | 4 ++++ configure.in | 8 ++------ doc/PCAP-MIB.txt | 2 +- doc/bsnmp-pcap.8 | 2 +- module/pcap-tree.def | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2a0957..c88dbf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,6 @@ +0.2 + - Use allocated OID from begemot + 0.1 - Initial Release + diff --git a/configure.in b/configure.in index 847ff02..417ea73 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(bsnmp-pcap, 0.1, stef@memberwebs.com) -AM_INIT_AUTOMAKE(bsnmp-pcap, 0.1) +AC_INIT(bsnmp-pcap, 0.2, stef@memberwebs.com) +AM_INIT_AUTOMAKE(bsnmp-pcap, 0.2) AC_CONFIG_SRCDIR([module/bsnmp-pcap.c]) AM_CONFIG_HEADER([config.h]) @@ -60,10 +60,6 @@ AC_SEARCH_LIBS(pcap_open_live, pcap, , AC_C_CONST AC_TYPE_SIZE_T -# Checks for library functions. -AC_FUNC_MALLOC -AC_FUNC_MEMCMP - AC_CONFIG_FILES([Makefile module/Makefile doc/Makefile]) AC_OUTPUT diff --git a/doc/PCAP-MIB.txt b/doc/PCAP-MIB.txt index f334ce1..9276ad2 100644 --- a/doc/PCAP-MIB.txt +++ b/doc/PCAP-MIB.txt @@ -37,7 +37,7 @@ pcap MODULE-IDENTITY CONTACT-INFO "stef@memberwebs.com" DESCRIPTION "The MIB for the bsnmp-pcap module." - ::= { begemot 1112 } + ::= { begemot 206 } -- -------------------------------------------------------------------------- diff --git a/doc/bsnmp-pcap.8 b/doc/bsnmp-pcap.8 index ded4948..ef65612 100644 --- a/doc/bsnmp-pcap.8 +++ b/doc/bsnmp-pcap.8 @@ -55,7 +55,7 @@ Multiple flows of traffic can be measured by the module. .Sh MIBS The counters will be available as a table under the following MIB: .Bd -literal -offset indent - .1.3.6.1.4.1.12325.1.1112 + .1.3.6.1.4.1.12325.1.206 .Ed .Pp Or if the appropriate MIB.txt files have been installed: diff --git a/module/pcap-tree.def b/module/pcap-tree.def index fb780c7..f7444a5 100644 --- a/module/pcap-tree.def +++ b/module/pcap-tree.def @@ -40,7 +40,7 @@ (1 enterprises (12325 fokus (1 begemot - (1112 pcap + (206 pcap (1 pcapCount INTEGER op_pcap GET) (2 pcapTable (1 pcapEntry : INTEGER op_pcapentry -- cgit v1.2.3