Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-ansi_683.c:3975

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

msg_secure_mode_rsp

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_683.c)expand/collapse
Show more  
 3955  msg_secure_mode_rsp(tvbuff_t *tvb, proto_tree *tree, guint len, guint32 offset)
 3956  {
 3957      guint8      oct;
 3958      const gchar *str = NULL;
 3959      guint32     saved_offset;
 3960   
 3961      EXACT_DATA_CHECK(len, 1);
 3962   
 3963      saved_offset = offset;
 3964   
 3965      oct = tvb_get_guint8(tvb, offset);
 3966   
 3967      str = rev_res_code_type(oct);
 3968   
 3969      proto_tree_add_none_format(tree, hf_ansi_683_none,
 3970          tvb, offset, 1,
 3971          "Secure Mode result code, %s (%u)",
 3972          str,
 3973          oct);
 3974   
 3975      offset++;
 3976  }
Show more  




Change Warning 1873.31352 : Unused Value

Priority:
State:
Finding:
Owner:
Note: