Unused Value at packet-agentx.c:755 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_rem_caps_pdu (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-agentx.c)![]() | ||||||
![]() | ||||||
742 | static void dissect_rem_caps_pdu(tvbuff_t *tvb, proto_tree *tree,int offset,int len, char flags) | |||||
743 | { | |||||
744 | proto_item* item; | |||||
745 | proto_tree* subtree; | |||||
746 | ||||||
747 | item = proto_tree_add_text(tree, tvb, offset, len, "RemoveAgentCaps-PDU"); | |||||
748 | subtree = proto_item_add_subtree(item, ett_remcap); | |||||
749 | ||||||
750 | if(flags & NON_DEFAULT_CONTEXT) { | |||||
751 | /* show context */ | |||||
752 | offset += dissect_octet_string(tvb, subtree, offset, flags); | |||||
753 | } | |||||
754 | ||||||
755 | offset += dissect_object_id(tvb, subtree, offset, flags);
| |||||
756 | } | |||||
![]() |