ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5929] New protocol dissector for "CIP Motion"

Date: Wed, 12 Oct 2011 18:34:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5929

--- Comment #23 from Bill Meier <wmeier@xxxxxxxxxxx> 2011-10-12 21:34:51 EDT ---
Additional compiler warnings fixed:

packet-cipmotion.c: In function 'dissect_cipmotion':
packet-cipmotion.c:1795:16: warning: variable 'seq_number' set but not used
[-Wunused-but-set-variable]

>> I commented out the 'seq_number' defintion and usage.

-------------
packet-cipmotion.c: At top level:
packet-cipmotion.c:60:12: error: 'hf_cip_time_data_update' defined but not used
[-Werror=unused-variable]
cc1: all warnings being treated as errors

>> I deleted 'hf_cip_time_data_update' definition.

--------------
packet-cipmotion.c: In function 'dissect_cipmotion':
packet-cipmotion.c:1836: warning: 'inst_count' may be used uninitialized in
this function

>> (Not actually valid); I initialized 'inst_count=0' to prevent the warning.

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