This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2530: 基于ZStack3.0.2执行zcl_SendRead时发现疑问

Part Number: CC2530

情况是这样,我基于GenericApp修改的代码,增加的内容是

afAddrType_t dst_addr;
    dst_addr.addr.shortAddr = 0x0000;
    dst_addr.addrMode = afAddr16Bit;
    dst_addr.endPoint = 0x01;

    zclReadCmd_t cmd;
    cmd.numAttr = 1;
    cmd.attrID[0] = ATTRID_BASIC_MANUFACTURER_NAME;

    zcl_SendRead(GENERICAPP_ENDPOINT,
                 &dst_addr,
                 ZCL_CLUSTER_ID_GEN_BASIC,
                 &cmd,
                 ZCL_FRAME_CLIENT_SERVER_DIR,
                 false,
                 bdb_getZCLFrameCounter());

目的是想向协调器发送一个zcl_Read的请求,但是调试协调器时并没有发现事件被执行,通过抓包时,发现一个奇怪的地方:

IEEE 802.15.4的数据里,指向的目标地址为0x0000,但是Zigbee Network Layer的目标变成了0x0004,请问是我哪里遗漏了什么,还是写法上有什么不当?还请指教

此处为抓包内容:

Frame 488: 50 bytes on wire (400 bits), 48 bytes captured (384 bits) on interface \\.\pipe\wireshark0, id 0
IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x982e
    Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        .... .... .... .001 = Frame Type: Data (0x1)
        .... .... .... 0... = Security Enabled: False
        .... .... ...0 .... = Frame Pending: False
        .... .... ..1. .... = Acknowledge Request: True
        .... .... .1.. .... = PAN ID Compression: True
        .... .... 0... .... = Reserved: False
        .... ...0 .... .... = Sequence Number Suppression: False
        .... ..0. .... .... = Information Elements Present: False
        .... 10.. .... .... = Destination Addressing Mode: Short/16-bit (0x2)
        ..00 .... .... .... = Frame Version: IEEE Std 802.15.4-2003 (0)
        10.. .... .... .... = Source Addressing Mode: Short/16-bit (0x2)
    Sequence Number: 17
    Destination PAN: 0xc517
    Destination: 0x0000
    Source: 0x982e
    [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
    [Origin: 425]
ZigBee Network Layer Data, Dst: 0x0004, Src: 0x982e
    Frame Control Field: 0x2248, Frame Type: Data, Discover Route: Enable, Security, End Device Initiator Data
        .... .... .... ..00 = Frame Type: Data (0x0)
        .... .... ..00 10.. = Protocol Version: 2
        .... .... 01.. .... = Discover Route: Enable (0x1)
        .... ...0 .... .... = Multicast: False
        .... ..1. .... .... = Security: True
        .... .0.. .... .... = Source Route: False
        .... 0... .... .... = Destination: False
        ...0 .... .... .... = Extended Source: False
        ..1. .... .... .... = End Device Initiator: True
    Destination: 0x0004
    Source: 0x982e
    Radius: 30
    Sequence Number: 22
    [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
    [Origin: 425]
    ZigBee Security Header
ZigBee Application Support Layer Data, Dst Endpt: 1, Src Endpt: 8
    Frame Control Field: Data (0x00)
    Destination Endpoint: 1
    Cluster: Basic (0x0000)
    Profile: Home Automation (0x0104)
    Source Endpoint: 8
    Counter: 7
ZigBee Cluster Library Frame, Command: Read Attributes, Seq: 1
    Frame Control Field: Profile-wide (0x10)
    Sequence Number: 1
    Command: Read Attributes (0x00)
    Attribute: Manufacturer Name (0x0004)

  • 應該是有透過router傳送吧?能附上完整的抓包檔來分析嗎?

  • 没有通过Router,只是一个Coor和一个Ed,完整抓包档是说从协调器启动到发出数据吗

  • 1	0.000000		Broadcast	IEEE 802.15.4	10	Beacon Request
    2	10.000594	0x0000	Broadcast	ZigBee ZDP	48	Permit Join Request
    3	10.000359		Broadcast	IEEE 802.15.4	10	Beacon Request
    4	10.000375	0x0000		ZigBee	28	Beacon, Src: 0x0000, EPID: TexasIns_00:1d:1a:88:a7
    5	11.000656	0x982e	0x0000	ZigBee	47	Rejoin Request, Device: 0x982e
    6	11.000672			IEEE 802.15.4	5	Ack
    7	11.000063	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    8	11.000063			IEEE 802.15.4	5	Ack
    9	11.000078	0x0000	0x982e	ZigBee	57	Rejoin Response, New Address: 0x982e
    10	11.000094			IEEE 802.15.4	5	Ack
    11	11.000125	0x982e	Broadcast	ZigBee ZDP	57	Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dc
    12	11.000125			IEEE 802.15.4	5	Ack
    13	11.000125	0x982e	0x0000	ZigBee	56	End Device Timeout Request
    14	11.000141			IEEE 802.15.4	5	Ack
    15	11.000188	0x982e	Broadcast	ZigBee ZDP	57	Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dc
    16	11.000234	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    17	11.000250			IEEE 802.15.4	5	Ack
    18	11.000297	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    19	11.000297	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    20	11.000313	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    21	11.000328	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    22	12.000266	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    23	12.000281			IEEE 802.15.4	5	Ack
    24	12.000422	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    25	12.000422	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    26	12.000422	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    27	12.000453	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    28	13.000297	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    29	13.000313			IEEE 802.15.4	5	Ack
    30	13.000313	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
    31	13.000313			IEEE 802.15.4	5	Ack
    32	13.000406	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    33	13.000422			IEEE 802.15.4	5	Ack
    34	14.000422	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    35	14.000422			IEEE 802.15.4	5	Ack
    36	15.000422	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    37	15.000453			IEEE 802.15.4	5	Ack
    38	16.000438	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    39	16.000453			IEEE 802.15.4	5	Ack
    40	17.000313	0x982e	0x0004	ZigBee HA	50	ZCL: Read Attributes, Seq: 1
    41	17.000328			IEEE 802.15.4	5	Ack
    42	17.000344	0x0000	Broadcast	ZigBee	51	Route Request, Dst: 0x0004, Src: 0x0000
    43	17.000422	0x982e	0x0004	ZigBee HA	50	ZCL: Read Attributes, Seq: 2
    44	17.000422			IEEE 802.15.4	5	Ack
    45	17.000422	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    46	17.000422			IEEE 802.15.4	5	Ack
    47	18.000438	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    48	18.000453			IEEE 802.15.4	5	Ack
    49	19.000438	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    50	19.000438			IEEE 802.15.4	5	Ack
    51	20.000453	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    52	21.000469			IEEE 802.15.4	5	Ack
    53	21.000453	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    54	21.000453			IEEE 802.15.4	5	Ack
    55	23.000469	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    56	23.000484			IEEE 802.15.4	5	Ack
    57	24.000484	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    58	24.000500			IEEE 802.15.4	5	Ack
    59	24.000328	0x0000	Broadcast	ZigBee	47	Link Status
    60	25.000484	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    61	25.000500			IEEE 802.15.4	5	Ack
    62	26.000484	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    63	26.000484			IEEE 802.15.4	5	Ack
    64	27.000500	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    65	27.000500			IEEE 802.15.4	5	Ack
    66	28.000516	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    67	28.000516			IEEE 802.15.4	5	Ack
    68	29.000516	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    69	29.000531			IEEE 802.15.4	5	Ack
    70	29.000641	0x0000	Broadcast	ZigBee ZDP	55	Parent Announce, # children 1 : TexasIns_00:1d:1a:85:dc
    71	30.000531	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    72	30.000547			IEEE 802.15.4	5	Ack
    73	31.000531	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    74	31.000547			IEEE 802.15.4	5	Ack
    75	32.000531	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    76	32.000547			IEEE 802.15.4	5	Ack
    77	33.000547	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    78	33.000563			IEEE 802.15.4	5	Ack
    79	34.000563	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    80	34.000563			IEEE 802.15.4	5	Ack
    81	35.000563	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    82	35.000563			IEEE 802.15.4	5	Ack
    83	36.000563	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    84	36.000578			IEEE 802.15.4	5	Ack
    85	37.000578	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    86	37.000578			IEEE 802.15.4	5	Ack
    87	38.000578	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    88	38.000578			IEEE 802.15.4	5	Ack
    89	39.000594	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    90	39.000594			IEEE 802.15.4	5	Ack
    91	39.000359	0x0000	Broadcast	ZigBee	47	Link Status
    92	40.000609	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    93	40.000609			IEEE 802.15.4	5	Ack
    94	41.000609	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    95	41.000625			IEEE 802.15.4	5	Ack
    96	42.000625	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    97	42.000625			IEEE 802.15.4	5	Ack
    98	43.000625	0x982e	0x0000	IEEE 802.15.4	12	Data Request
    99	43.000641			IEEE 802.15.4	5	Ack

  • No.     Time           Source                Destination           Protocol Length Info
          1 0.000000                             Broadcast             IEEE 802.15.4 10     Beacon Request
    
    Frame 1: 10 bytes on wire (80 bits), 8 bytes captured (64 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:51:58.000312000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149918.000312000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 0.000000000 seconds]
        Frame Number: 1
        Frame Length: 10 bytes (80 bits)
        Capture Length: 8 bytes (64 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: Broadcast
        Frame Control Field: 0x0803, Frame Type: Command, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 28
        Destination PAN: 0xffff
        Destination: 0xffff
        Command Identifier: Beacon Request (0x07)
    
    No.     Time           Source                Destination           Protocol Length Info
          2 10.000594      0x0000                Broadcast             ZigBee ZDP 48     Permit Join Request
    
    Frame 2: 48 bytes on wire (384 bits), 46 bytes captured (368 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:08.000906000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149928.000906000 seconds
        [Time delta from previous captured frame: 10.000594000 seconds]
        [Time delta from previous displayed frame: 10.000594000 seconds]
        [Time since reference or first frame: 10.000594000 seconds]
        Frame Number: 2
        Frame Length: 48 bytes (384 bits)
        Capture Length: 46 bytes (368 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk:zbee_aps:zbee_zdp]
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 84
        Destination PAN: 0xc517
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x0208, Frame Type: Data, Discover Route: Suppress, Security Data
        Destination: 0xfffc
        Source: 0x0000
        Radius: 30
        Sequence Number: 164
        ZigBee Security Header
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
    ZigBee Device Profile, Permit Join Request
    
    No.     Time           Source                Destination           Protocol Length Info
          3 10.000359                            Broadcast             IEEE 802.15.4 10     Beacon Request
    
    Frame 3: 10 bytes on wire (80 bits), 8 bytes captured (64 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:08.000671000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149928.000671000 seconds
        [Time delta from previous captured frame: -0.000235000 seconds]
        [Time delta from previous displayed frame: -0.000235000 seconds]
        [Time since reference or first frame: 10.000359000 seconds]
        Frame Number: 3
        Frame Length: 10 bytes (80 bits)
        Capture Length: 8 bytes (64 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: Broadcast
        Frame Control Field: 0x0803, Frame Type: Command, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 29
        Destination PAN: 0xffff
        Destination: 0xffff
        Command Identifier: Beacon Request (0x07)
    
    No.     Time           Source                Destination           Protocol Length Info
          4 10.000375      0x0000                                      ZigBee   28     Beacon, Src: 0x0000, EPID: TexasIns_00:1d:1a:88:a7
    
    Frame 4: 28 bytes on wire (224 bits), 26 bytes captured (208 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:08.000687000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149928.000687000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 10.000375000 seconds]
        Frame Number: 4
        Frame Length: 28 bytes (224 bits)
        Capture Length: 26 bytes (208 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_beacon]
    IEEE 802.15.4 Beacon, Src: 0x0000
        Frame Control Field: 0x8000, Frame Type: Beacon, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 127
        Source PAN: 0xc517
        Source: 0x0000
        Superframe Specification: PAN Coordinator, Association Permit
        GTS
        Pending Addresses: 0 Short and 0 Long
    ZigBee Beacon, ZigBee PRO, EPID: TexasIns_00:1d:1a:88:a7
    
    No.     Time           Source                Destination           Protocol Length Info
          5 11.000656      0x982e                0x0000                ZigBee   47     Rejoin Request, Device: 0x982e
    
    Frame 5: 47 bytes on wire (376 bits), 45 bytes captured (360 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000968000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000968000 seconds
        [Time delta from previous captured frame: 1.000281000 seconds]
        [Time delta from previous displayed frame: 1.000281000 seconds]
        [Time since reference or first frame: 11.000656000 seconds]
        Frame Number: 5
        Frame Length: 47 bytes (376 bits)
        Capture Length: 45 bytes (360 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 30
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
    ZigBee Network Layer Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x1209, Frame Type: Command, Discover Route: Suppress, Security, Extended Source Command
        Destination: 0x0000
        Source: 0x982e
        Radius: 1
        Sequence Number: 28
        Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        ZigBee Security Header
        Command Frame: Rejoin Request
    
    No.     Time           Source                Destination           Protocol Length Info
          6 11.000672                                                  IEEE 802.15.4 5      Ack
    
    Frame 6: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000984000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000984000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 11.000672000 seconds]
        Frame Number: 6
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 30
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 30
    
    No.     Time           Source                Destination           Protocol Length Info
          7 11.000063      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 7: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000375000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000375000 seconds
        [Time delta from previous captured frame: -0.000609000 seconds]
        [Time delta from previous displayed frame: -0.000609000 seconds]
        [Time since reference or first frame: 11.000063000 seconds]
        Frame Number: 7
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 31
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
          8 11.000063                                                  IEEE 802.15.4 5      Ack
    
    Frame 8: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000375000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000375000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 11.000063000 seconds]
        Frame Number: 8
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 31
        Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 31
    
    No.     Time           Source                Destination           Protocol Length Info
          9 11.000078      0x0000                0x982e                ZigBee   57     Rejoin Response, New Address: 0x982e
    
    Frame 9: 57 bytes on wire (456 bits), 55 bytes captured (440 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000390000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000390000 seconds
        [Time delta from previous captured frame: 0.000015000 seconds]
        [Time delta from previous displayed frame: 0.000015000 seconds]
        [Time since reference or first frame: 11.000078000 seconds]
        Frame Number: 9
        Frame Length: 57 bytes (456 bits)
        Capture Length: 55 bytes (440 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 85
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 165
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: Rejoin Response
    
    No.     Time           Source                Destination           Protocol Length Info
         10 11.000094                                                  IEEE 802.15.4 5      Ack
    
    Frame 10: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000406000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000406000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 11.000094000 seconds]
        Frame Number: 10
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 85
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 85
    
    No.     Time           Source                Destination           Protocol Length Info
         11 11.000125      0x982e                Broadcast             ZigBee ZDP 57     Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dc
    
    Frame 11: 57 bytes on wire (456 bits), 55 bytes captured (440 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000437000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000437000 seconds
        [Time delta from previous captured frame: 0.000031000 seconds]
        [Time delta from previous displayed frame: 0.000031000 seconds]
        [Time since reference or first frame: 11.000125000 seconds]
        Frame Number: 11
        Frame Length: 57 bytes (456 bits)
        Capture Length: 55 bytes (440 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk:zbee_aps:zbee_zdp]
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 32
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x982e
        Frame Control Field: 0x0208, Frame Type: Data, Discover Route: Suppress, Security Data
        Destination: 0xfffd
        Source: 0x982e
        Radius: 30
        Sequence Number: 29
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
        ZigBee Security Header
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
    ZigBee Device Profile, Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dc
    
    No.     Time           Source                Destination           Protocol Length Info
         12 11.000125                                                  IEEE 802.15.4 5      Ack
    
    Frame 12: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000437000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000437000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 11.000125000 seconds]
        Frame Number: 12
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 32
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 32
    
    No.     Time           Source                Destination           Protocol Length Info
         13 11.000125      0x982e                0x0000                ZigBee   56     End Device Timeout Request
    
    Frame 13: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000437000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000437000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 11.000125000 seconds]
        Frame Number: 13
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 33
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
    ZigBee Network Layer Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x0000
        Source: 0x982e
        Radius: 1
        Sequence Number: 30
        Destination: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        ZigBee Security Header
        Command Frame: End Device Timeout Request
    
    No.     Time           Source                Destination           Protocol Length Info
         14 11.000141                                                  IEEE 802.15.4 5      Ack
    
    Frame 14: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000453000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000453000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 11.000141000 seconds]
        Frame Number: 14
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 33
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 33
    
    No.     Time           Source                Destination           Protocol Length Info
         15 11.000188      0x982e                Broadcast             ZigBee ZDP 57     Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dc
    
    Frame 15: 57 bytes on wire (456 bits), 55 bytes captured (440 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000500000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000500000 seconds
        [Time delta from previous captured frame: 0.000047000 seconds]
        [Time delta from previous displayed frame: 0.000047000 seconds]
        [Time since reference or first frame: 11.000188000 seconds]
        Frame Number: 15
        Frame Length: 57 bytes (456 bits)
        Capture Length: 55 bytes (440 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk:zbee_aps:zbee_zdp]
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 86
        Destination PAN: 0xc517
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Data, Dst: Broadcast, Src: 0x982e
        Frame Control Field: 0x0208, Frame Type: Data, Discover Route: Suppress, Security Data
        Destination: 0xfffd
        Source: 0x982e
        Radius: 29
        Sequence Number: 29
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
        ZigBee Security Header
    ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
    ZigBee Device Profile, Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dc
    
    No.     Time           Source                Destination           Protocol Length Info
         16 11.000234      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 16: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000546000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000546000 seconds
        [Time delta from previous captured frame: 0.000046000 seconds]
        [Time delta from previous displayed frame: 0.000046000 seconds]
        [Time since reference or first frame: 11.000234000 seconds]
        Frame Number: 16
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 34
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         17 11.000250                                                  IEEE 802.15.4 5      Ack
    
    Frame 17: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000562000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000562000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 11.000250000 seconds]
        Frame Number: 17
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 34
        Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 34
    
    No.     Time           Source                Destination           Protocol Length Info
         18 11.000297      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 18: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000609000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000609000 seconds
        [Time delta from previous captured frame: 0.000047000 seconds]
        [Time delta from previous displayed frame: 0.000047000 seconds]
        [Time since reference or first frame: 11.000297000 seconds]
        Frame Number: 18
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 87
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         19 11.000297      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 19: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000609000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000609000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 11.000297000 seconds]
        Frame Number: 19
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 87
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         20 11.000313      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 20: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000625000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000625000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 11.000313000 seconds]
        Frame Number: 20
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 87
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         21 11.000328      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 21: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:09.000640000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149929.000640000 seconds
        [Time delta from previous captured frame: 0.000015000 seconds]
        [Time delta from previous displayed frame: 0.000015000 seconds]
        [Time since reference or first frame: 11.000328000 seconds]
        Frame Number: 21
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 87
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         22 12.000266      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 22: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:10.000578000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149930.000578000 seconds
        [Time delta from previous captured frame: 0.999938000 seconds]
        [Time delta from previous displayed frame: 0.999938000 seconds]
        [Time since reference or first frame: 12.000266000 seconds]
        Frame Number: 22
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 35
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         23 12.000281                                                  IEEE 802.15.4 5      Ack
    
    Frame 23: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:10.000593000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149930.000593000 seconds
        [Time delta from previous captured frame: 0.000015000 seconds]
        [Time delta from previous displayed frame: 0.000015000 seconds]
        [Time since reference or first frame: 12.000281000 seconds]
        Frame Number: 23
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 35
        Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 35
    
    No.     Time           Source                Destination           Protocol Length Info
         24 12.000422      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 24: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:10.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149930.000734000 seconds
        [Time delta from previous captured frame: 0.000141000 seconds]
        [Time delta from previous displayed frame: 0.000141000 seconds]
        [Time since reference or first frame: 12.000422000 seconds]
        Frame Number: 24
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 88
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         25 12.000422      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 25: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:10.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149930.000734000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 12.000422000 seconds]
        Frame Number: 25
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 88
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         26 12.000422      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 26: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:10.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149930.000734000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 12.000422000 seconds]
        Frame Number: 26
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 88
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         27 12.000453      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 27: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:10.000765000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149930.000765000 seconds
        [Time delta from previous captured frame: 0.000031000 seconds]
        [Time delta from previous displayed frame: 0.000031000 seconds]
        [Time since reference or first frame: 12.000453000 seconds]
        Frame Number: 27
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 88
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         28 13.000297      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 28: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:11.000609000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149931.000609000 seconds
        [Time delta from previous captured frame: 0.999844000 seconds]
        [Time delta from previous displayed frame: 0.999844000 seconds]
        [Time since reference or first frame: 13.000297000 seconds]
        Frame Number: 28
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 36
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         29 13.000313                                                  IEEE 802.15.4 5      Ack
    
    Frame 29: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:11.000625000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149931.000625000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 13.000313000 seconds]
        Frame Number: 29
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 36
        Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 36
    
    No.     Time           Source                Destination           Protocol Length Info
         30 13.000313      0x0000                0x982e                ZigBee   56     End Device Timeout Response, Success
    
    Frame 30: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:11.000625000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149931.000625000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 13.000313000 seconds]
        Frame Number: 30
        Frame Length: 56 bytes (448 bits)
        Capture Length: 54 bytes (432 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 89
        Destination PAN: 0xc517
        Destination: 0x982e
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: 0x982e, Src: 0x0000
        Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source Command
        Destination: 0x982e
        Source: 0x0000
        Radius: 1
        Sequence Number: 166
        Destination: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: End Device Timeout Response, Success
    
    No.     Time           Source                Destination           Protocol Length Info
         31 13.000313                                                  IEEE 802.15.4 5      Ack
    
    Frame 31: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:11.000625000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149931.000625000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 13.000313000 seconds]
        Frame Number: 31
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 89
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 89
    
    No.     Time           Source                Destination           Protocol Length Info
         32 13.000406      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 32: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:11.000718000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149931.000718000 seconds
        [Time delta from previous captured frame: 0.000093000 seconds]
        [Time delta from previous displayed frame: 0.000093000 seconds]
        [Time since reference or first frame: 13.000406000 seconds]
        Frame Number: 32
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 37
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         33 13.000422                                                  IEEE 802.15.4 5      Ack
    
    Frame 33: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:11.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149931.000734000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 13.000422000 seconds]
        Frame Number: 33
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 37
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 37
    
    No.     Time           Source                Destination           Protocol Length Info
         34 14.000422      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 34: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:12.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149932.000734000 seconds
        [Time delta from previous captured frame: 1.000000000 seconds]
        [Time delta from previous displayed frame: 1.000000000 seconds]
        [Time since reference or first frame: 14.000422000 seconds]
        Frame Number: 34
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 38
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         35 14.000422                                                  IEEE 802.15.4 5      Ack
    
    Frame 35: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:12.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149932.000734000 seconds
        [Time delta from previous captured frame: 0.000000000 seconds]
        [Time delta from previous displayed frame: 0.000000000 seconds]
        [Time since reference or first frame: 14.000422000 seconds]
        Frame Number: 35
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 38
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 38
    
    No.     Time           Source                Destination           Protocol Length Info
         36 15.000422      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 36: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:13.000734000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149933.000734000 seconds
        [Time delta from previous captured frame: 1.000000000 seconds]
        [Time delta from previous displayed frame: 1.000000000 seconds]
        [Time since reference or first frame: 15.000422000 seconds]
        Frame Number: 36
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 39
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         37 15.000453                                                  IEEE 802.15.4 5      Ack
    
    Frame 37: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:13.000765000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149933.000765000 seconds
        [Time delta from previous captured frame: 0.000031000 seconds]
        [Time delta from previous displayed frame: 0.000031000 seconds]
        [Time since reference or first frame: 15.000453000 seconds]
        Frame Number: 37
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 39
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 39
    
    No.     Time           Source                Destination           Protocol Length Info
         38 16.000438      0x982e                0x0000                IEEE 802.15.4 12     Data Request
    
    Frame 38: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:14.000750000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149934.000750000 seconds
        [Time delta from previous captured frame: 0.999985000 seconds]
        [Time delta from previous displayed frame: 0.999985000 seconds]
        [Time since reference or first frame: 16.000438000 seconds]
        Frame Number: 38
        Frame Length: 12 bytes (96 bits)
        Capture Length: 10 bytes (80 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Command, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8863, Frame Type: Command, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 40
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        Command Identifier: Data Request (0x04)
    
    No.     Time           Source                Destination           Protocol Length Info
         39 16.000453                                                  IEEE 802.15.4 5      Ack
    
    Frame 39: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:14.000765000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149934.000765000 seconds
        [Time delta from previous captured frame: 0.000015000 seconds]
        [Time delta from previous displayed frame: 0.000015000 seconds]
        [Time since reference or first frame: 16.000453000 seconds]
        Frame Number: 39
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 40
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 40
    
    No.     Time           Source                Destination           Protocol Length Info
         40 17.000313      0x982e                0x0004                ZigBee HA 50     ZCL: Read Attributes, Seq: 1
    
    Frame 40: 50 bytes on wire (400 bits), 48 bytes captured (384 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:15.000625000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149935.000625000 seconds
        [Time delta from previous captured frame: 0.999860000 seconds]
        [Time delta from previous displayed frame: 0.999860000 seconds]
        [Time since reference or first frame: 17.000313000 seconds]
        Frame Number: 40
        Frame Length: 50 bytes (400 bits)
        Capture Length: 48 bytes (384 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk:zbee_aps:zbee_zcl]
    IEEE 802.15.4 Data, Dst: 0x0000, Src: 0x982e
        Frame Control Field: 0x8861, Frame Type: Data, Acknowledge Request, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 41
        Destination PAN: 0xc517
        Destination: 0x0000
        Source: 0x982e
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
    ZigBee Network Layer Data, Dst: 0x0004, Src: 0x982e
        Frame Control Field: 0x2248, Frame Type: Data, Discover Route: Enable, Security, End Device Initiator Data
        Destination: 0x0004
        Source: 0x982e
        Radius: 30
        Sequence Number: 31
        [Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)]
        [Origin: 5]
        ZigBee Security Header
    ZigBee Application Support Layer Data, Dst Endpt: 1, Src Endpt: 8
    ZigBee Cluster Library Frame, Command: Read Attributes, Seq: 1
    
    No.     Time           Source                Destination           Protocol Length Info
         41 17.000328                                                  IEEE 802.15.4 5      Ack
    
    Frame 41: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:15.000640000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149935.000640000 seconds
        [Time delta from previous captured frame: 0.000015000 seconds]
        [Time delta from previous displayed frame: 0.000015000 seconds]
        [Time since reference or first frame: 17.000328000 seconds]
        Frame Number: 41
        Frame Length: 5 bytes (40 bits)
        Capture Length: 3 bytes (24 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan]
    IEEE 802.15.4 Ack, Sequence Number: 41
        Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: None
        Sequence Number: 41
    
    No.     Time           Source                Destination           Protocol Length Info
         42 17.000344      0x0000                Broadcast             ZigBee   51     Route Request, Dst: 0x0004, Src: 0x0000
    
    Frame 42: 51 bytes on wire (408 bits), 49 bytes captured (392 bits) on interface \\.\pipe\wireshark0, id 0
        Interface id: 0 (\\.\pipe\wireshark0)
        Encapsulation type: IEEE 802.15.4 Wireless PAN (104)
        Arrival Time: Nov 17, 2021 19:52:15.000656000 中国标准时间
        [Time shift for this packet: 0.000000000 seconds]
        Epoch Time: 1637149935.000656000 seconds
        [Time delta from previous captured frame: 0.000016000 seconds]
        [Time delta from previous displayed frame: 0.000016000 seconds]
        [Time since reference or first frame: 17.000344000 seconds]
        Frame Number: 42
        Frame Length: 51 bytes (408 bits)
        Capture Length: 49 bytes (392 bits)
        [Frame is marked: False]
        [Frame is ignored: False]
        [Protocols in frame: wpan:zbee_nwk]
    IEEE 802.15.4 Data, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x8841, Frame Type: Data, PAN ID Compression, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bit
        Sequence Number: 90
        Destination PAN: 0xc517
        Destination: 0xffff
        Source: 0x0000
        [Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)]
        [Origin: 2]
    ZigBee Network Layer Command, Dst: Broadcast, Src: 0x0000
        Frame Control Field: 0x1209, Frame Type: Command, Discover Route: Suppress, Security, Extended Source Command
        Destination: 0xfffd
        Source: 0x0000
        Radius: 30
        Sequence Number: 167
        Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)
        ZigBee Security Header
        Command Frame: Route Request
    

  • 可以把抓包檔附上嗎?

  • 你的抓包檔沒有提供入網過程,請提供network key我才能正確解出封包

  • -DDEFAULT_KEY="{0xdd,0xf7,0xac,0xf4,0x11,0xf4,0xca,0x57,0x71,0xcd,0x1d,0x12,0x03,0x46,0xfe,0x4d}"

  • 抓包檔看來目的地確實被設置成0x0004了,只能建議你設個斷點在zcl_SendRead上,可以在發送read command之前去檢查一下 dst_addr的內容對不對

  • 请参考之前同样问题的帖子:

    https://e2echina.ti.com/support/wireless-connectivity/zigbee-and-thread/f/zigbee-thread-forum/180329/zcl_sendread

    建议通过debug查找一下是否有其它语句改变了address变量。

  • 可能是因为变量的原因,我把coor的地址写成常量现在已经解决了.谢谢