Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-aim.c:915

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

dissect_aim_close_conn

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-aim.c)expand/collapse
Show more  
 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  }
Show more  




Change Warning 1834.31726 : Unused Value

Priority:
State:
Finding:
Owner:
Note: