Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:45549

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

decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 45539  static void decode_org_csapi_dsc_IpDataSessionControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 45540   
 45541      gboolean stream_is_big_endian;          /* big endianess */
 45542   
 45543       
 45544      /* Operation specific Variable declarations Begin */
 45545   
 45546       
 45547      /* Operation specific Variable declarations End */
 45548   
 45549      stream_is_big_endian = is_big_endian(header);
 45550   
 45551      switch(header->message_type) {
 45552   
 45553      case Request:
 45554   
 45555          break;
 45556   
 45557      case Reply:
 45558   
 45559          switch(header->rep_status) {
 45560   
 45561          case NO_EXCEPTION:
 45562   
 45563              /* Function returns void */
 45564   
 45565              break;
 45566   
 45567          case USER_EXCEPTION:
 45568   
 45569              break;
 45570   
 45571          default:
 45572   
 45573              /* Unknown Exception */
 45574   
 45575              g_warning("Unknown Exception ");
 45576   
 45577              break;
 45578   
 45579           
 45580          }   /* switch(header->message_type) */
 45581   
 45582          break;
 45583   
 45584      default:
 45585   
 45586          /* Unknown GIOP Message */
 45587   
 45588          g_warning("Unknown GIOP Message");
 45589   
 45590          break;
 45591   
 45592      } /* switch(header->message_type) */
 45593   
 45594  }
Show more  




Change Warning 3691.29542 : Unused Value

Priority:
State:
Finding:
Owner:
Note: