Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:9792

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

dtap_flash_with_info_ack

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 9779  dtap_flash_with_info_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 9780  {
 9781      guint32     curr_offset;
 9782      guint32     consumed;
 9783      guint       curr_len;
 9784   
 9785      curr_offset = offset;
 9786      curr_len = len;
 9787   
 9788      ELEM_OPT_TV(ANSI_A_E_TAG, "");
 9789   
 9790      ELEM_OPT_TLV(ANSI_A_E_SOCI, "");
 9791   
 9792      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 9793  }
Show more  




Change Warning 1886.31615 : Unused Value

Priority:
State:
Finding:
Owner:
Note: