Unused Value at packet-cpha.c:388 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_policy_change (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-cpha.c)![]() | ||||||
![]() | ||||||
382 | static void dissect_policy_change(tvbuff_t * tvb, int offset, proto_tree * tree) { | |||||
383 | guint32 status; | |||||
384 | ||||||
385 | status = tvb_get_ntohl(tvb, offset); | |||||
386 | ||||||
387 | proto_tree_add_uint(tree, hf_status, tvb, offset, sizeof(status), status); | |||||
388 | offset += sizeof(guint32);
| |||||
389 | } | |||||
![]() |