Unused Value at packet-btl2cap.c:565 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_disconnrequestresponse (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-btl2cap.c)![]() | ||||||
![]() | ||||||
561 | dissect_disconnrequestresponse(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree) | |||||
562 | { | |||||
563 | guint16 scid, dcid; | |||||
564 | ||||||
565 | dcid = tvb_get_letohs(tvb, offset);
| |||||
566 | proto_tree_add_item(tree, hf_btl2cap_dcid, tvb, offset, 2, TRUE); | |||||
567 | offset+=2; | |||||
568 | ||||||
569 | scid = tvb_get_letohs(tvb, offset); | |||||
570 | proto_tree_add_item(tree, hf_btl2cap_scid, tvb, offset, 2, TRUE); | |||||
571 | offset+=2; | |||||
572 | ||||||
573 | return offset; | |||||
574 | } | |||||
![]() |