Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:9610

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

dtap_alert_with_info

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 9597  dtap_alert_with_info(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 9598  {
 9599      guint32     curr_offset;
 9600      guint32     consumed;
 9601      guint       curr_len;
 9602   
 9603      curr_offset = offset;
 9604      curr_len = len;
 9605   
 9606      ELEM_OPT_TLV(ANSI_A_E_FWD_MS_INFO_RECS, "");
 9607   
 9608      ELEM_OPT_TLV(ANSI_A_E_SOCI, "");
 9609   
 9610      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 9611  }
Show more  




Change Warning 1884.31613 : Unused Value

Priority:
State:
Finding:
Owner:
Note: