1645713071.9500985

24-Feb-2022 22:31:11 (+0800) INFO: --------------------------------------------------------
24-Feb-2022 22:31:11 (+0800) INFO: Software version: Unknown Version
24-Feb-2022 22:31:12 (+0800) INFO: Started PID 175484
24-Feb-2022 22:31:12 (+0800) INFO: Namespace(capture=False, extcap_interfaces=False, extcap_interface='COM67-3.4', extcap_dlts=False, extcap_config=True, extcap_capture_filter=None, fifo=None, extcap_control_in=None, extcap_control_out=None, extcap_version=None, device='', baudrate=None, only_advertising=False, only_legacy_advertising=False, scan_follow_rsp=False, scan_follow_aux=False, coded=False)
24-Feb-2022 22:31:12 (+0800) INFO: main exit PID 175484
24-Feb-2022 22:31:12 (+0800) INFO: Exiting PID 175484
24-Feb-2022 22:31:12 (+0800) INFO: --------------------------------------------------------
24-Feb-2022 22:31:12 (+0800) INFO: Software version: Unknown Version
24-Feb-2022 22:31:12 (+0800) INFO: Started PID 175404
24-Feb-2022 22:31:12 (+0800) INFO: Namespace(capture=True, extcap_interfaces=False, extcap_interface='COM67-3.4', extcap_dlts=False, extcap_config=False, extcap_capture_filter=None, fifo='\\\\.\\pipe\\wireshark_extcap_COM67-3.4_20220224223110', extcap_control_in='\\\\.\\pipe\\wireshark_control_ws_to_ext_COM67-3.4_20220224223110', extcap_control_out='\\\\.\\pipe\\wireshark_control_ext_to_ws_COM67-3.4_20220224223110', extcap_version=None, device='', baudrate=None, only_advertising=False, only_legacy_advertising=False, scan_follow_rsp=True, scan_follow_aux=True, coded=False)
24-Feb-2022 22:31:12 (+0800) INFO: sniffer capture
24-Feb-2022 22:31:12 (+0800) INFO: Log started at Thu Feb 24 22:31:12 2022
24-Feb-2022 22:31:12 (+0800) INFO: Extcap version 3.4
24-Feb-2022 22:31:12 (+0800) INFO: Opening serial port COM67
24-Feb-2022 22:31:12 (+0800) INFO: closing UART
24-Feb-2022 22:31:12 (+0800) INFO: Opening serial port COM67
24-Feb-2022 22:31:12 (+0800) INFO: args: ()
24-Feb-2022 22:31:12 (+0800) INFO: kwargs: {'callbacks': [('*', <bound method Notifier.passOnNotification of <Sniffer(Thread-3, initial)>>)]}
24-Feb-2022 22:31:12 (+0800) INFO: board ID: 67
24-Feb-2022 22:31:12 (+0800) INFO: Sniffer created
24-Feb-2022 22:31:12 (+0800) INFO: Software version: Unknown Version
24-Feb-2022 22:31:12 (+0800) INFO: sniffer started
24-Feb-2022 22:31:12 (+0800) INFO: starting scan
24-Feb-2022 22:31:12 (+0800) INFO: Scan flags: 0b11
24-Feb-2022 22:31:12 (+0800) INFO: Sent TK to sniffer: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
24-Feb-2022 22:31:12 (+0800) INFO: scanning started
24-Feb-2022 22:31:12 (+0800) INFO: defaults written
24-Feb-2022 22:31:12 (+0800) INFO: control loop
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:12 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:12 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:13 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:13 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) INFO: gap in packets, between 10980 and 18548 packet before: [56, 0, 3, 228, 42, 2, 10, 1, 39, 31, 0, 0, 47, 203, 153, 246, 214, 190, 137, 142, 66, 37, 74, 222, 57, 170, 103, 3, 30, 255, 6, 0, 1, 9, 32, 2, 117, 208, 197, 233, 66, 159, 64, 234, 90, 253, 55, 60, 166, 83, 119, 37, 56, 22, 119, 158, 167, 164, 198, 62, 242, 206] packet after: [5, 0, 3, 116, 72, 28, 52, 46, 48, 46, 48]
24-Feb-2022 22:31:14 (+0800) INFO: Firmware version 4.0.0
24-Feb-2022 22:31:14 (+0800) INFO: Firmware timestamp 4219634004 reference: Feb 24 2022 22:31:14.50474 China Standard Time
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:14 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:14 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:15 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:15 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:16 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:16 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:17 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:17 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:18 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:18 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:19 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:19 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:20 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:20 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:21 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:31:21 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:31:21 (+0800) INFO: Tearing down
24-Feb-2022 22:31:21 (+0800) INFO: closing UART
24-Feb-2022 22:31:21 (+0800) INFO: Packet read timed out.
24-Feb-2022 22:31:21 (+0800) INFO: Exiting
24-Feb-2022 22:31:21 (+0800) INFO: main exit PID 175404
24-Feb-2022 22:31:21 (+0800) INFO: Exiting PID 175404
