ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3878] New: Errors (mistypes) found in following files: .\d

Date: Tue, 11 Aug 2009 15:02:22 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3878

           Summary: Errors (mistypes) found in following files:
                    .\diameter\dictionary.xml, TGPPRx.xml
           Product: Wireshark
           Version: 1.3.x (Experimental)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: unicreator@xxxxxxxxx


Build Information:
1.3.0 build 29378
--
Errors (mistypes) found in following files: .\diameter\dictionary.xml,
TGPPRx.xml


TGPPRx.xml:
-----------

1) Line: 7, Char: 39: <!-- 3GPP TS 29.214 V7.5.0 (2008-05)
------------------------ -->

Error: invalid comment (containing '--' that is not followed by '>')

You can replace with: <!-- 3GPP TS 29.214 V7.5.0 (2008-05) -->


2) Line: 8, Char: 40: <!--    AVP as defined in Section 5.3
----------------------- -->

Error: invalid comment (containing '--' that is not followed by '>')

You can replace with: <!--    AVP as defined in Section 5.3 -->


dictionary.xml:
---------------

1) Line: 554, Char: 127: <avp name="Framed-IP-Address" code="8"
mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot"">

Error: invalid start-tag

You can replace with: <avp name="Framed-IP-Address" code="8" mandatory="must"
protected="may" may-encrypt="yes" vendor-bit="mustnot">


2) Line: 884, Char: 59: <enum name="Unsupported Attribute"" code="401/>

Error: invalid start-tag

You can replace with: <enum name="Unsupported Attribute" code="401"/>


3) Line: 3973, Char: 69: <application id="16777251" name="3GPP S6a/S6d"
uri="3GPP S6a/S6d" uri="http://www.ietf.org/rfc/rfc5516.txt?number=5516";>

Error: duplicate specification of attribute "uri"

You can replace with: <application id="16777251" name="3GPP S6a/S6d"
uri="http://www.ietf.org/rfc/rfc5516.txt?number=5516";>


4) Line: 3659, Char: 18: <avp name="Originator-Interface" code="2009"
vendor-bit="must" vendor-id="TGPP">

Error: tag not closed ("</avp>" missing)


5) Line: 3707, Char: 18: <avp name="Remaining-Balance" code="2021"
vendor-bit="must" vendor-id="TGPP">

Error: tag not closed ("</avp>" missing)


6) Line: 3730, Char: 18: <avp name="Recipients" code="2026" vendor-bit="must"
vendor-id="TGPP">

Error: tag not closed ("</avp>" missing)


7) Line: 3734, Char: 18: <avp name="Destination-Interface" code="2027"
vendor-bit="must" vendor-id="TGPP"> 

Error: tag not closed ("</avp>" missing)


8) Line: 3740, Char: 18: <avp name="Recipient-Received-Address" code="2028"
vendor-bit="must" vendor-id="TGPP">

Error: tag not closed ("</avp>" missing)


9) Line: 3760, Char: 18: <avp name="MMTel-Information" code="2030"
vendor-bit="must" vendor-id="TGPP">

Error: tag not closed ("</avp>" missing)


10) Line: 3790, Char: 3: Note: AVP codes from 2037 to 2203 commented.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.