Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:41446

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

decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 41435  static void decode_org_csapi_mm_ulc_IpUserLocationCamel_getNextPeriodicLocationRequest(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 41436   
 41437      gboolean stream_is_big_endian;          /* big endianess */
 41438   
 41439       
 41440      /* Operation specific Variable declarations Begin */
 41441   
 41442      guint8    u_octet1;
 41443       
 41444      /* Operation specific Variable declarations End */
 41445   
 41446      stream_is_big_endian = is_big_endian(header);
 41447   
 41448      switch(header->message_type) {
 41449   
 41450      case Request:
 41451   
 41452          u_octet1 = get_CDR_boolean(tvb,offset);
 41453          if (tree) {
 41454             proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
 41455          }
 41456   
 41457          break;
 41458   
 41459      case Reply:
 41460   
 41461          switch(header->rep_status) {
 41462   
 41463          case NO_EXCEPTION:
 41464   
 41465              /*  Begin struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry"  */
 41466   
 41467               
 41468   
 41469              decode_org_csapi_mm_TpPeriodicLocationRequestSetEntry_st(tvb, pinfo, tree, offset, header, operation);
 41470   
 41471              /*  End struct "org_csapi_mm_TpPeriodicLocationRequestSetEntry"  */
 41472   
 41473              break;
 41474   
 41475          case USER_EXCEPTION:
 41476   
 41477              break;
 41478   
 41479          default:
 41480   
 41481              /* Unknown Exception */
 41482   
 41483              g_warning("Unknown Exception ");
 41484   
 41485              break;
 41486   
 41487           
 41488          }   /* switch(header->message_type) */
 41489   
 41490          break;
 41491   
 41492      default:
 41493   
 41494          /* Unknown GIOP Message */
 41495   
 41496          g_warning("Unknown GIOP Message");
 41497   
 41498          break;
 41499   
 41500      } /* switch(header->message_type) */
 41501   
 41502  }
Show more  




Change Warning 3684.32992 : Unused Value

Priority:
State:
Finding:
Owner:
Note: