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.