Unused Value at packet-aim.c:915 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_aim_close_conn (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-aim.c)![]() | ||||||
![]() | ||||||
908 | static void dissect_aim_close_conn(tvbuff_t *tvb, packet_info *pinfo, | |||||
909 | int offset, proto_tree *tree) | |||||
910 | { | |||||
911 | if (check_col(pinfo->cinfo, COL_INFO)) { | |||||
912 | col_set_str(pinfo->cinfo, COL_INFO, "Close Connection"); | |||||
913 | } | |||||
914 | ||||||
915 | offset = dissect_aim_tlv_sequence(tvb, pinfo, offset, tree, client_tlvs);
| |||||
916 | } | |||||
![]() |