Guillaume Valadon
Guillaume Valadon
Fixed in #2426
I just tagged v2.5.0rc2 on [github](https://github.com/secdev/scapy/releases/tag/v2.5.0rc2) and released it on [PyPI](https://pypi.org/project/scapy/2.5.0rc2/). It took way longer that I had expected. I am still struggling to make the last BSD regression tests...
@Willy-Hu the corresponding commit is already part of the 2.5.0 RC.
Can you try the master branch?
The release of v2.5.0 has never been so close. All issues listed in https://github.com/secdev/scapy/milestone/1 have a corresponding PR.
I just tagged v2.5.0rc3 on [github](https://github.com/secdev/scapy/releases/tag/v2.5.0rc3) and released it on [PyPI](https://pypi.org/project/scapy/2.5.0rc3/).
Here is the changelog that will be published for v2.5.0: # Changelog Scapy v2.5.0 is the last version to support Python 2.7 ## Main Changes - **Type hinting of Scapy...
@mcpat do you know how to build a full valid packet starting with Ether?
I will continue the investigations. This fixes the issue `wrpcap('loopbackbug.pcap', [Loopback()/IP()/ICMP()], linktype=DLT_NULL)`
With v2.5.0 being closer, can this issue be closed?