Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7825] Explicitly declare/cast 'unsigned <variable>' as 'un

Date: Tue, 9 Oct 2012 11:34:56 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7825

Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darkjames-ws@xxxxxxxxxxxx

--- Comment #1 from Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx> 2012-10-09 11:34:56 PDT ---
Hi,

We also use in lot of place 'guint' which is also the same as unsigned int...

And guint is the shortest one, maybe not most readable, but I'd vote to do:
s/unsigned int/guint/g
s/unsigned/guint/g

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.