Empty switch Statement at packet-afs.c:2423 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_cb_reply (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-afs.c)![]() | ||||||
![]() | ||||||
2413 | } | |||||
2414 | ||||||
2415 | /* | |||||
2416 | * CB Helpers | |||||
2417 | */ | |||||
2418 | static void | |||||
2419 | dissect_cb_reply(tvbuff_t *tvb, struct rxinfo *rxinfo, proto_tree *tree, int offset, int opcode) | |||||
2420 | { | |||||
2421 | if ( rxinfo->type == RX_PACKET_TYPE_DATA ) | |||||
2422 | { | |||||
2423 | switch ( opcode )
| |||||
2424 | { | |||||
2425 | } | |||||
2426 | } | |||||
2427 | else if ( rxinfo->type == RX_PACKET_TYPE_ABORT ) | |||||
2428 | { | |||||
2429 | OUT_UINT(hf_afs_cb_errcode); | |||||
2430 | } | |||||
2431 | } | |||||
2432 | ||||||
2433 | static void | |||||
![]() |