Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10090

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

bsmap_bearer_upd_req

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10077  bsmap_bearer_upd_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10078  {
 10079      guint32     curr_offset;
 10080      guint32     consumed;
 10081      guint       curr_len;
 10082   
 10083      curr_offset = offset;
 10084      curr_len = len;
 10085   
 10086      ELEM_OPT_TLV(ANSI_A_E_A2P_BEARER_SESSION, "");
 10087   
 10088      ELEM_OPT_TLV(ANSI_A_E_A2P_BEARER_FORMAT, "");
 10089   
 10090      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10091  }
Show more  




Change Warning 1891.31620 : Unused Value

Priority:
State:
Finding:
Owner:
Note: