Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new product] wireshark #4440

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

nperez60
Copy link
Contributor

add wireshark product

close #3669

@nperez60 nperez60 marked this pull request as ready for review January 13, 2024 21:56
@nperez60
Copy link
Contributor Author

LGTM

@marcwrobel marcwrobel added the new-product This PR adds a new product to the website. label Jan 24, 2024
Copy link
Member

@captn3m0 captn3m0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have to review the dates, suggested minor changes for the rest for now. Thanks for the PR.

products/wireshark.md Show resolved Hide resolved
products/wireshark.md Outdated Show resolved Hide resolved
Comment on lines 15 to 16
# https://regex101.com/r/fHvpY1/1
regex: ^wireshark-(?<major>\d+)\.?(?<minor>\d*[02468])\.?(?<patch>\d+)?\.?(?<tiny>\d+)?$
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing some tags: that do not use the wireshark- prefix. See v1.10.1, and the 1.11 releases.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On my side, 1.10.1 is matched by the regex :
wireshark-1.10.1

1.11 release is an odd release number, actualy this PR only tracks even numbers releases, odd numbers releases are not supported as they are developpement release

The Minor release number basically follows an even/odd number scheme. For every official release an even number is assigned and the code is branched off for maintenance. The development continues on the next higher odd release number. Note that this development package is a moving target and meaningless without its commit ID.

Should I add odd releases in the PR ?

@nperez60
Copy link
Contributor Author

Hi, let me know if any modifications are needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-product This PR adds a new product to the website.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request - Product] wireshark
3 participants