https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3270
--- Comment #28 from Russell C. Sibley <lab@xxxxxxxxxxxxx> 2009-12-08 03:06:47 PST ---
Got it, at least on my system.
Value 17 for dwType for NtQuerySystemInformation hangs. If I add that to the
"skip list", it runs through. So the new skip list is:
skipped: 17,26,27,38,46,47,48,52,53
Here's what I get for dwTypes that return ERROR_SUCCESS:
valid: 1,2,5,6,8,11,18,19,21,23,33,34,35,36,37,43,44,45,51,55
Hopefully we don't need #17 :-\
Here's the change I made:
657a
/* ID 17 = SystemObjectInformation hangs on some win2k systems.
*/
case 17:
continue;
.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.