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

For the quadrilionth time - Wireshark(Windows) Cisco MIBS

-6

Please forgive the tone, I am so [expletive] angry right now...

For windows the SNMP wireshark page is worthless.

  1. I downloaded the v2 zip from Cisco and unzipped it to c:\users\me\v2
  2. I copied all the .my files from step 1 to c:\users\me\mibs
  3. Then with Cygwin I got rid of the .my with "for i in ls;do mv $i `echo $i | awk -F. '{print $1}';done"
  4. Then I pointed wireshark to c:\users\me\mibs

I've tried every possible permutation and at this point I'd rather someone [expletive].

And NO, I didn't [expletive] compile my own [expletive] version of wireshark for windows, just like 99.9% of windows users, I JUST INSTALLED THE ONE THATS ALREADY COMPILED AND DOWNLOADABLE FROM wireshark.org

[expletive]

IS GOING ON HERE!!

Sorry for the tone

asked 04 Jul '13, 15:15

daviddionne's gravatar image

daviddionne
-11112
accept rate: 0%

edited 06 Jul '13, 09:48

helloworld's gravatar image

helloworld
3.1k42041


3 Answers:

9

Thank you for your constructive words, they are really motivating me to spend some of my free time this weekend to try to improve Wireshark so it meets your exacting needs for free. Or maybe not.

You could fix it yourself as the Wireshark project provides all the source, tools and guides to build your own copy of Wireshark, however if that's beyond your capabilities, then you could spend some of your budget and hire someone else with those abilities to do that for you.

Finally I'll point you to the warranty supplied with Wireshark as detailed in the about menu:

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

answered 05 Jul '13, 01:38

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

0

This is a good post. I have also been wasting time with MIBs in wireshark all day.

if you are strugging with wireshark loading mibs, one tip - you may be able to find a quick way to add them to the "smi_modules" file. Saves adding them in the gui.

answered 31 Mar '15, 23:16

sossie07's gravatar image

sossie07
6112
accept rate: 0%

-4

So I calmed down and focused...and I think I might get it. Amazing with strace on Linux can do, even for windows. So the little discovery I made was that not only do you have to add the directory but you must also add, ONE BY ONE...BY HAND, the name of every [expletive] mib in the mib modules section of wireshark as well?!

I made very quick work of this, again with Cygwin and are you people(cace or I guess riverbed now) in a little tiff with cisco?

This took the most spectacularly dump I've ever seen, I think I could actually smell it. Wireshark died.

answered 04 Jul '13, 15:38

daviddionne's gravatar image

daviddionne
-11112
accept rate: 0%

edited 06 Jul '13, 09:49

helloworld's gravatar image

helloworld
3.1k42041

And I was actually about to try cascade...ive got a few hundred thousand left in my budget this year, figured why not, love wireshark right. well the poopy smell is why not

(04 Jul '13, 15:40) daviddionne
2

Uhm, sorry you ran into trouble like this, but it's what happens in a project like Wireshark - some people code a solution as much and as far as they think they need to to be able to solve their problem, and the result is a little awkward to handle for others. That's what can be a downside of open source development, but on the other hand Wireshark is free and the source available - so you could fix it instead of wasting energy on being angry. Yeah, I know, that wasn't what you needed to hear. Sorry again.

(04 Jul '13, 16:13) Jasper ♦♦