Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:49322

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

decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 49312  static void decode_org_csapi_cm_IpQoSTemplate_setPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 49313   
 49314      gboolean stream_is_big_endian;          /* big endianess */
 49315   
 49316       
 49317      /* Operation specific Variable declarations Begin */
 49318   
 49319       
 49320      /* Operation specific Variable declarations End */
 49321   
 49322      stream_is_big_endian = is_big_endian(header);
 49323   
 49324      switch(header->message_type) {
 49325   
 49326      case Request:
 49327   
 49328          /*  Begin struct "org_csapi_cm_TpPipeQoSInfo"  */
 49329   
 49330           
 49331   
 49332          decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, offset, header, operation);
 49333   
 49334          /*  End struct "org_csapi_cm_TpPipeQoSInfo"  */
 49335   
 49336          break;
 49337   
 49338      case Reply:
 49339   
 49340          switch(header->rep_status) {
 49341   
 49342          case NO_EXCEPTION:
 49343   
 49344              /* Function returns void */
 49345   
 49346              break;
 49347   
 49348          case USER_EXCEPTION:
 49349   
 49350              break;
 49351   
 49352          default:
 49353   
 49354              /* Unknown Exception */
 49355   
 49356              g_warning("Unknown Exception ");
 49357   
 49358              break;
 49359   
 49360           
 49361          }   /* switch(header->message_type) */
 49362   
 49363          break;
 49364   
 49365      default:
 49366   
 49367          /* Unknown GIOP Message */
 49368   
 49369          g_warning("Unknown GIOP Message");
 49370   
 49371          break;
 49372   
 49373      } /* switch(header->message_type) */
 49374   
 49375  }
Show more  




Change Warning 3698.32259 : Unused Value

Priority:
State:
Finding:
Owner:
Note: