This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Can’t Enable SNMP Decodes in 64 bit Windows

0

I'm running Wireshark 1.4.1 on Windows 7 x64. I'm trying to enable SNMP decodes, but can't.

Under Preferences - Name Resolution, I've got the options for Enable OID Resolution and Suppress SMI Errors, but both have the entry "N/A", I can't check / uncheck them. I also don't have an SNMP directory under the Wireshark system directory.

This is a brand new install and I've tried uninstalling / reinstalling. Am I missing a module? I didn't see anything in the installer.

So, what do I need to do to enable SNMP decodes with MIBs?

Thanks.

asked 09 Nov '10, 08:01

AlecIs's gravatar image

AlecIs
1111
accept rate: 0%

edited 23 Jan '12, 12:30

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

0

Wireshark needs libsmi to do that. There's no 64bit version of that library yet. To make it work install 32bit Wireshark.

answered 09 Nov '10, 13:59

Jaap's gravatar image

Jaap ♦
11.7k16101
accept rate: 14%

FYI, libsmi supports 64-bit now.

$ file /usr/lib/libsmi.so.2.0.27 
/usr/lib/libsmi.so.2.0.27: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0x56bff7c8275830abed32367f5256ef8a8e432a8a, stripped

I'm on Arch Linux using this package.

(23 Jan '12, 11:01) mitch_feaster

The question refers to Windows, not Linux. However libsmi has now been added to Windows 64 bit, but from the 1.6.5 release notes it would appear that it is only available in the 1.7 development releases.

(23 Jan '12, 12:04) grahamb ♦