Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10537

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

bsmap_priv_mode_command

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10526  bsmap_priv_mode_command(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10527  {
 10528      guint32     curr_offset;
 10529      guint32     consumed;
 10530      guint       curr_len;
 10531   
 10532      curr_offset = offset;
 10533      curr_len = len;
 10534   
 10535      ELEM_MAND_TLV(ANSI_A_E_ENC_INFO, "");
 10536   
 10537      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10538  }
Show more  




Change Warning 1904.31633 : Unused Value

Priority:
State:
Finding:
Owner:
Note: