Unused Value at packet-parlay.c:61530 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
61519 | static void decode_org_csapi_policy_provisioning_IpPolicyManager_commitTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
61520 | ||||||
61521 | gboolean stream_is_big_endian; /* big endianess */ | |||||
61522 | ||||||
61523 | ||||||
61524 | /* Operation specific Variable declarations Begin */ | |||||
61525 | ||||||
61526 | guint8 u_octet1; | |||||
61527 | ||||||
61528 | /* Operation specific Variable declarations End */ | |||||
61529 | ||||||
61530 | stream_is_big_endian = is_big_endian(header);
| |||||
61531 | ||||||
61532 | switch(header-> ) { | |||||
61533 | ||||||
61534 | case Request: | |||||
61535 | ||||||
61536 | break; | |||||
61537 | ||||||
61538 | case Reply: | |||||
61539 | ||||||
61540 | switch(header->rep_status) { | |||||
61541 | ||||||
61542 | case NO_EXCEPTION: | |||||
61543 | ||||||
61544 | u_octet1 = get_CDR_boolean(tvb,offset); | |||||
61545 | if (tree) { | |||||
61546 | proto_tree_add_text(tree,tvb,*offset-1,1,"TpBoolean = %u",u_octet1); | |||||
61547 | } | |||||
61548 | ||||||
61549 | break; | |||||
61550 | ||||||
61551 | case USER_EXCEPTION: | |||||
61552 | ||||||
61553 | break; | |||||
61554 | ||||||
61555 | default: | |||||
61556 | ||||||
61557 | /* Unknown Exception */ | |||||
61558 | ||||||
61559 | g_warning("Unknown Exception "); | |||||
61560 | ||||||
61561 | break; | |||||
61562 | ||||||
61563 | ||||||
61564 | } /* switch(header-> ) */ | |||||
61565 | ||||||
61566 | break; | |||||
61567 | ||||||
61568 | default: | |||||
61569 | ||||||
61570 | /* Unknown GIOP Message */ | |||||
61571 | ||||||
61572 | g_warning("Unknown GIOP Message"); | |||||
61573 | ||||||
61574 | break; | |||||
61575 | ||||||
61576 | } /* switch(header-> ) */ | |||||
61577 | ||||||
61578 | } | |||||
![]() |