Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:49663

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

decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 49653  static void decode_org_csapi_cm_IpQoSTemplate_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 49654   
 49655      gboolean stream_is_big_endian;          /* big endianess */
 49656   
 49657       
 49658      /* Operation specific Variable declarations Begin */
 49659   
 49660       
 49661      /* Operation specific Variable declarations End */
 49662   
 49663      stream_is_big_endian = is_big_endian(header);
 49664   
 49665      switch(header->message_type) {
 49666   
 49667      case Request:
 49668   
 49669          break;
 49670   
 49671      case Reply:
 49672   
 49673          switch(header->rep_status) {
 49674   
 49675          case NO_EXCEPTION:
 49676   
 49677              /*  Begin struct "org_csapi_cm_TpDsCodepoint"  */
 49678   
 49679               
 49680   
 49681              decode_org_csapi_cm_TpDsCodepoint_st(tvb, pinfo, tree, offset, header, operation);
 49682   
 49683              /*  End struct "org_csapi_cm_TpDsCodepoint"  */
 49684   
 49685              break;
 49686   
 49687          case USER_EXCEPTION:
 49688   
 49689              break;
 49690   
 49691          default:
 49692   
 49693              /* Unknown Exception */
 49694   
 49695              g_warning("Unknown Exception ");
 49696   
 49697              break;
 49698   
 49699           
 49700          }   /* switch(header->message_type) */
 49701   
 49702          break;
 49703   
 49704      default:
 49705   
 49706          /* Unknown GIOP Message */
 49707   
 49708          g_warning("Unknown GIOP Message");
 49709   
 49710          break;
 49711   
 49712      } /* switch(header->message_type) */
 49713   
 49714  }
Show more  




Change Warning 3703.31793 : Unused Value

Priority:
State:
Finding:
Owner:
Note: