Packages with configuration changes: +libsmi2ldbl 0.4.8+dfsg2-16 amd64 +libwireshark-data 3.4.10-0+deb11u1 all Package changes: +libbcg729-0 1.1.1-2 amd64 +libc-ares2 1.17.1-1+deb11u1 amd64 +libminizip1 1.1-8+b1 amd64 +libqt5multimedia5 5.15.2-3 amd64 +libqt5multimedia5-plugins 5.15.2-3 amd64 +libqt5multimediagsttools5 5.15.2-3 amd64 +libqt5multimediawidgets5 5.15.2-3 amd64 +libsmi2ldbl 0.4.8+dfsg2-16 amd64 +libwireshark-data 3.4.10-0+deb11u1 all +libwireshark14 3.4.10-0+deb11u1 amd64 +libwiretap11 3.4.10-0+deb11u1 amd64 +libwsutil12 3.4.10-0+deb11u1 amd64 +wireshark 3.4.10-0+deb11u1 amd64 +wireshark-common 3.4.10-0+deb11u1 amd64 +wireshark-qt 3.4.10-0+deb11u1 amd64
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
#
|
|
# smi.conf - Global SMI configuration file.
|
|
#
|
|
# Copyright (c) 2000 Frank Strauss, Technical University of Braunschweig.
|
|
#
|
|
# See the file "COPYING" for information on usage and redistribution
|
|
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
#
|
|
# See smi_config(3) for detailed information on configuration files.
|
|
#
|
|
# Debian version by Remco van de Meent <remco@debian.org>
|
|
# 20010612
|
|
|
|
# Extend (note the semicolon) the libsmi default module search path.
|
|
# (On Windows systems, use `;' instead of `:', and `\' instead of `/'.)
|
|
|
|
path :/usr/share/snmp/mibs
|
|
path :/usr/share/snmp/mibs/iana
|
|
path :/usr/share/snmp/mibs/ietf
|
|
path :/usr/share/snmp/mibs/site
|
|
path :/var/lib/snmp/mibs/site
|
|
path :/usr/share/mibs/site
|
|
|
|
# Don't show any errors by default.
|
|
level 0
|
|
|
|
# Preload some basic SMIv2 modules.
|
|
load SNMPv2-SMI
|
|
load SNMPv2-TC
|
|
load SNMPv2-CONF
|
|
|
|
# Make smilint shout loud to report all errors and warnings.
|
|
smilint: level 9
|
|
|
|
# But please don't claim about any names longer than 32 chars.
|
|
# (note: this is the prefix of errors `namelength-32-module,
|
|
# -type, -object, -enumeration, and -bit)
|
|
smilint: hide namelength-32
|
|
|
|
# Preloading some more modules for special applications.
|
|
# smiquery: load IF-MIB
|