Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-mip6.c:362

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

dissect_mip6_unknown

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-mip6.c)expand/collapse
Show more  
 351  dissect_mip6_unknown(tvbuff_t *tvb, proto_tree *mip6_tree, packet_info *pinfo)
 352  {
 353          proto_tree *data_tree = NULL;
 354          proto_item *ti;
 355   
 356          if (check_col(pinfo->cinfo, COL_INFO))
 357                  col_set_str(pinfo->cinfo, COL_INFO, "Unknown MH Type");
 358   
 359          if (mip6_tree) {
 360                  ti = proto_tree_add_text(mip6_tree, tvb, MIP6_DATA_OFF,  
 361                                  MIP6_DATA_OFF + 1, "Unknown MH Type");
 362                  data_tree = proto_item_add_subtree(ti, ett_mip6);
 363          }
 364   
 365          return MIP6_DATA_OFF + 1;
 366  }
Show more  




Change Warning 2744.31124 : Unused Value

Priority:
State:
Finding:
Owner:
Note: