mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-22 03:03:29 +00:00
Minor fix.
This commit is contained in:
parent
0ab33127ce
commit
2c423f4954
17 changed files with 1 additions and 1 deletions
|
|
@ -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
BIN
tests/pcap/android.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/badpackets.pcap
Normal file
BIN
tests/pcap/badpackets.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/dns_exfiltration.pcap
Normal file
BIN
tests/pcap/dns_exfiltration.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/dos_win98_smb_netbeui.pcap
Normal file
BIN
tests/pcap/dos_win98_smb_netbeui.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/fuzz-2006-06-26-2594.pcap
Normal file
BIN
tests/pcap/fuzz-2006-06-26-2594.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/fuzz-2006-09-29-28586.pcap
Normal file
BIN
tests/pcap/fuzz-2006-09-29-28586.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/fuzz-2020-02-16-11740.pcap
Normal file
BIN
tests/pcap/fuzz-2020-02-16-11740.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/iphone.pcap
Normal file
BIN
tests/pcap/iphone.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/netbios.pcap
Normal file
BIN
tests/pcap/netbios.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/netflow-fritz.pcap
Normal file
BIN
tests/pcap/netflow-fritz.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/quic046.pcap
Normal file
BIN
tests/pcap/quic046.pcap
Normal file
Binary file not shown.
Binary file not shown.
BIN
tests/pcap/s7comm.pcap
Normal file
BIN
tests/pcap/s7comm.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/smb_deletefile.pcap
Normal file
BIN
tests/pcap/smb_deletefile.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/wa_video.pcap
Normal file
BIN
tests/pcap/wa_video.pcap
Normal file
Binary file not shown.
BIN
tests/pcap/wa_voice.pcap
Normal file
BIN
tests/pcap/wa_voice.pcap
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue