Fix comments that were messed up by black

This commit is contained in:
Frieder Steinmetz
2026-01-15 19:06:03 +01:00
committed by GitHub
parent f95b2054c8
commit c69c1532cc

View File

@@ -127,10 +127,10 @@ class PcapSnooper(Snooper):
struct.pack( struct.pack(
"<IHHIIII", "<IHHIIII",
self.PCAP_MAGIC, self.PCAP_MAGIC,
2, 2, # Major PCAP Version
4, # Major and Minor PCAP Version 4, # Minor PCAP Version
0, 0, # Reserved 1
0, # Reserved 1 and 2 0, # Reserved 2
65535, # SnapLen 65535, # SnapLen
# FCS and f are set to 0 implicitly by the next line # FCS and f are set to 0 implicitly by the next line
self.DLT_BLUETOOTH_HCI_H4_WITH_PHDR, # The DLT in this PCAP self.DLT_BLUETOOTH_HCI_H4_WITH_PHDR, # The DLT in this PCAP