Unused Value at packet-parlay.c:43089 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
43079 | static void decode_org_csapi_mm_us_IpUserStatus_extTriggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
43080 | ||||||
43081 | gboolean stream_is_big_endian; /* big endianess */ | |||||
43082 | ||||||
43083 | ||||||
43084 | /* Operation specific Variable declarations Begin */ | |||||
43085 | ||||||
43086 | ||||||
43087 | /* Operation specific Variable declarations End */ | |||||
43088 | ||||||
43089 | stream_is_big_endian = is_big_endian(header);
| |||||
43090 | ||||||
43091 | switch(header-> ) { | |||||
43092 | ||||||
43093 | case Request: | |||||
43094 | ||||||
43095 | /* Begin struct "org_csapi_mm_TpMobilityStopAssignmentData" */ | |||||
43096 | ||||||
43097 | ||||||
43098 | ||||||
43099 | decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation); | |||||
43100 | ||||||
43101 | /* End struct "org_csapi_mm_TpMobilityStopAssignmentData" */ | |||||
43102 | ||||||
43103 | break; | |||||
43104 | ||||||
43105 | case Reply: | |||||
43106 | ||||||
43107 | switch(header->rep_status) { | |||||
43108 | ||||||
43109 | case NO_EXCEPTION: | |||||
43110 | ||||||
43111 | /* Function returns void */ | |||||
43112 | ||||||
43113 | break; | |||||
43114 | ||||||
43115 | case USER_EXCEPTION: | |||||
43116 | ||||||
43117 | break; | |||||
43118 | ||||||
43119 | default: | |||||
43120 | ||||||
43121 | /* Unknown Exception */ | |||||
43122 | ||||||
43123 | g_warning("Unknown Exception "); | |||||
43124 | ||||||
43125 | break; | |||||
43126 | ||||||
43127 | ||||||
43128 | } /* switch(header-> ) */ | |||||
43129 | ||||||
43130 | break; | |||||
43131 | ||||||
43132 | default: | |||||
43133 | ||||||
43134 | /* Unknown GIOP Message */ | |||||
43135 | ||||||
43136 | g_warning("Unknown GIOP Message"); | |||||
43137 | ||||||
43138 | break; | |||||
43139 | ||||||
43140 | } /* switch(header-> ) */ | |||||
43141 | ||||||
43142 | } | |||||
![]() |