Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:9740

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

dtap_connect

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 9729  dtap_connect(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 9730  {
 9731      guint32     curr_offset;
 9732      guint32     consumed;
 9733      guint       curr_len;
 9734   
 9735      curr_offset = offset;
 9736      curr_len = len;
 9737   
 9738      ELEM_OPT_TLV(ANSI_A_E_SOCI, "");
 9739   
 9740      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 9741  }
Show more  




Change Warning 1885.31614 : Unused Value

Priority:
State:
Finding:
Owner:
Note: