Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:11095

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

bsmap_unblock_ack

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 11084  bsmap_unblock_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 11085  {
 11086      guint32     curr_offset;
 11087      guint32     consumed;
 11088      guint       curr_len;
 11089   
 11090      curr_offset = offset;
 11091      curr_len = len;
 11092   
 11093      ELEM_MAND_TV(ANSI_A_E_CIC, "");
 11094   
 11095      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 11096  }
Show more  




Change Warning 1912.31642 : Unused Value

Priority:
State:
Finding:
Owner:
Note: