Empty switch Statement at packet-afs.c:2979 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_backup_request (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)![]() | ||||||
![]() | ||||||
2969 | { | |||||
2970 | OUT_UINT(hf_afs_backup_errcode); | |||||
2971 | } | |||||
2972 | } | |||||
2973 | ||||||
2974 | static void | |||||
2975 | dissect_backup_request(tvbuff_t *tvb _U_, struct rxinfo *rxinfo _U_, proto_tree *tree _U_, int offset, int opcode) | |||||
2976 | { | |||||
2977 | offset += 4; /* skip the opcode */ | |||||
2978 | ||||||
2979 | switch ( opcode )
| |||||
2980 | { | |||||
2981 | } | |||||
2982 | } | |||||
2983 | ||||||
2984 | /* | |||||
2985 | * Registration code for registering the protocol and fields | |||||
2986 | */ | |||||
2987 | ||||||
2988 | void | |||||
2989 | proto_register_afs(void) | |||||
![]() |