Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:40396

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

decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 40386  static void decode_org_csapi_mm_ul_IpTriggeredUserLocation_triggeredLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 40387   
 40388      gboolean stream_is_big_endian;          /* big endianess */
 40389   
 40390       
 40391      /* Operation specific Variable declarations Begin */
 40392   
 40393       
 40394      /* Operation specific Variable declarations End */
 40395   
 40396      stream_is_big_endian = is_big_endian(header);
 40397   
 40398      switch(header->message_type) {
 40399   
 40400      case Request:
 40401   
 40402          /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 40403   
 40404           
 40405   
 40406          decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation);
 40407   
 40408          /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 40409   
 40410          break;
 40411   
 40412      case Reply:
 40413   
 40414          switch(header->rep_status) {
 40415   
 40416          case NO_EXCEPTION:
 40417   
 40418              /* Function returns void */
 40419   
 40420              break;
 40421   
 40422          case USER_EXCEPTION:
 40423   
 40424              break;
 40425   
 40426          default:
 40427   
 40428              /* Unknown Exception */
 40429   
 40430              g_warning("Unknown Exception ");
 40431   
 40432              break;
 40433   
 40434           
 40435          }   /* switch(header->message_type) */
 40436   
 40437          break;
 40438   
 40439      default:
 40440   
 40441          /* Unknown GIOP Message */
 40442   
 40443          g_warning("Unknown GIOP Message");
 40444   
 40445          break;
 40446   
 40447      } /* switch(header->message_type) */
 40448   
 40449  }
Show more  




Change Warning 3680.31848 : Unused Value

Priority:
State:
Finding:
Owner:
Note: