Unused Value at packet-msproxy.c:754 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_hello_ack (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-msproxy.c)![]() | ||||||
![]() | ||||||
741 | static void dissect_hello_ack(tvbuff_t *tvb, int offset, proto_tree *tree) { | |||||
742 | ||||||
743 | /* decode the hello acknowledge packet */ | |||||
744 | ||||||
745 | offset += 60; | |||||
746 | ||||||
747 | if ( tree) { | |||||
748 | proto_tree_add_item( tree, hf_msproxy_serverport, tvb, offset, 2, | |||||
749 | FALSE); | |||||
750 | offset += 2; | |||||
751 | ||||||
752 | proto_tree_add_item( tree, hf_msproxy_serveraddr, tvb, offset, 4, | |||||
753 | FALSE); | |||||
754 | offset += 4;
| |||||
755 | } | |||||
756 | } | |||||
![]() |