Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:39978

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

decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 39968  static void decode_org_csapi_mm_ul_IpUserLocation_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 39969   
 39970      gboolean stream_is_big_endian;          /* big endianess */
 39971   
 39972       
 39973      /* Operation specific Variable declarations Begin */
 39974   
 39975       
 39976      /* Operation specific Variable declarations End */
 39977   
 39978      stream_is_big_endian = is_big_endian(header);
 39979   
 39980      switch(header->message_type) {
 39981   
 39982      case Request:
 39983   
 39984          /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 39985   
 39986           
 39987   
 39988          decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation);
 39989   
 39990          /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 39991   
 39992          break;
 39993   
 39994      case Reply:
 39995   
 39996          switch(header->rep_status) {
 39997   
 39998          case NO_EXCEPTION:
 39999   
 40000              /* Function returns void */
 40001   
 40002              break;
 40003   
 40004          case USER_EXCEPTION:
 40005   
 40006              break;
 40007   
 40008          default:
 40009   
 40010              /* Unknown Exception */
 40011   
 40012              g_warning("Unknown Exception ");
 40013   
 40014              break;
 40015   
 40016           
 40017          }   /* switch(header->message_type) */
 40018   
 40019          break;
 40020   
 40021      default:
 40022   
 40023          /* Unknown GIOP Message */
 40024   
 40025          g_warning("Unknown GIOP Message");
 40026   
 40027          break;
 40028   
 40029      } /* switch(header->message_type) */
 40030   
 40031  }
Show more  




Change Warning 3678.31847 : Unused Value

Priority:
State:
Finding:
Owner:
Note: