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

Wireshark Release 3.7 Schedule

There is an update to the rtps protocol that I need in the 3.7 release. My organization is kind of sketch on using dev releases, so I was wondering when 3.7 was expected to have a release version rather than a development version? I've been searching the site, but I can't find it.

Thanks

CyberTazer's avatar
3
CyberTazer
asked 2022-07-06 13:30:17 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

You're looking for the next even Major (4.0) or Minor (3.8) release - ReleaseNumbers
The Roadmap lists:

4.0.0rc1    August 3, 2022  First release candidate for Wireshark 4.0.0

This is a SWAG which might get tweaked during Sharkfest ’22 US next week or due to things that pop up in the development/release process.

Chuckc's avatar
3k
Chuckc
answered 2022-07-06 13:44:31 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

I finally found the answer to my own question, in part. Release information can be found at this page: https://wiki.wireshark.org/Developmen...

The problem is it does not mention 3.7, which is where the change I need resides... is 3.7 just going to be rolled into the 4.0 stuff? Any info as to when this might be provided in a stable release would be appreciated.

A few more details: The rtps protocol dissector has a bug fix so that union information can be seen within the dissection. This fix is required for my particular project. Since my org does not like deploying dev releases of software, I need a stable release if at all possible. I'm not even sure if this type of bug would qualify as a "bug fix" under the guidelines, so while I know how to backport it, I'm not sure if I should attempt it.

Any info appreciated.

CyberTazer's avatar
3
CyberTazer
answered 2022-07-06 13:43:58 +0000
edit flag offensive 0 remove flag delete link

Comments

Sounds like RTPS: ixed dissection of unions in user data. should be pulled into the 3.6 branch ?

Chuckc's avatar Chuckc (2022-07-06 13:51:38 +0000) edit

Not that it fixes your issues, but Wireshark is a diagnostic tool, does it really matter if you're running a dev or release build? How does the Wireshark release status affect your RTPS production software?

grahamb's avatar grahamb (2022-07-06 14:06:24 +0000) edit

It's not the type of tool, but the fact that it would be deployed in a controlled environment. Security guys get squeamish over dev software because it has not completed its full review process.

CyberTazer's avatar CyberTazer (2022-07-06 14:27:44 +0000) edit

Any idea on how to request this patch be pulled into the 3.6 branch in the appropriate manner?

CyberTazer's avatar CyberTazer (2022-07-06 14:53:55 +0000) edit

Normally an "issue" is raised and then merge requests for various branches are raised from that. In this case no issue was raised (that I can see), just the direct MR so you'll have to add a note to the MR.

grahamb's avatar grahamb (2022-07-06 15:00:21 +0000) edit
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