Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:41376

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

decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 41366  static void decode_org_csapi_mm_ulc_IpUserLocationCamel_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 41367   
 41368      gboolean stream_is_big_endian;          /* big endianess */
 41369   
 41370       
 41371      /* Operation specific Variable declarations Begin */
 41372   
 41373       
 41374      /* Operation specific Variable declarations End */
 41375   
 41376      stream_is_big_endian = is_big_endian(header);
 41377   
 41378      switch(header->message_type) {
 41379   
 41380      case Request:
 41381   
 41382          /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 41383   
 41384           
 41385   
 41386          decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation);
 41387   
 41388          /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 41389   
 41390          break;
 41391   
 41392      case Reply:
 41393   
 41394          switch(header->rep_status) {
 41395   
 41396          case NO_EXCEPTION:
 41397   
 41398              /* Function returns void */
 41399   
 41400              break;
 41401   
 41402          case USER_EXCEPTION:
 41403   
 41404              break;
 41405   
 41406          default:
 41407   
 41408              /* Unknown Exception */
 41409   
 41410              g_warning("Unknown Exception ");
 41411   
 41412              break;
 41413   
 41414           
 41415          }   /* switch(header->message_type) */
 41416   
 41417          break;
 41418   
 41419      default:
 41420   
 41421          /* Unknown GIOP Message */
 41422   
 41423          g_warning("Unknown GIOP Message");
 41424   
 41425          break;
 41426   
 41427      } /* switch(header->message_type) */
 41428   
 41429  }
Show more  




Change Warning 3683.31850 : Unused Value

Priority:
State:
Finding:
Owner:
Note: