openwsn-berkeley/dissectors

Information Elements: Unknown (0x2198)

Closed this issue · 3 comments

Testing with 6a7470e, "Information Elements: Unknown (0x2198)" appear, for example in the ACK packets. It looks like the dissector is trying to parsing the CRC field.

This issue was due to the impossibility of recognizing the FCS field when dissecting the Header IE list. It is now solved.

That's fantastic! To show which commit fixed the issue, you can write, in your commit message, something lik "Fixes #2". GitHub will then automatically put hyperlinks between the commit message (https://github.com/openwsn-berkeley/dissectors/commits/master) and the issue.