diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-27 22:00:39 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2007-08-27 22:00:39 +0000 |
commit | c9fde316d67641001a5bd9e832c914f4e85f216f (patch) | |
tree | efe3c028b960f11d50cc136e348d96267bc7ccc4 /smi_modules | |
parent | 5e7a8a9a876cfcd1a471eb7f59e50e41726eb340 (diff) | |
download | wireshark-c9fde316d67641001a5bd9e832c914f4e85f216f.tar.gz wireshark-c9fde316d67641001a5bd9e832c914f4e85f216f.tar.bz2 wireshark-c9fde316d67641001a5bd9e832c914f4e85f216f.zip |
Add a default smi_modules file.
svn path=/trunk/; revision=22693
Diffstat (limited to 'smi_modules')
-rw-r--r-- | smi_modules | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/smi_modules b/smi_modules new file mode 100644 index 0000000000..4b32315304 --- /dev/null +++ b/smi_modules @@ -0,0 +1,27 @@ +# Default MIB modules to load +# +# XXX - According to Wes Hardaker, we shouldn't do this: +# http://www.ethereal.com/lists/ethereal-dev/200412/msg00222.html +# +"IP-MIB" +"IF-MIB" +"TCP-MIB" +"UDP-MIB" +"SNMPv2-MIB" +"RFC1213-MIB" +"IPV6-ICMP-MIB" +"IPV6-MIB" +"SNMP-COMMUNITY-MIB" +"SNMP-FRAMEWORK-MIB" +"SNMP-MPD-MIB" +"SNMP-NOTIFICATION-MIB" +"SNMP-PROXY-MIB" +"SNMP-REPEATER-MIB" +"SNMP-TARGET-MIB" +"SNMP-USER-BASED-SM-MIB" +"SNMP-USM-DH-OBJECTS-MIB" +"SNMP-VIEW-BASED-ACM-MIB" +"COPS-PR-SPPI" +"COPS-PR-SPPI-TC" +"DIFFSERV-PIB" +"FRAMEWORK-PIB" |