Empty switch Statement at packet-afs.c:2964 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_backup_reply (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)![]() | ||||||
![]() | ||||||
2954 | } | |||||
2955 | ||||||
2956 | /* | |||||
2957 | * BACKUP Helpers | |||||
2958 | */ | |||||
2959 | static void | |||||
2960 | dissect_backup_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode) | |||||
2961 | { | |||||
2962 | if ( rxinfo->type == RX_PACKET_TYPE_DATA ) | |||||
2963 | { | |||||
2964 | switch ( opcode )
| |||||
2965 | { | |||||
2966 | } | |||||
2967 | } | |||||
2968 | else if ( rxinfo->type == RX_PACKET_TYPE_ABORT ) | |||||
2969 | { | |||||
2970 | OUT_UINT(hf_afs_backup_errcode); | |||||
2971 | } | |||||
2972 | } | |||||
2973 | ||||||
2974 | static void | |||||
![]() |