Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-afs.c:2970

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

dissect_backup_reply

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)expand/collapse
Show more  
 2960  dissect_backup_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode)
 2961  {
 2962          if ( rxinfo->type == RX_PACKET_TYPE_DATA )
 2963          {
 2964                  switch ( opcode )
 2965                  {
 2966                  }
 2967          }
 2968          else if ( rxinfo->type == RX_PACKET_TYPE_ABORT )
 2969          {
 2970                  OUT_UINT(hf_afs_backup_errcode);
 2971          }
 2972  }
Show more  




Change Warning 1829.31335 : Unused Value

Priority:
State:
Finding:
Owner:
Note: