Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:25568

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

decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 25558  static void decode_org_csapi_fw_fw_service_integrity_IpSvcHeartBeatMgmt_disableSvcHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 25559   
 25560      gboolean stream_is_big_endian;          /* big endianess */
 25561   
 25562       
 25563      /* Operation specific Variable declarations Begin */
 25564   
 25565       
 25566      /* Operation specific Variable declarations End */
 25567   
 25568      stream_is_big_endian = is_big_endian(header);
 25569   
 25570      switch(header->message_type) {
 25571   
 25572      case Request:
 25573   
 25574          break;
 25575   
 25576      case Reply:
 25577   
 25578          switch(header->rep_status) {
 25579   
 25580          case NO_EXCEPTION:
 25581   
 25582              /* Function returns void */
 25583   
 25584              break;
 25585   
 25586          case USER_EXCEPTION:
 25587   
 25588              break;
 25589   
 25590          default:
 25591   
 25592              /* Unknown Exception */
 25593   
 25594              g_warning("Unknown Exception ");
 25595   
 25596              break;
 25597   
 25598           
 25599          }   /* switch(header->message_type) */
 25600   
 25601          break;
 25602   
 25603      default:
 25604   
 25605          /* Unknown GIOP Message */
 25606   
 25607          g_warning("Unknown GIOP Message");
 25608   
 25609          break;
 25610   
 25611      } /* switch(header->message_type) */
 25612   
 25613  }
Show more  




Change Warning 3660.29530 : Unused Value

Priority:
State:
Finding:
Owner:
Note: