Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:10994

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_IpClientAPILevelAuthentication_authenticationSucceeded

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 10984  static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_authenticationSucceeded(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 10985   
 10986      gboolean stream_is_big_endian;          /* big endianess */
 10987   
 10988       
 10989      /* Operation specific Variable declarations Begin */
 10990   
 10991       
 10992      /* Operation specific Variable declarations End */
 10993   
 10994      stream_is_big_endian = is_big_endian(header);
 10995   
 10996      switch(header->message_type) {
 10997   
 10998      case Request:
 10999   
 11000          break;
 11001   
 11002      case Reply:
 11003   
 11004          switch(header->rep_status) {
 11005   
 11006          case NO_EXCEPTION:
 11007   
 11008              /* Function returns void */
 11009   
 11010              break;
 11011   
 11012          case USER_EXCEPTION:
 11013   
 11014              break;
 11015   
 11016          default:
 11017   
 11018              /* Unknown Exception */
 11019   
 11020              g_warning("Unknown Exception ");
 11021   
 11022              break;
 11023   
 11024           
 11025          }   /* switch(header->message_type) */
 11026   
 11027          break;
 11028   
 11029      default:
 11030   
 11031          /* Unknown GIOP Message */
 11032   
 11033          g_warning("Unknown GIOP Message");
 11034   
 11035          break;
 11036   
 11037      } /* switch(header->message_type) */
 11038   
 11039  }
Show more  




Change Warning 3624.29506 : Unused Value

Priority:
State:
Finding:
Owner:
Note: