Commit Graph

9 Commits

Author SHA1 Message Date
Jeff Morriss 60cefeae89 Fix the (fuzzed) memory allocation failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5880 :
Don't attempt to reassemble a message if the length of the fragment is negative.

svn path=/trunk/; revision=36964
2011-05-02 14:27:48 +00:00
Bill Meier 5776679ddd Reformat long lines in hf[] definition for readability;
Replace hf[] "blurbs" by NULLs since the text of the blurb more or less matches the label text.

svn path=/trunk/; revision=36950
2011-04-29 14:02:55 +00:00
Bill Meier 3fe0a82016 Remove an unneeded forward declaration (fixes compiler error);
Move a global variable to be local to proto_reg-handoff...

svn path=/trunk/; revision=36938
2011-04-28 15:18:54 +00:00
Bill Meier 18e5081475 Add missing "Wireshark .... Copyright ..".
svn path=/trunk/; revision=36937
2011-04-28 14:59:31 +00:00
Bill Meier a1b99c7218 Convert what appears to be the use of "4 space tabs" to spaces.
svn path=/trunk/; revision=36936
2011-04-28 14:48:39 +00:00
Bill Meier 8f0f8a5435 #include <stdio.h> not req'd;
Define all internal fcns as static;
fragment_table_init() & reassembled_table_init() need to be
  called form a registered_init fcn;
proto_register... and proto_reg_handoff should be at the end of the file as
  per Wireshark convention;
proto_reg_handoff .... doesn't need 'if (initialized)...';
proto_register... doesn't need 'if (proto_mux27010 == -1)...'

svn path=/trunk/; revision=36935
2011-04-28 14:38:29 +00:00
Jeff Morriss e84589d205 Add SVN Id tag. Don't use deprecated dissector_add().
svn path=/trunk/; revision=36932
2011-04-28 13:14:36 +00:00
Stig Bjørlykke 42f8e1fa5a Removed unused variables and functions.
Terminate strings by setting the first char to 0.

svn path=/trunk/; revision=36928
2011-04-28 06:39:56 +00:00
Anders Broman a663d91ca6 From Hans-Christoph Schemmel:
A variant of 3GPP TS 27.010 multiplexing protocol dissector.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5829

svn path=/trunk/; revision=36927
2011-04-28 05:36:26 +00:00