Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:9872

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

bsmap_paca_command

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 9859  bsmap_paca_command(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 9860  {
 9861      guint32     curr_offset;
 9862      guint32     consumed;
 9863      guint       curr_len;
 9864   
 9865      curr_offset = offset;
 9866      curr_len = len;
 9867   
 9868      ELEM_OPT_TLV(ANSI_A_E_PRIO, "");
 9869   
 9870      ELEM_OPT_TLV(ANSI_A_E_PACA_TS, "");
 9871   
 9872      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 9873  }
Show more  




Change Warning 1887.31616 : Unused Value

Priority:
State:
Finding:
Owner:
Note: