Unused Value at packet-afs.c:2356 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_vol_request (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)![]() | ||||||
![]() | ||||||
2348 | dissect_vol_request(tvbuff_t *tvb, struct rxinfo *rxinfo _U_, proto_tree *tree, int offset, int opcode) | |||||
2349 | { | |||||
2350 | offset += 4; /* skip the opcode */ | |||||
2351 | ||||||
2352 | switch ( opcode ) | |||||
2353 | { | |||||
2354 | case 121: /* list one vol */ | |||||
2355 | OUT_UINT(hf_afs_vol_count); | |||||
2356 | OUT_UINT(hf_afs_vol_id);
| |||||
2357 | break; | |||||
2358 | } | |||||
2359 | } | |||||
![]() |