Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-q2931.c:745

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

dissect_q2931_bband_hi_layer_info_ie

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-q2931.c)expand/collapse
Show more  
 733  dissect_q2931_bband_hi_layer_info_ie(tvbuff_t *tvb, int offset, int len,
 734      proto_tree *tree)
 735  {
 736          guint8 octet;
 737   
 738          if (len == 0)
 739                  return;
 740          octet = tvb_get_guint8(tvb, offset);
 741          proto_tree_add_text(tree, tvb, offset, 1,
 742              "High layer information type: %s",
 743              val_to_str(octet & 0x7F, q2931_hi_layer_info_type_vals,
 744              "Unknown (0x%02X)"));
 745          offset += 1;
 746          len -= 1;
 747  }
Show more  




Change Warning 2891.31272 : Unused Value

Priority:
State:
Finding:
Owner:
Note: