Unused Value at packet-ecatmb.c:306 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
init_sdo_info_header (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/ethercat/packet-ecatmb.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |