Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:11057

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

bsmap_block_ack

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 11046  bsmap_block_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 11047  {
 11048      guint32     curr_offset;
 11049      guint32     consumed;
 11050      guint       curr_len;
 11051   
 11052      curr_offset = offset;
 11053      curr_len = len;
 11054   
 11055      ELEM_MAND_TV(ANSI_A_E_CIC, "");
 11056   
 11057      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 11058  }
Show more  




Change Warning 1911.31641 : Unused Value

Priority:
State:
Finding:
Owner:
Note: