Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:11209

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

bsmap_xmode_ack

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 11198  bsmap_xmode_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 11199  {
 11200      guint32     curr_offset;
 11201      guint32     consumed;
 11202      guint       curr_len;
 11203   
 11204      curr_offset = offset;
 11205      curr_len = len;
 11206   
 11207      ELEM_MAND_TLV(ANSI_A_E_CAUSE, "");
 11208   
 11209      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 11210  }
Show more  




Change Warning 1916.31647 : Unused Value

Priority:
State:
Finding:
Owner:
Note: