Wireshark-bugs: [Wireshark-bugs] [Bug 3103] CIP and ENIP dissector enhancements

Date: Tue, 23 Jun 2009 20:11:10 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3103


Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stig@xxxxxxxxxxxxx




--- Comment #2 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2009-06-23 20:11:09 PDT ---
This patch does not compile, I get warnings on the following constructs.  Are
you able to give a hint how they should be?  I have successfully merged the
rest of the files.


+      if(  preq_info
+        && !(  preq_info->bService == ( service & 0x7F )
+            || preq_info->bService == SC_CM_UNCON_SEND && preq_info->dissector
== cip_class_cm_handle
+            )
+        )


+      if(   gen_status == 0   /* success response ) */
+         || ( ( tvb_get_guint8( tvb, offset ) & 0x7F ) != SC_CM_UNCON_SEND )
+         || !(  gen_status == 0x01 && ( add_status == 0x0204 || add_status ==
0x0311 || add_status == 0x0312 || add_stat
us == 0x0315 )
+             || gen_status == 0x02
+             || gen_status == 0x04
+             )
+         )


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