Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-afs.c:2429

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

dissect_cb_reply

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)expand/collapse
Show more  
 2419  dissect_cb_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode)
 2420  {
 2421          if ( rxinfo->type == RX_PACKET_TYPE_DATA )
 2422          {
 2423                  switch ( opcode )
 2424                  {
 2425                  }
 2426          }
 2427          else if ( rxinfo->type == RX_PACKET_TYPE_ABORT )
 2428          {
 2429                  OUT_UINT(hf_afs_cb_errcode);
 2430          }
 2431  }
Show more  




Change Warning 1828.31334 : Unused Value

Priority:
State:
Finding:
Owner:
Note: