ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 6881] Support for MPLS Packet Loss and Delay Measurement,

Date: Sun, 29 Jul 2012 13:40:17 -0700 (PDT)
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.