Empty switch Statement at packet-afs.c:2369 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_kauth_reply (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)![]() | ||||||
![]() | ||||||
2359 | } | |||||
2360 | ||||||
2361 | /* | |||||
2362 | * KAUTH Helpers | |||||
2363 | */ | |||||
2364 | static void | |||||
2365 | dissect_kauth_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode) | |||||
2366 | { | |||||
2367 | if ( rxinfo->type == RX_PACKET_TYPE_DATA ) | |||||
2368 | { | |||||
2369 | switch ( opcode )
| |||||
2370 | { | |||||
2371 | } | |||||
2372 | } | |||||
2373 | else if ( rxinfo->type == RX_PACKET_TYPE_ABORT ) | |||||
2374 | { | |||||
2375 | OUT_UINT(hf_afs_kauth_errcode); | |||||
2376 | } | |||||
2377 | } | |||||
2378 | ||||||
2379 | static void | |||||
![]() |