https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6881
--- Comment #13 from Bill Meier <wmeier@xxxxxxxxxxx> 2012-07-29 13:40:16 PDT ---
(In reply to comment #12)
> sure, you are right (grrr I tested this with sid = 1, 2 and 3). Would you
> mind to also remove those ugly spaces between types and variables, I
> mean:
>
> } else {
> <...>
> *sid = ((guint32)sid0 >> 6) | ((guint32)sid1 << 8) |
> ((guint32)sid2 << 16) | ((guint32)sid3 << 24);
> }
>
> thanks a lot!
> ciao
> FF
Done in SVN #41118
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.