Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:61594

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

decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 61584  static void decode_org_csapi_policy_provisioning_IpPolicyManager_abortTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 61585   
 61586      gboolean stream_is_big_endian;          /* big endianess */
 61587   
 61588       
 61589      /* Operation specific Variable declarations Begin */
 61590   
 61591       
 61592      /* Operation specific Variable declarations End */
 61593   
 61594      stream_is_big_endian = is_big_endian(header);
 61595   
 61596      switch(header->message_type) {
 61597   
 61598      case Request:
 61599   
 61600          break;
 61601   
 61602      case Reply:
 61603   
 61604          switch(header->rep_status) {
 61605   
 61606          case NO_EXCEPTION:
 61607   
 61608              /* Function returns void */
 61609   
 61610              break;
 61611   
 61612          case USER_EXCEPTION:
 61613   
 61614              break;
 61615   
 61616          default:
 61617   
 61618              /* Unknown Exception */
 61619   
 61620              g_warning("Unknown Exception ");
 61621   
 61622              break;
 61623   
 61624           
 61625          }   /* switch(header->message_type) */
 61626   
 61627          break;
 61628   
 61629      default:
 61630   
 61631          /* Unknown GIOP Message */
 61632   
 61633          g_warning("Unknown GIOP Message");
 61634   
 61635          break;
 61636   
 61637      } /* switch(header->message_type) */
 61638   
 61639  }
Show more  




Change Warning 3712.29547 : Unused Value

Priority:
State:
Finding:
Owner:
Note: