After reading .cap file using rdpcap successfully, I've been trying to use the function pdfdump but it keeps giving me an error:
"AttributeError: 'SingleTexRunner' object has no attribute 'texoutput' "
here's my code:
from scapy.all import *
import pyx
a = rdpcap("the file path..")
a.pdfdump("output filename")
anyone got an idea how to solve this issue?
I'm using Python 3.6.0
I've installed scapy with:
Using wireshark 2.2.3, I saved a dump using the default file format which is
.pcapng
I've used the same code as you :
and I obtain a valid pdf.