Ask Your Question
0

I need to new avp in the oracle.xml file

asked 2024-09-18 11:28:23 +0000

kavya gravatar image

There is Oracle.xml file in this path /usr/share/wireshark/diameter of wireshark application need to include few enums under the existing avp name =Dsr-ApplicationInvoked avp. Please let me know who is the concern member to ask for inclusion of these enums in existing Oracle.xml file

edit retag flag offensive close merge delete

Comments

Can you provide a copy of or link to a specification document with the values needed.
Also, a sample capture that includes these values for testing.

Chuckc gravatar imageChuckc ( 2024-09-18 12:37:39 +0000 )edit

As i am unable to attach the capture i am copying the content from the pcap and pasting so this is AVP and it has enum for 4 id's which looks like this

<vendor vendor-id="OracleTekelec" code="323" name="Oracle Tekelec">
    <avp name="DSR-ApplicationInvoked" code="2468" vendor-bit="must" vendor-id="OracleTekelec">
        <type type-name="Enumerated"/>
        <enum name="RBAR ID"        code="3"/>
        <enum name="FABR ID"        code="4"/>
        <enum name="CPA ID"     code="5"/>
        <enum name="Policy DRA ID"  code="6"/>

So for this avp need to add few more id's.

Sample from pcap:

AVP: DSR-ApplicationInvoked(2468) l=16 f=V-- vnd=OracleTekelec val=RBAR ID (3)
kavya gravatar imagekavya ( 2024-09-18 12:46:05 +0000 )edit

Place the capture file on a public file share (Google., Microsoft, Dropbox, ...) then update the question with a link to it.

Chuckc gravatar imageChuckc ( 2024-09-18 12:48:02 +0000 )edit

We dont have any specification as its a Oracle Proprietary avp,so that needs already has few enums extra few needs to be added for that.

kavya gravatar imagekavya ( 2024-09-19 05:53:38 +0000 )edit

The few that are there are all the ones available in specifications found on the public Internet. What would be your source for your proposed values?

johnthacker gravatar imagejohnthacker ( 2024-09-19 23:15:34 +0000 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2024-09-18 14:02:24 +0000

Chuckc gravatar image

updated 2024-09-18 14:03:07 +0000

It is possible to contribute code changes without a having to set up a development environment.
Oracle.xml is a text file that could be modified in the Gitlab web interface then a merge request submitted.

See "15: Contribute to Wireshark: the low hanging fruits, by Uli Heilmeier" on the SharkFest’22 US Retrospective page.
Here (Contributing to Wireshark (without any coding skills!)) an attendee talks about the session.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2024-09-18 11:28:23 +0000

Seen: 33 times

Last updated: Sep 19