Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:48340

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

decode_org_csapi_cm_IpVPrP_getPipeQoSInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 48330  static void decode_org_csapi_cm_IpVPrP_getPipeQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 48331   
 48332      gboolean stream_is_big_endian;          /* big endianess */
 48333   
 48334       
 48335      /* Operation specific Variable declarations Begin */
 48336   
 48337       
 48338      /* Operation specific Variable declarations End */
 48339   
 48340      stream_is_big_endian = is_big_endian(header);
 48341   
 48342      switch(header->message_type) {
 48343   
 48344      case Request:
 48345   
 48346          break;
 48347   
 48348      case Reply:
 48349   
 48350          switch(header->rep_status) {
 48351   
 48352          case NO_EXCEPTION:
 48353   
 48354              /*  Begin struct "org_csapi_cm_TpPipeQoSInfo"  */
 48355   
 48356               
 48357   
 48358              decode_org_csapi_cm_TpPipeQoSInfo_st(tvb, pinfo, tree, offset, header, operation);
 48359   
 48360              /*  End struct "org_csapi_cm_TpPipeQoSInfo"  */
 48361   
 48362              break;
 48363   
 48364          case USER_EXCEPTION:
 48365   
 48366              break;
 48367   
 48368          default:
 48369   
 48370              /* Unknown Exception */
 48371   
 48372              g_warning("Unknown Exception ");
 48373   
 48374              break;
 48375   
 48376           
 48377          }   /* switch(header->message_type) */
 48378   
 48379          break;
 48380   
 48381      default:
 48382   
 48383          /* Unknown GIOP Message */
 48384   
 48385          g_warning("Unknown GIOP Message");
 48386   
 48387          break;
 48388   
 48389      } /* switch(header->message_type) */
 48390   
 48391  }
Show more  




Change Warning 3695.32257 : Unused Value

Priority:
State:
Finding:
Owner:
Note: