Abbath
Abbath
[example.zip](https://github.com/secdev/scapy/files/14620325/example.zip) ``` >>> ```
Pcap is inside the example.zip
I propose to add some additional escaping somewhere in Packet.canvas_dump ```python if isinstance(fval, str): #HERE MAYBE? if len(fval) > 18: fval = fval[:18] + "[...]" else: fval = "" ```...
Are you doing this on Windows?