Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-nlsp.c:349

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

dissect_hello_local_mtu_clv

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nlsp.c)expand/collapse
Show more  
 335  dissect_hello_local_mtu_clv(tvbuff_t *tvb, proto_tree *tree, int offset,
 336      int length)
 337  {
 338          if (length < 4) {
 339                  nlsp_dissect_unknown(tvb, tree, offset,
 340                      "Short link info entry");
 341                  return;
 342          }
 343          if (tree) {
 344                  proto_tree_add_text(tree, tvb, offset, 4,
 345                      "MTU Size: %u",
 346                      tvb_get_ntohl(tvb, offset));
 347          }
 348          offset += 4;
 349          length -= 4;
 350  }
Show more  




Change Warning 2871.31416 : Unused Value

Priority:
State:
Finding:
Owner:
Note: