Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ecatmb.c:306

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

init_sdo_info_header

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/ethercat/packet-ecatmb.c)expand/collapse
Show more  
 303  void init_sdo_info_header(PETHERCAT_SDO_INFO_HEADER pInfo, tvbuff_t *tvb, gint offset)
 304  {
 305     pInfo->anSdoControlUnion.Control = tvb_get_guint8(tvb, offset++);
 306     pInfo->Reserved = tvb_get_guint8(tvb, offset++);
 307     pInfo->FragmentsLeft = sizeof(guint16);
 308  }
Show more  




Change Warning 3611.31295 : Unused Value

Priority:
State:
Finding:
Owner:
Note: