Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-afs.c:2343

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

dissect_vol_reply

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)expand/collapse
Show more  
 2328  dissect_vol_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode)
 2329  {
 2330          if ( rxinfo->type == RX_PACKET_TYPE_DATA )
 2331          {
 2332                  switch ( opcode )
 2333                  {
 2334                          case 121:
 2335                                  /* should loop here maybe */
 2336                                  OUT_UINT(hf_afs_vol_count);
 2337                                  OUT_RXStringV(hf_afs_vol_name, 32); /* not sure on  */
 2338                                  break;
 2339                  }
 2340          }
 2341          else if ( rxinfo->type == RX_PACKET_TYPE_ABORT )
 2342          {
 2343                  OUT_UINT(hf_afs_vol_errcode);
 2344          }
 2345  }
Show more  




Change Warning 1825.31331 : Unused Value

Priority:
State:
Finding:
Owner:
Note: