Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-afs.c:2375

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

dissect_kauth_reply

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)expand/collapse
Show more  
 2365  dissect_kauth_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode)
 2366  {
 2367          if ( rxinfo->type == RX_PACKET_TYPE_DATA )
 2368          {
 2369                  switch ( opcode )
 2370                  {
 2371                  }
 2372          }
 2373          else if ( rxinfo->type == RX_PACKET_TYPE_ABORT )
 2374          {
 2375                  OUT_UINT(hf_afs_kauth_errcode);
 2376          }
 2377  }
Show more  




Change Warning 1827.31333 : Unused Value

Priority:
State:
Finding:
Owner:
Note: