Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10902

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

bsmap_ho_failure

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10891  bsmap_ho_failure(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10892  {
 10893      guint32     curr_offset;
 10894      guint32     consumed;
 10895      guint       curr_len;
 10896   
 10897      curr_offset = offset;
 10898      curr_len = len;
 10899   
 10900      ELEM_MAND_TLV(ANSI_A_E_CAUSE, "");
 10901   
 10902      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10903  }
Show more  




Change Warning 1908.31638 : Unused Value

Priority:
State:
Finding:
Owner:
Note: