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 3269] Wireshark 1.06 crashes in libwireshark.dll when deco

Date: Sat, 21 Feb 2009 07:59:05 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3269





--- Comment #4 from Bill Meier <wmeier@xxxxxxxxxxx>  2009-02-21 07:59:03 PDT ---
It turns out that that this problem was fixed last December but not queued for
inclusion in the 1.0.6 release.

(I'll queue the fix for the 1.0.7 release).

The issue was actually found by a report of the results of running Lint over
the Wireshark sources; I then made a best guess at fixing it.


Are you familiar with this protocol (or have access to a spec ?)
The fix I made was just a best guess.

Do the names for the values displayed for the machine_states portion of the
FWHA_MY_STATE frames (4-12 & etc in your capture) seem correct ? 

[From the source code for the dissector:
/* XXX: Array below found by Lint to be missing an initializer. */
/*      So: "Unknown" added as the first initializer so that    */
/*       this array is similar to opcode_type_str_long & etc    */
#define NUM_STATES 5
static const char *state_str[NUM_STATES+1] = {
  "Unknown",
  "Down/Dead",
  "Initializing",
  "Standby",
  "Ready",
  "Active/Active-Attention"
};


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