1645713570.4288676

24-Feb-2022 22:39:30 (+0800) INFO: --------------------------------------------------------
24-Feb-2022 22:39:30 (+0800) INFO: Software version: Unknown Version
24-Feb-2022 22:39:30 (+0800) INFO: Started PID 172792
24-Feb-2022 22:39:30 (+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:39:30 (+0800) INFO: main exit PID 172792
24-Feb-2022 22:39:30 (+0800) INFO: Exiting PID 172792
24-Feb-2022 22:39:31 (+0800) INFO: --------------------------------------------------------
24-Feb-2022 22:39:31 (+0800) INFO: Software version: Unknown Version
24-Feb-2022 22:39:31 (+0800) INFO: Started PID 175392
24-Feb-2022 22:39:31 (+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_20220224223928', extcap_control_in='\\\\.\\pipe\\wireshark_control_ws_to_ext_COM67-3.4_20220224223928', extcap_control_out='\\\\.\\pipe\\wireshark_control_ext_to_ws_COM67-3.4_20220224223928', 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:39:31 (+0800) INFO: sniffer capture
24-Feb-2022 22:39:31 (+0800) INFO: Log started at Thu Feb 24 22:39:31 2022
24-Feb-2022 22:39:31 (+0800) INFO: Extcap version 3.4
24-Feb-2022 22:39:31 (+0800) INFO: Opening serial port COM67
24-Feb-2022 22:39:31 (+0800) INFO: closing UART
24-Feb-2022 22:39:31 (+0800) INFO: Opening serial port COM67
24-Feb-2022 22:39:31 (+0800) INFO: args: ()
24-Feb-2022 22:39:31 (+0800) INFO: kwargs: {'callbacks': [('*', <bound method Notifier.passOnNotification of <Sniffer(Thread-3, initial)>>)]}
24-Feb-2022 22:39:31 (+0800) INFO: board ID: 67
24-Feb-2022 22:39:31 (+0800) INFO: Sniffer created
24-Feb-2022 22:39:31 (+0800) INFO: Software version: Unknown Version
24-Feb-2022 22:39:31 (+0800) INFO: sniffer started
24-Feb-2022 22:39:31 (+0800) INFO: starting scan
24-Feb-2022 22:39:31 (+0800) INFO: Scan flags: 0b11
24-Feb-2022 22:39:31 (+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:39:31 (+0800) INFO: scanning started
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) INFO: defaults written
24-Feb-2022 22:39:31 (+0800) INFO: control loop
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:31 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:31 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) ERROR: blePacket error 'BlePacket' object has no attribute 'rxAddrType'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 401, in readPayload
    self.blePacket = BlePacket(packet_type, packetList[BLEPACKET_POS:], self.phy)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 458, in __init__
    offset = self.extractAddresses(packetList, offset)
  File "D:\Wireshark\extcap\SnifferAPI\Packet.py", line 534, in extractAddresses
    scanAddr += [self.rxAddrType]
AttributeError: 'BlePacket' object has no attribute 'rxAddrType'
24-Feb-2022 22:39:32 (+0800) ERROR: packet processing error 'NoneType' object has no attribute 'type'
Traceback (most recent call last):
  File "D:\Wireshark\extcap\SnifferAPI\SnifferCollector.py", line 152, in _processBLEPacket
    if packet.blePacket.type == PACKET_TYPE_ADVERTISING:
AttributeError: 'NoneType' object has no attribute 'type'
24-Feb-2022 22:39:32 (+0800) INFO: gap in packets, between 51183 and 65049 packet before: [26, 0, 3, 239, 199, 2, 10, 1, 37, 50, 0, 0, 110, 210, 20, 16, 214, 190, 137, 142, 39, 7, 134, 24, 55, 0, 35, 39, 32, 217, 187, 187] packet after: [33, 0, 3, 25, 254, 2, 10, 1, 37, 68, 0, 0, 7, 67, 59, 25, 214, 190, 137, 142, 66, 14, 62, 160, 86, 41, 10, 251, 7, 255, 76, 0, 18, 2, 0, 2, 249, 6, 20]
24-Feb-2022 22:39:32 (+0800) INFO: Firmware version 4.0.0
24-Feb-2022 22:39:32 (+0800) INFO: Firmware timestamp 423324171 reference: Feb 24 2022 22:39:32.755890 China Standard Time
24-Feb-2022 22:39:46 (+0800) INFO: Tearing down
24-Feb-2022 22:39:46 (+0800) INFO: closing UART
24-Feb-2022 22:39:46 (+0800) INFO: Packet read timed out.
24-Feb-2022 22:39:46 (+0800) INFO: Exiting
24-Feb-2022 22:39:46 (+0800) INFO: main exit PID 175392
24-Feb-2022 22:39:46 (+0800) INFO: Exiting PID 175392
