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 4421] fix and update radiotap parser

Date: Wed, 13 Oct 2010 16:15:54 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4421

--- Comment #22 from Guy Harris <guy@xxxxxxxxxxxx> 2010-10-13 16:15:53 PDT ---
> Unfortunately the patch doesn't compile in Visual C++ 2008, which doesn't include stdint.h.

The patch should use guint{8,16,32,64} instead of unit{8,16,32,64}_t, even in
headers ultimately derived from *BSD headers, e.g. packet-radiotap-defs.h, as
there's no guarantee that all the platforms we run on support the stdint.h
types.  The radiotap format is defined independently from its implementations,
so there's no need to try to minimize the differences between headers in
Wireshark and headers in {pick your favorite radiotap-supporting OS}.

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