Re: [Wireshark-dev] Examples where field doesn't have enough bits of value_string values

2023-09-21 Thread John Thacker
On Thu, Sep 21, 2023, 4:20 PM Martin Mathieson via Wireshark-dev < wireshark-dev@wireshark.org> wrote: > After https://gitlab.com/wireshark/wireshark/-/merge_requests/12195, I'm > finding the warnings below. I think these are valid, based upon editing a > mask value and watching how the value

Re: [Wireshark-dev] 4.2.0 release schedule

2023-09-21 Thread Gerald Combs
It doesn't look like I mentioned it below, but I plan on creating the release-4.2 branch this upcoming Monday, the 25th. At that point we'll have the following active branches and major+minor versions: master / 4.3 release-4.2 / 4.2 release-4.0 / 4.0 release-3.6 / 3.6 4.2.0rc1 is still

[Wireshark-dev] Examples where field doesn't have enough bits of value_string values

2023-09-21 Thread Martin Mathieson via Wireshark-dev
After https://gitlab.com/wireshark/wireshark/-/merge_requests/12195, I'm finding the warnings below. I think these are valid, based upon editing a mask value and watching how the value was masked/shifted before being looked up in the value_string. I understand the RoHC example, where a newer