ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.