Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:49255

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

decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 49245  static void decode_org_csapi_cm_IpQoSTemplate_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 49246   
 49247      gboolean stream_is_big_endian;          /* big endianess */
 49248   
 49249       
 49250      /* Operation specific Variable declarations Begin */
 49251   
 49252       
 49253      /* Operation specific Variable declarations End */
 49254   
 49255      stream_is_big_endian = is_big_endian(header);
 49256   
 49257      switch(header->message_type) {
 49258   
 49259      case Request:
 49260   
 49261          break;
 49262   
 49263      case Reply:
 49264   
 49265          switch(header->rep_status) {
 49266   
 49267          case NO_EXCEPTION:
 49268   
 49269              /*  Begin struct "org_csapi_cm_TpPipeQoSInfo"  */
 49270   
 49271               
 49272   
 49273              decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, offset, header, operation);
 49274   
 49275              /*  End struct "org_csapi_cm_TpPipeQoSInfo"  */
 49276   
 49277              break;
 49278   
 49279          case USER_EXCEPTION:
 49280   
 49281              break;
 49282   
 49283          default:
 49284   
 49285              /* Unknown Exception */
 49286   
 49287              g_warning("Unknown Exception ");
 49288   
 49289              break;
 49290   
 49291           
 49292          }   /* switch(header->message_type) */
 49293   
 49294          break;
 49295   
 49296      default:
 49297   
 49298          /* Unknown GIOP Message */
 49299   
 49300          g_warning("Unknown GIOP Message");
 49301   
 49302          break;
 49303   
 49304      } /* switch(header->message_type) */
 49305   
 49306  }
Show more  




Change Warning 3697.32258 : Unused Value

Priority:
State:
Finding:
Owner:
Note: