Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:11379

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

decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 11369  static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 11370   
 11371      gboolean stream_is_big_endian;          /* big endianess */
 11372   
 11373       
 11374      /* Operation specific Variable declarations Begin */
 11375   
 11376       
 11377      /* Operation specific Variable declarations End */
 11378   
 11379      stream_is_big_endian = is_big_endian(header);
 11380   
 11381      switch(header->message_type) {
 11382   
 11383      case Request:
 11384   
 11385          break;
 11386   
 11387      case Reply:
 11388   
 11389          switch(header->rep_status) {
 11390   
 11391          case NO_EXCEPTION:
 11392   
 11393              /* Function returns void */
 11394   
 11395              break;
 11396   
 11397          case USER_EXCEPTION:
 11398   
 11399              break;
 11400   
 11401          default:
 11402   
 11403              /* Unknown Exception */
 11404   
 11405              g_warning("Unknown Exception ");
 11406   
 11407              break;
 11408   
 11409           
 11410          }   /* switch(header->message_type) */
 11411   
 11412          break;
 11413   
 11414      default:
 11415   
 11416          /* Unknown GIOP Message */
 11417   
 11418          g_warning("Unknown GIOP Message");
 11419   
 11420          break;
 11421   
 11422      } /* switch(header->message_type) */
 11423   
 11424  }
Show more  




Change Warning 3626.29508 : Unused Value

Priority:
State:
Finding:
Owner:
Note: