Unused Value at packet-ansi_map.c:2762 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_ansi_map_onetimefeatureindicator (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_map.c)![]() | ||||||
![]() | ||||||
2757 | dissect_ansi_map_onetimefeatureindicator(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, asn1_ctx_t *actx _U_){ | |||||
2758 | int offset = 0; | |||||
2759 | proto_tree *subtree; | |||||
2760 | ||||||
2761 | ||||||
2762 | subtree = proto_item_add_subtree(actx->created_item, ett_mscid);
| |||||
2763 | ||||||
2764 | /* Calling Number Identification Restriction (CNIR) (octet 1, bits G and H)*/ | |||||
2765 | /* MessageWaitingNotification (MWN) (octet 1, bits E and F) */ | |||||
2766 | /* Call Waiting for Incoming Call (CWIC) (octet 1, bits C and D) */ | |||||
2767 | /* Call Waiting for Future Incoming Call (CWFI) (octet 1, bits A and B) */ | |||||
2768 | offset++; | |||||
2769 | /* Calling Name Restriction (CNAR) (octet 2, bits E and F) */ | |||||
2770 | /* Flash Privileges (Flash) (octet 2, bits C and D) */ | |||||
2771 | /* Priority Access and Channel Assignment (PACA) (octet 2, bits A and B)*/ | |||||
2772 | ||||||
2773 | ||||||
2774 | } | |||||
![]() |