Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:78889

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

decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 78878  static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_getNextNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 78879   
 78880      gboolean stream_is_big_endian;          /* big endianess */
 78881   
 78882       
 78883      /* Operation specific Variable declarations Begin */
 78884   
 78885      guint8    u_octet1;
 78886       
 78887      /* Operation specific Variable declarations End */
 78888   
 78889      stream_is_big_endian = is_big_endian(header);
 78890   
 78891      switch(header->message_type) {
 78892   
 78893      case Request:
 78894   
 78895          u_octet1 = get_CDR_boolean(tvb,offset);
 78896          if (tree) {
 78897             proto_tree_add_text(tree,tvb,*offset-1,1,"reset = %u",u_octet1);
 78898          }
 78899   
 78900          break;
 78901   
 78902      case Reply:
 78903   
 78904          switch(header->rep_status) {
 78905   
 78906          case NO_EXCEPTION:
 78907   
 78908              /*  Begin struct "org_csapi_mmm_TpMessagingNotificationRequestedSetEntry"  */
 78909   
 78910               
 78911   
 78912              decode_org_csapi_mmm_TpMessagingNotificationRequestedSetEntry_st(tvb, pinfo, tree, offset, header, operation);
 78913   
 78914              /*  End struct "org_csapi_mmm_TpMessagingNotificationRequestedSetEntry"  */
 78915   
 78916              break;
 78917   
 78918          case USER_EXCEPTION:
 78919   
 78920              break;
 78921   
 78922          default:
 78923   
 78924              /* Unknown Exception */
 78925   
 78926              g_warning("Unknown Exception ");
 78927   
 78928              break;
 78929   
 78930           
 78931          }   /* switch(header->message_type) */
 78932   
 78933          break;
 78934   
 78935      default:
 78936   
 78937          /* Unknown GIOP Message */
 78938   
 78939          g_warning("Unknown GIOP Message");
 78940   
 78941          break;
 78942   
 78943      } /* switch(header->message_type) */
 78944   
 78945  }
Show more  




Change Warning 3717.33977 : Unused Value

Priority:
State:
Finding:
Owner:
Note: