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 5553] Merge Request: Dissector for the OCFS2 network proto

Date: Wed, 12 Jan 2011 13:59:14 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5553

--- Comment #3 from Sunil Mushran <sunil.mushran@xxxxxxxxxx> 2011-01-12 13:59:12 PST ---
Created an attachment (id=5722)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=5722)
Dissector for the OCFS2 network protocol

Attached a new patch with the following changes from the last drop.

* Removed commas after the last element in all declarations.
* No longer initializing variables in their declarions to non-constant values.
* Removed designated initializers.
* Replace snprintf() with g_snprintf()
* Using ep_alloc() instead of allocating string buffers on stack.
* Using G_GINT64_CONSTANT and G_GINT64_MODIFIER instead of long long.
* Removed zero length arrays.
* Replaced offsetof() and sizeof() for wire packets with fixed values.

The patch was tested against the same svn rev.

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