Guillaume Valadon
Guillaume Valadon
FTR, I started testing the current master on *BSD and made an attempt at testing Scapy on FreeBSD using github actions https://github.com/secdev/scapy/pull/3716
I just tagged v2.5.0rc1 on [github](https://github.com/secdev/scapy/releases/tag/v2.5.0rc1) and released it on [PyPI](https://pypi.org/project/scapy/2.5.0rc1/). Enjoy!
Thanks for reporting the issue. I was able to reproduce it.
Thanks for this PR. I am not familiar with RTPS, could you add some context to this change?
I am unsure this PR is necessary.
Thanks! What is the error message or the PEP number that this PR is fixing ? It could be relevant to reflect it in the commit message Sent from my...
A good example if commit message for this kind of change is https://github.com/secdev/scapy/pull/1612 Could you also add the Co-Author-by to reflect the latest author of the line that this PR...
I usually do: ``` flake8 --select=E20 scapy/ > lines.txt bash pepin.sh > co-authored-by.txt ``` [pepin.sh.txt](https://github.com/secdev/scapy/files/9277110/pepin.sh.txt)
Could you provide a Scapy example that successfully build a packet with a valid checksum? I having spent a lot of time trying to come up with an unit test...
Could you provide some context that will help us understand the fix?