http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2309
--- Comment #1 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2008-03-12 06:52:32 GMT ---
Lets see what happend. Initially the OID functions registered a fake protocol
MIBS to edit these UATs. That proved hard to find for users, so an attempt was
made to clear it up.
Since OIDs is about number-to-name translation SMI UAT editing was moved to the
name resolution tab (r24131). That worked on all platforms, except Win32. It
could not link the involved variables from one DLL into the next or something
to that effect.
Than an effort was made to split these variables (r24229) to make it work in
Win32 as well. This means that setting and use of these tables is split and
communicated only via file storage. No signaling from the preference settings
goes to the OID functions that anything changed. Now only reloading the
settings from file works.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.