Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:27670

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

decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 27660  static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 27661   
 27662      gboolean stream_is_big_endian;          /* big endianess */
 27663   
 27664       
 27665      /* Operation specific Variable declarations Begin */
 27666   
 27667       
 27668      /* Operation specific Variable declarations End */
 27669   
 27670      stream_is_big_endian = is_big_endian(header);
 27671   
 27672      switch(header->message_type) {
 27673   
 27674      case Request:
 27675   
 27676          break;
 27677   
 27678      case Reply:
 27679   
 27680          switch(header->rep_status) {
 27681   
 27682          case NO_EXCEPTION:
 27683   
 27684              /* Function returns void */
 27685   
 27686              break;
 27687   
 27688          case USER_EXCEPTION:
 27689   
 27690              break;
 27691   
 27692          default:
 27693   
 27694              /* Unknown Exception */
 27695   
 27696              g_warning("Unknown Exception ");
 27697   
 27698              break;
 27699   
 27700           
 27701          }   /* switch(header->message_type) */
 27702   
 27703          break;
 27704   
 27705      default:
 27706   
 27707          /* Unknown GIOP Message */
 27708   
 27709          g_warning("Unknown GIOP Message");
 27710   
 27711          break;
 27712   
 27713      } /* switch(header->message_type) */
 27714   
 27715  }
Show more  




Change Warning 3664.29533 : Unused Value

Priority:
State:
Finding:
Owner:
Note: