Wireshark-bugs: [Wireshark-bugs] [Bug 4746] New: defined but not used, good for SVN 32682
Date: Wed, 5 May 2010 19:07:35 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4746 Summary: defined but not used, good for SVN 32682 Product: Wireshark Version: SVN Platform: All OS/Version: All Status: NEW Severity: Trivial Priority: Low Component: Wireshark AssignedTo: wireshark-bugs@xxxxxxxxxxxxx ReportedBy: ivan_jr@xxxxxxxxx Build Information: Paste the COMPLETE build information from "Help->About Wireshark", "wireshark -v", or "tshark -v". -- When 'gmaking' SVN 32682 under FreeBSD, the following warnings are given indicating that these are defined but not used. I know this is just a safe warning, but would it be alright to post a patch in cleaning this up? ----------------- ansi_map.cnf:4922: warning: 'dissect_ansi_map_DetectionPointType' defined but not used ansi_map.cnf:4932: warning: 'dissect_ansi_map_EnhancedPrivacyEncryptionReport' defined but not used ansi_map.cnf:4942: warning: 'dissect_ansi_map_MINExtension' defined but not used ansi_map.cnf:5050: warning: 'dissect_ansi_map_InvokeData' defined but not used ansi_map.cnf:5135: warning: 'dissect_ansi_map_ReturnData' defined but not used packet-gnm-fn.c:401: warning: 'dissect_gnm_Connected' defined but not used packet-gnm-fn.c:1196: warning: 'dissect_gnm_PhysicalPortSignalRateAndMappingList' defined but not used gsm_map.cnf:1456: warning: 'dissect_gsm_map_ms_SubscriberData' defined but not used ldap.cnf:922: warning: 'dissect_ldap_PasswdModifyResponseValue' defined but not used packet-lte-rrc-fn.c:15006: warning: 'dissect_lte_rrc_CellsTriggeredList' defined but not used packet-lte-rrc-fn.c:15652: warning: 'dissect_UERadioAccessCapabilityInformation_PDU' defined but not used pkcs12.cnf:226: warning: 'dissect_AuthenticatedSafe_PDU' defined but not used pres.cnf:753: warning: 'dissect_UDC_type_PDU' defined but not used rnsap.cnf:9451: warning: 'dissect_rnsap_EDPCH_Information_RLReconfPrepare_FDD' defined but not used snmp.cnf:214: warning: 'dissect_snmp_NULL' defined but not used t125.cnf:134: warning: 'dissect_t125_DomainMCSPDU' defined but not used tcap.cnf:149: warning: 'dissect_tcap_OCTET_STRING_SIZE_1_4' defined but not used tcap.cnf:275: warning: 'dissect_tcap_ERROR' defined but not used x411.cnf:1270: warning: 'dissect_x411_PerMessageTransferFields' defined but not used x411.cnf:1293: warning: 'dissect_x411_PerProbeTransferFields' defined but not used x411.cnf:1314: warning: 'dissect_x411_PerReportTransferFields' defined but not used x411.cnf:1366: warning: 'dissect_x411_BilateralDomain' defined but not used x411.cnf:1166: warning: 'dissect_x411_InternalAdditionalActions' defined but not used x411.cnf:656: warning: 'dissect_x411_PerMessageSubmissionFields' defined but not used x411.cnf:676: warning: 'dissect_x411_PerProbeSubmissionFields' defined but not used x411.cnf:729: warning: 'dissect_x411_PerReportDeliveryFields' defined but not used x411.cnf:1409: warning: 'dissect_x411_PerRecipientReportFields' defined but not used x411.cnf:1437: warning: 'dissect_x411_ProofOfSubmissionAlgorithmIdentifier' defined but not used x411.cnf:964: warning: 'dissect_x411_NonBasicParameters' defined but not used x411.cnf:1446: warning: 'dissect_x411_RTSE_apdus' defined but not used x411.cnf:1457: warning: 'dissect_x411_MTSInvokeIds' defined but not used x411.cnf:1466: warning: 'dissect_x411_ID' defined but not used x420.cnf:274: warning: 'dissect_x420_CommonFields' defined but not used packet-dcerpc-dnsserver.c:1256: warning: 'dnsserver_dissect_element_DNS_RPC_NAME_NameLength' defined but not used packet-dcerpc-dnsserver.c:1264: warning: 'dnsserver_dissect_element_DNS_RPC_NAME_Name' defined but not used packet-dcerpc-dnsserver.c:1271: warning: 'dnsserver_dissect_element_DNS_RPC_NAME_Name_' defined but not used packet-dcerpc-eventlog.c:741: warning: 'eventlog_dissect_element_Record_strings_' defined but not used packet-dcerpc-eventlog.c:1638: warning: 'eventlog_dissect_element_ReadEventLogW_data__' defined but not used packet-dcerpc-lsa.c:1549: warning: 'lsarpc_dissect_element_lsa_String_string__' defined but not used packet-dcerpc-lsa.c:1562: warning: 'lsarpc_dissect_element_lsa_StringLarge_string__' defined but not used packet-dcerpc-lsa.c:5646: warning: 'lsarpc_dissect_element_lsa_DomainInfoEfs_efs_blob__' defined but not used packet-dcerpc-lsa.c:7580: warning: 'lsarpc_dissect_element_lsa_LookupNames_names_' defined but not used packet-dcerpc-lsa.c:10778: warning: 'lsarpc_dissect_element_lsa_LookupNames2_names_' defined but not used packet-dcerpc-lsa.c:11702: warning: 'lsarpc_dissect_element_lsa_LookupNames4_names_' defined but not used packet-dcerpc-winreg.c:666: warning: 'winreg_dissect_element_KeySecurityData_data__' defined but not used diam_dict.c:2088: warning: 'yyunput' defined but not used packet-tango.c:2581: warning: 'decode_Tango_DevVarLongStringArray_st' defined but not used packet-tango.c:2636: warning: 'decode_Tango_DevVarDoubleStringArray_st' defined but not used packet-parlay.c:85746: warning: 'decode_org_csapi_fw_TpLoadPolicy_st' defined but not used packet-parlay.c:85824: warning: 'decode_org_csapi_fw_TpLoadInitVal_st' defined but not used -- Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
- Follow-Ups:
- [Wireshark-bugs] [Bug 4746] defined but not used, good for SVN 32682
- From: bugzilla-daemon
- [Wireshark-bugs] [Bug 4746] defined but not used, good for SVN 32682
- From: bugzilla-daemon
- [Wireshark-bugs] [Bug 4746] defined but not used, good for SVN 32682
- From: bugzilla-daemon
- [Wireshark-bugs] [Bug 4746] defined but not used, good for SVN 32682
- Prev by Date: [Wireshark-bugs] [Bug 4743] SABP short pdu (packet_per.c)
- Next by Date: [Wireshark-bugs] [Bug 4746] defined but not used, good for SVN 32682
- Previous by thread: [Wireshark-bugs] [Bug 3477] Builder expression for RANAP protocol is wrong
- Next by thread: [Wireshark-bugs] [Bug 4746] defined but not used, good for SVN 32682
- Index(es):