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 4283] add vendor extension support for 802.11 radiotap hea

Date: Tue, 30 Mar 2010 14:56:30 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4283

--- Comment #11 from Joshua Zhao <swzhao@xxxxxxxxx> 2010-03-30 14:56:29 PDT ---
Anders,
you did missed these lines when you checked in my diff:
-#define MAX_PRESENT 1
+#define MAX_PRESENT 2
     guint32   it_present[MAX_PRESENT];    /* A bitmap telling which
                      * fields are present. Set bit 31
                      * (0x80000000) to extend the
@@ -69,6 +69,7 @@
                      * Additional extensions are made
                      * by setting bit 31.
                      */
+    guint32    it_pad2;


I didn't pay attention to that earlier.

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