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 4700] WSLUA improvement (ProtoField.bool extension)

Date: Tue, 20 Apr 2010 19:17:45 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4700

--- Comment #13 from Tamas Regos <tamas.regos@xxxxxxxxxxxx> 2010-04-20 19:17:45 PDT ---

Separated patches for white spaces and changes added as requested.

IMPORTANT!
wslua_proto-whitespaces.diff patch should be added first and
wslua_proto_new.diff after that.


About the warnings.
I've corrected those ones as well (value added at declaration) but the warning
for 'vs' should have been there earlier too because initially I didn't touch
that line.

orig: value_string* vs;
new: value_string* vs = NULL;


Regards,
Tamas

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