Minor fix.

This commit is contained in:
aouinizied 2020-04-19 21:51:58 +02:00
parent 0ab33127ce
commit 2c423f4954
17 changed files with 1 additions and 1 deletions

View file

@ -182,7 +182,7 @@ def fcf_from_ds(fc):
def get_flags(d, p):
if p == 6:
if p == 6 and d is not None:
return tcpflags(syn=int(d.syn),
cwr=int(d.cwr),
ece=int(d.ece),

BIN
tests/pcap/android.pcap Normal file

Binary file not shown.

BIN
tests/pcap/badpackets.pcap Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
tests/pcap/iphone.pcap Normal file

Binary file not shown.

BIN
tests/pcap/netbios.pcap Normal file

Binary file not shown.

Binary file not shown.

BIN
tests/pcap/quic046.pcap Normal file

Binary file not shown.

Binary file not shown.

BIN
tests/pcap/s7comm.pcap Normal file

Binary file not shown.

Binary file not shown.

BIN
tests/pcap/wa_video.pcap Normal file

Binary file not shown.

BIN
tests/pcap/wa_voice.pcap Normal file

Binary file not shown.