https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6394
--- Comment #13 from Bill Meier <wmeier@xxxxxxxxxxx> 2011-09-30 23:18:00 EDT ---
I'm a little confused by the 'item = ;append_text(item)' code for the link
speed a bit further down in the function.
It's late and I'm tired ... :)
So, when you get a chance, it would be appreciated if you could submit a patch
(which I'll look at next week if someone else doesn't get to it).
I also notice that the following in 'dissect_windows_sockaddr_storage()' looks
wrong.
if (parent_item) {
proto_item_append_text(sub_item, ", Family: %d (0x%04x)", family,
family);
}
Thanks
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.