Ask Your Question
0

how to find 3GPP spec version that Wireshark compliant?

asked 2021-01-27 20:19:03 +0000

yini gravatar image

For each release, wireshark has more support for all protocols.
Where and how to get the 3GPP protocol version that a Wireshark version support? Please enlighten me.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-01-28 07:47:31 +0000

Anders gravatar image

Unfortunately you will have to look in the sources to find out and for the hand written disectors that information may not be totally accurat. But the master branch should decode most of the current 3GPP spec for the more common protocols as Wireshark is used to verify products using those protocols. So if you are using a 5 year old Wireshark it would probably support specs from that year.

edit flag offensive delete link more

Comments

thanks for your reply. Sorry I don't know how to look into the sources. Is it safe that to assume that current version 3.4.2 support 3GPP release version from 2020 or 2019?

yini gravatar imageyini ( 2021-01-28 13:38:49 +0000 )edit
As an example 3GPP TS 38.413 V16.3.0 (2020-09)
https://gitlab.com/wireshark/wireshark/-/blob/v3.4.0/epan/dissectors/asn1/ngap/NGAP-CommonDataTypes.asn
Anders gravatar imageAnders ( 2021-01-28 13:47:52 +0000 )edit

If you use the GitLab search function to look at the repository you can see some useful info. Eg. with this search you can see all files that have "3GPP" and "TS" in them and then the git tag selector (by default showing "master") can be used to select different release tags (e.g. v3.4.2) to see what the code was for that version of Wireshark.

grahamb gravatar imagegrahamb ( 2021-01-28 14:28:34 +0000 )edit

Hi Anders, Grahamb,
thank you so much! That gave me the right place I have been looking for. Appreciate your help!

yini gravatar imageyini ( 2021-01-28 16:13:42 +0000 )edit

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: 2021-01-27 20:19:03 +0000

Seen: 590 times

Last updated: Jan 28 '21