Srinivas11789 / PcapXray

:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
GNU General Public License v2.0
1.66k stars 275 forks source link

Scapy Issue #54

Open d1pakda5 opened 4 years ago

d1pakda5 commented 4 years ago

WARNING:scapy.runtime:more Calling str(pkt) on Python 3 makes no sense!

Srinivas11789 commented 3 years ago

I think this warning occurs at string cast (without ver check) when we support both py2 and py3. Ref. Should not affect the functionality but could cause log clutter.