I'm new to the forum and new to Python programming in general and I have a question regarding the scapy module.
I'm trying to open a TCP dump file, and whenever I try to open the file using the command:
a=rdpcap("/directories/filename.pcap")
I get the following warnings:
WARNING: DNS RR premature end (ofs=46, len=44)
WARNING: more DNS RR premature end (ofs=12, len=2)
WARNING: DNS incomplete jump token at (ofs=78)
*the ofs and len value varies of course
eventually scapy and python would just crash. Just wondering if this is a problem with the file or something wrong with my scapy.
Thanks