Unused Value at packet-cpha.c:397 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_probe (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cpha.c)![]() | ||||||
![]() | ||||||
391 | static void dissect_probe(tvbuff_t * tvb, int offset, proto_tree * tree) { | |||||
392 | guint32 ifn; | |||||
393 | ||||||
394 | ifn = tvb_get_ntohl(tvb, offset); | |||||
395 | ||||||
396 | proto_tree_add_uint(tree, hf_ifn, tvb, offset, sizeof(ifn), ifn); | |||||
397 | offset += sizeof(guint32);
| |||||
398 | } | |||||
![]() |