You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "pcap2har/pcap.py", line 59, in ParsePcap
dispatcher.add(ts, buf, eth)
File "pcap2har/packetdispatcher.py", line 37, in add
self.udp.add(ts, ip.data)
File "pcap2har/udp.py", line 28, in add
self.dns.add(dns.Packet(ts, dnspkt))
File "pcap2har/dns.py", line 86, in add
new_query = Query(pkt)
File "dns.py", line 49, in init
self.name = initial_packet.name()
File "pcap2har/dns.py", line 27, in name
return self.names[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
File "pcap2har/pcap.py", line 59, in ParsePcap
dispatcher.add(ts, buf, eth)
File "pcap2har/packetdispatcher.py", line 37, in add
self.udp.add(ts, ip.data)
File "pcap2har/udp.py", line 28, in add
self.dns.add(dns.Packet(ts, dnspkt))
File "pcap2har/dns.py", line 86, in add
new_query = Query(pkt)
File "dns.py", line 49, in init
self.name = initial_packet.name()
File "pcap2har/dns.py", line 27, in name
return self.names[0]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: