Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:29876

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

decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 29865  static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 29866   
 29867      gboolean stream_is_big_endian;          /* big endianess */
 29868   
 29869       
 29870      /* Operation specific Variable declarations Begin */
 29871   
 29872      guint8    u_octet1;
 29873       
 29874      /* Operation specific Variable declarations End */
 29875   
 29876      stream_is_big_endian = is_big_endian(header);
 29877   
 29878      switch(header->message_type) {
 29879   
 29880      case Request:
 29881   
 29882          u_octet1 = get_CDR_boolean(tvb,offset);
 29883          if (tree) {
 29884             proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
 29885          }
 29886   
 29887          break;
 29888   
 29889      case Reply:
 29890   
 29891          switch(header->rep_status) {
 29892   
 29893          case NO_EXCEPTION:
 29894   
 29895              /*  Begin struct "org_csapi_cc_TpNotificationRequestedSetEntry"  */
 29896   
 29897               
 29898   
 29899              decode_org_csapi_cc_TpNotificationRequestedSetEntry_st(tvb, pinfo, tree, offset, header, operation);
 29900   
 29901              /*  End struct "org_csapi_cc_TpNotificationRequestedSetEntry"  */
 29902   
 29903              break;
 29904   
 29905          case USER_EXCEPTION:
 29906   
 29907              break;
 29908   
 29909          default:
 29910   
 29911              /* Unknown Exception */
 29912   
 29913              g_warning("Unknown Exception ");
 29914   
 29915              break;
 29916   
 29917           
 29918          }   /* switch(header->message_type) */
 29919   
 29920          break;
 29921   
 29922      default:
 29923   
 29924          /* Unknown GIOP Message */
 29925   
 29926          g_warning("Unknown GIOP Message");
 29927   
 29928          break;
 29929   
 29930      } /* switch(header->message_type) */
 29931   
 29932  }
Show more  




Change Warning 3667.34511 : Unused Value

Priority:
State:
Finding:
Owner:
Note: