If you would like to use the CRC24 calculation from packet-gprs-llc.c, my
recommendation would be to move it to a new crc24.[c|h] file in /wsutil and
probably a crc24-tvb.[c|h] in /epan directory. As you can see from the other
CRC files, there isn't always a single "standard" way to calculate a
Hi
Patches in wireshark go through gerrit.
You can find how here
https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html
Feel free to ask for more help if needed.
Dario.
On Wed, Sep 18, 2019, 20:55 Aleksej Matis wrote:
> Hi,
>
> while working on a project involving wireshark I ha
Hi,
while working on a project involving wireshark I have found a nameclash
between the IEEE802.11 RM Report fields channel number and duration.
In both cases the abbreviation "wlan.measure.rep.channelnumber" was
used. I think "wlan.measure.rep.duration" would be the correct way to
go.
Please fin