with pyshark I tried to get ASCII to packet
import pyshark cap = pyshark.FileCapture(\'dor.pcap\' p = cap [0] payload = p.tcp.payload
The r