Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:25376

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 25366  static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 25367   
 25368      gboolean stream_is_big_endian;          /* big endianess */
 25369   
 25370       
 25371      /* Operation specific Variable declarations Begin */
 25372   
 25373       
 25374      /* Operation specific Variable declarations End */
 25375   
 25376      stream_is_big_endian = is_big_endian(header);
 25377   
 25378      switch(header->message_type) {
 25379   
 25380      case Request:
 25381   
 25382          break;
 25383   
 25384      case Reply:
 25385   
 25386          switch(header->rep_status) {
 25387   
 25388          case NO_EXCEPTION:
 25389   
 25390              /* Function returns void */
 25391   
 25392              break;
 25393   
 25394          case USER_EXCEPTION:
 25395   
 25396              break;
 25397   
 25398          default:
 25399   
 25400              /* Unknown Exception */
 25401   
 25402              g_warning("Unknown Exception ");
 25403   
 25404              break;
 25405   
 25406           
 25407          }   /* switch(header->message_type) */
 25408   
 25409          break;
 25410   
 25411      default:
 25412   
 25413          /* Unknown GIOP Message */
 25414   
 25415          g_warning("Unknown GIOP Message");
 25416   
 25417          break;
 25418   
 25419      } /* switch(header->message_type) */
 25420   
 25421  }
Show more  




Change Warning 3658.29528 : Unused Value

Priority:
State:
Finding:
Owner:
Note: