Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_a.c:10151

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

dtap_auth_resp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)expand/collapse
Show more  
 10140  dtap_auth_resp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len)
 10141  {
 10142      guint32     curr_offset;
 10143      guint32     consumed;
 10144      guint       curr_len;
 10145   
 10146      curr_offset = offset;
 10147      curr_len = len;
 10148   
 10149      ELEM_MAND_LV(ANSI_A_E_AUTH_RESP_PARAM, "");
 10150   
 10151      EXTRANEOUS_DATA_CHECK(curr_len, 0);
 10152  }
Show more  




Change Warning 1892.31621 : Unused Value

Priority:
State:
Finding:
Owner:
Note: