Wireshark-bugs: [Wireshark-bugs] [Bug 4155] Unable to run Wireshark, Fault Module: MSVCR90.dll
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4155
--- Comment #33 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2009-11-07 10:49:19 PDT ---
(In reply to comment #32)
> Also, why would Wireshark 1.0.10 work if it was really a NIC driver issue? (As
> per this comment: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4155#c19
> )
The bug is in the code that draws the little icons in the interface list in the
upper-left region of the main window in 1.2. Wireshark tries to determine which
icon to draw using the interface description and name, e.g. "802.11" gets you a
wireless icon. If the description is empty (that is, if the NIC driver doesn't
bother to fill in that field) it causes a NULL pointer exception in Wireshark.
Make no mistake -- this is a Wireshark bug. It just happens to be triggered by
this particular driver.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.