First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

how to build specific protocol version dissector

Hello I am trying to build a specific version for f1ap protocol (F1AP version 15.2.1), but till today, I still can't do it , I tried to copy the file from Wireshark version (2.9.0 ) that uses the protocol version to the one i am using (3.6.4), and to build it but no luck can someone help, please

ayoubtellaa's avatar
1
ayoubtellaa
asked 2022-08-10 14:14:45 +0000, updated 2022-08-10 14:37:21 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You aren't giving any clues as to why you you think you need to copy the dissector from 2.9.0 to 3.6.4 or can't build the dissector so it's very difficult to help.

As there's a large jump in versions between 2.9.0 and 3.6.4 so it's likely that there have been fundamental changes within Wireshark that cause a simple copy of the dissector to no longer compile. The dissector will have to be modified to confirm with the target version of Wireshark.

As an fiap dissector was added to Wireshark in 2.6.0, it's likely you have a custom modified version of the dissector, so you task is to work out what those custom modifications where, and then apply them to the appropriate source file for your target version (3.6.4). Hopefully you have history in version control somewhere to easily see what those changes were.

grahamb's avatar
23.8k
grahamb
answered 2022-08-10 14:43:45 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer