Text   |  XML   |  ReML   |   Visible Warnings:

Ignored Return Value  at packet-bssgp.c:1247

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

bssgp_proto_handoff

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-bssgp.c)expand/collapse
Show more  
 1240  bssgp_proto_handoff(bssgp_ie_t *ie, build_info_t *bi, int ie_start_offset, dissector_handle_t handle) {
 1241    tvbuff_t *next_tvb=NULL;
 1242   
 1243    if(ie->value_length > 0)
 1244      next_tvb = tvb_new_subset(bi->tvb, bi->offset, -1, -1);
 1245   
 1246    if (bi->bssgp_tree) {
 1247      bssgp_proto_tree_add_ie(ie, bi, ie_start_offset);
 1248    }
 1249    if(next_tvb){
 1250      if (handle) {
 1251        call_dissector(handle, next_tvb, bi->pinfo, bi->parent_tree);
 1252      }
 1253      else if (data_handle) {
 1254        call_dissector(data_handle, next_tvb, bi->pinfo, bi->parent_tree);
 1255      }
 1256    }
 1257  }
Show more  




Change Warning 12510.35620 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: