TI中文支持网
TI专业的中文技术问题搜集分享网站

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: 0x982eFrame 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: 17Destination PAN: 0xc517Destination: 0x0000Source: 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: 0x982eFrame 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: TrueDestination: 0x0004Source: 0x982eRadius: 30Sequence 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: 8Frame Control Field: Data (0x00)Destination Endpoint: 1Cluster: Basic (0x0000)Profile: Home Automation (0x0104)Source Endpoint: 8Counter: 7
ZigBee Cluster Library Frame, Command: Read Attributes, Seq: 1Frame Control Field: Profile-wide (0x10)Sequence Number: 1Command: Read Attributes (0x00)Attribute: Manufacturer Name (0x0004)

YiKai Chen:

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

,

Xin Yang:

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

,

YiKai Chen:

是的

,

Xin Yang:

1	0.000000Broadcast	IEEE 802.15.4	10	Beacon Request
2	10.000594	0x0000	Broadcast	ZigBee ZDP	48	Permit Join Request
3	10.000359Broadcast	IEEE 802.15.4	10	Beacon Request
4	10.000375	0x0000ZigBee	28	Beacon, Src: 0x0000, EPID: TexasIns_00:1d:1a:88:a7
5	11.000656	0x982e	0x0000	ZigBee	47	Rejoin Request, Device: 0x982e
6	11.000672IEEE 802.15.4	5	Ack
7	11.000063	0x982e	0x0000	IEEE 802.15.4	12	Data Request
8	11.000063IEEE 802.15.4	5	Ack
9	11.000078	0x0000	0x982e	ZigBee	57	Rejoin Response, New Address: 0x982e
10	11.000094IEEE 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.000125IEEE 802.15.4	5	Ack
13	11.000125	0x982e	0x0000	ZigBee	56	End Device Timeout Request
14	11.000141IEEE 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.000250IEEE 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.000281IEEE 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.000313IEEE 802.15.4	5	Ack
30	13.000313	0x0000	0x982e	ZigBee	56	End Device Timeout Response, Success
31	13.000313IEEE 802.15.4	5	Ack
32	13.000406	0x982e	0x0000	IEEE 802.15.4	12	Data Request
33	13.000422IEEE 802.15.4	5	Ack
34	14.000422	0x982e	0x0000	IEEE 802.15.4	12	Data Request
35	14.000422IEEE 802.15.4	5	Ack
36	15.000422	0x982e	0x0000	IEEE 802.15.4	12	Data Request
37	15.000453IEEE 802.15.4	5	Ack
38	16.000438	0x982e	0x0000	IEEE 802.15.4	12	Data Request
39	16.000453IEEE 802.15.4	5	Ack
40	17.000313	0x982e	0x0004	ZigBee HA	50	ZCL: Read Attributes, Seq: 1
41	17.000328IEEE 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.000422IEEE 802.15.4	5	Ack
45	17.000422	0x982e	0x0000	IEEE 802.15.4	12	Data Request
46	17.000422IEEE 802.15.4	5	Ack
47	18.000438	0x982e	0x0000	IEEE 802.15.4	12	Data Request
48	18.000453IEEE 802.15.4	5	Ack
49	19.000438	0x982e	0x0000	IEEE 802.15.4	12	Data Request
50	19.000438IEEE 802.15.4	5	Ack
51	20.000453	0x982e	0x0000	IEEE 802.15.4	12	Data Request
52	21.000469IEEE 802.15.4	5	Ack
53	21.000453	0x982e	0x0000	IEEE 802.15.4	12	Data Request
54	21.000453IEEE 802.15.4	5	Ack
55	23.000469	0x982e	0x0000	IEEE 802.15.4	12	Data Request
56	23.000484IEEE 802.15.4	5	Ack
57	24.000484	0x982e	0x0000	IEEE 802.15.4	12	Data Request
58	24.000500IEEE 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.000500IEEE 802.15.4	5	Ack
62	26.000484	0x982e	0x0000	IEEE 802.15.4	12	Data Request
63	26.000484IEEE 802.15.4	5	Ack
64	27.000500	0x982e	0x0000	IEEE 802.15.4	12	Data Request
65	27.000500IEEE 802.15.4	5	Ack
66	28.000516	0x982e	0x0000	IEEE 802.15.4	12	Data Request
67	28.000516IEEE 802.15.4	5	Ack
68	29.000516	0x982e	0x0000	IEEE 802.15.4	12	Data Request
69	29.000531IEEE 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.000547IEEE 802.15.4	5	Ack
73	31.000531	0x982e	0x0000	IEEE 802.15.4	12	Data Request
74	31.000547IEEE 802.15.4	5	Ack
75	32.000531	0x982e	0x0000	IEEE 802.15.4	12	Data Request
76	32.000547IEEE 802.15.4	5	Ack
77	33.000547	0x982e	0x0000	IEEE 802.15.4	12	Data Request
78	33.000563IEEE 802.15.4	5	Ack
79	34.000563	0x982e	0x0000	IEEE 802.15.4	12	Data Request
80	34.000563IEEE 802.15.4	5	Ack
81	35.000563	0x982e	0x0000	IEEE 802.15.4	12	Data Request
82	35.000563IEEE 802.15.4	5	Ack
83	36.000563	0x982e	0x0000	IEEE 802.15.4	12	Data Request
84	36.000578IEEE 802.15.4	5	Ack
85	37.000578	0x982e	0x0000	IEEE 802.15.4	12	Data Request
86	37.000578IEEE 802.15.4	5	Ack
87	38.000578	0x982e	0x0000	IEEE 802.15.4	12	Data Request
88	38.000578IEEE 802.15.4	5	Ack
89	39.000594	0x982e	0x0000	IEEE 802.15.4	12	Data Request
90	39.000594IEEE 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.000609IEEE 802.15.4	5	Ack
94	41.000609	0x982e	0x0000	IEEE 802.15.4	12	Data Request
95	41.000625IEEE 802.15.4	5	Ack
96	42.000625	0x982e	0x0000	IEEE 802.15.4	12	Data Request
97	42.000625IEEE 802.15.4	5	Ack
98	43.000625	0x982e	0x0000	IEEE 802.15.4	12	Data Request
99	43.000641IEEE 802.15.4	5	Ack

,

Xin Yang:

No.TimeSourceDestinationProtocol Length Info1 0.000000BroadcastIEEE 802.15.4 10Beacon RequestFrame 1: 10 bytes on wire (80 bits), 8 bytes captured (64 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 1Frame 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: BroadcastFrame Control Field: 0x0803, Frame Type: Command, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 28Destination PAN: 0xffffDestination: 0xffffCommand Identifier: Beacon Request (0x07)No.TimeSourceDestinationProtocol Length Info2 10.0005940x0000BroadcastZigBee ZDP 48Permit Join RequestFrame 2: 48 bytes on wire (384 bits), 46 bytes captured (368 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 2Frame 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: 0x0000Frame 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-bitSequence Number: 84Destination PAN: 0xc517Destination: 0xffffSource: 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: 0x0000Frame Control Field: 0x0208, Frame Type: Data, Discover Route: Suppress, Security DataDestination: 0xfffcSource: 0x0000Radius: 30Sequence Number: 164ZigBee Security Header
ZigBee Application Support Layer Data, Dst Endpt: 0, Src Endpt: 0
ZigBee Device Profile, Permit Join RequestNo.TimeSourceDestinationProtocol Length Info3 10.000359BroadcastIEEE 802.15.4 10Beacon RequestFrame 3: 10 bytes on wire (80 bits), 8 bytes captured (64 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 3Frame 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: BroadcastFrame Control Field: 0x0803, Frame Type: Command, Destination Addressing Mode: Short/16-bit, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 29Destination PAN: 0xffffDestination: 0xffffCommand Identifier: Beacon Request (0x07)No.TimeSourceDestinationProtocol Length Info4 10.0003750x0000ZigBee28Beacon, Src: 0x0000, EPID: TexasIns_00:1d:1a:88:a7Frame 4: 28 bytes on wire (224 bits), 26 bytes captured (208 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 4Frame 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: 0x0000Frame Control Field: 0x8000, Frame Type: Beacon, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: Short/16-bitSequence Number: 127Source PAN: 0xc517Source: 0x0000Superframe Specification: PAN Coordinator, Association PermitGTSPending Addresses: 0 Short and 0 Long
ZigBee Beacon, ZigBee PRO, EPID: TexasIns_00:1d:1a:88:a7No.TimeSourceDestinationProtocol Length Info5 11.0006560x982e0x0000ZigBee47Rejoin Request, Device: 0x982eFrame 5: 47 bytes on wire (376 bits), 45 bytes captured (360 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 5Frame 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: 0x982eFrame 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-bitSequence Number: 30Destination PAN: 0xc517Destination: 0x0000Source: 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: 0x982eFrame Control Field: 0x1209, Frame Type: Command, Discover Route: Suppress, Security, Extended Source CommandDestination: 0x0000Source: 0x982eRadius: 1Sequence Number: 28Extended Source: TexasIns_00:1d:1a:85:dc (00:12:4b:00:1d:1a:85:dc)ZigBee Security HeaderCommand Frame: Rejoin RequestNo.TimeSourceDestinationProtocol Length Info6 11.000672IEEE 802.15.4 5AckFrame 6: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 6Frame 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: 30Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 30No.TimeSourceDestinationProtocol Length Info7 11.0000630x982e0x0000IEEE 802.15.4 12Data RequestFrame 7: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 7Frame 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: 0x982eFrame 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-bitSequence Number: 31Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info8 11.000063IEEE 802.15.4 5AckFrame 8: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 8Frame 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: 31Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 31No.TimeSourceDestinationProtocol Length Info9 11.0000780x00000x982eZigBee57Rejoin Response, New Address: 0x982eFrame 9: 57 bytes on wire (456 bits), 55 bytes captured (440 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 9Frame 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: 0x0000Frame 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-bitSequence Number: 85Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 165Destination: 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 HeaderCommand Frame: Rejoin ResponseNo.TimeSourceDestinationProtocol Length Info10 11.000094IEEE 802.15.4 5AckFrame 10: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 10Frame 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: 85Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 85No.TimeSourceDestinationProtocol Length Info11 11.0001250x982eBroadcastZigBee ZDP 57Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dcFrame 11: 57 bytes on wire (456 bits), 55 bytes captured (440 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 11Frame 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: 0x982eFrame 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-bitSequence Number: 32Destination PAN: 0xc517Destination: 0x0000Source: 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: 0x982eFrame Control Field: 0x0208, Frame Type: Data, Discover Route: Suppress, Security DataDestination: 0xfffdSource: 0x982eRadius: 30Sequence 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:dcNo.TimeSourceDestinationProtocol Length Info12 11.000125IEEE 802.15.4 5AckFrame 12: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 12Frame 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: 32Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 32No.TimeSourceDestinationProtocol Length Info13 11.0001250x982e0x0000ZigBee56End Device Timeout RequestFrame 13: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 13Frame 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: 0x982eFrame 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-bitSequence Number: 33Destination PAN: 0xc517Destination: 0x0000Source: 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: 0x982eFrame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x0000Source: 0x982eRadius: 1Sequence Number: 30Destination: 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 HeaderCommand Frame: End Device Timeout RequestNo.TimeSourceDestinationProtocol Length Info14 11.000141IEEE 802.15.4 5AckFrame 14: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 14Frame 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: 33Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 33No.TimeSourceDestinationProtocol Length Info15 11.0001880x982eBroadcastZigBee ZDP 57Device Announcement, Nwk Addr: 0x982e, Ext Addr: TexasIns_00:1d:1a:85:dcFrame 15: 57 bytes on wire (456 bits), 55 bytes captured (440 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 15Frame 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: 0x0000Frame 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-bitSequence Number: 86Destination PAN: 0xc517Destination: 0xffffSource: 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: 0x982eFrame Control Field: 0x0208, Frame Type: Data, Discover Route: Suppress, Security DataDestination: 0xfffdSource: 0x982eRadius: 29Sequence 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:dcNo.TimeSourceDestinationProtocol Length Info16 11.0002340x982e0x0000IEEE 802.15.4 12Data RequestFrame 16: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 16Frame 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: 0x982eFrame 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-bitSequence Number: 34Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info17 11.000250IEEE 802.15.4 5AckFrame 17: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 17Frame 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: 34Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 34No.TimeSourceDestinationProtocol Length Info18 11.0002970x00000x982eZigBee56End Device Timeout Response, SuccessFrame 18: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 18Frame 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: 0x0000Frame 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-bitSequence Number: 87Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info19 11.0002970x00000x982eZigBee56End Device Timeout Response, SuccessFrame 19: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 19Frame 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: 0x0000Frame 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-bitSequence Number: 87Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info20 11.0003130x00000x982eZigBee56End Device Timeout Response, SuccessFrame 20: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 20Frame 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: 0x0000Frame 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-bitSequence Number: 87Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info21 11.0003280x00000x982eZigBee56End Device Timeout Response, SuccessFrame 21: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 21Frame 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: 0x0000Frame 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-bitSequence Number: 87Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info22 12.0002660x982e0x0000IEEE 802.15.4 12Data RequestFrame 22: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 22Frame 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: 0x982eFrame 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-bitSequence Number: 35Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info23 12.000281IEEE 802.15.4 5AckFrame 23: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 23Frame 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: 35Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 35No.TimeSourceDestinationProtocol Length Info24 12.0004220x00000x982eZigBee56End Device Timeout Response, SuccessFrame 24: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 24Frame 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: 0x0000Frame 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-bitSequence Number: 88Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info25 12.0004220x00000x982eZigBee56End Device Timeout Response, SuccessFrame 25: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 25Frame 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: 0x0000Frame 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-bitSequence Number: 88Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info26 12.0004220x00000x982eZigBee56End Device Timeout Response, SuccessFrame 26: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 26Frame 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: 0x0000Frame 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-bitSequence Number: 88Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info27 12.0004530x00000x982eZigBee56End Device Timeout Response, SuccessFrame 27: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 27Frame 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: 0x0000Frame 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-bitSequence Number: 88Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info28 13.0002970x982e0x0000IEEE 802.15.4 12Data RequestFrame 28: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 28Frame 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: 0x982eFrame 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-bitSequence Number: 36Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info29 13.000313IEEE 802.15.4 5AckFrame 29: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 29Frame 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: 36Frame Control Field: 0x0012, Frame Type: Ack, Frame Pending, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 36No.TimeSourceDestinationProtocol Length Info30 13.0003130x00000x982eZigBee56End Device Timeout Response, SuccessFrame 30: 56 bytes on wire (448 bits), 54 bytes captured (432 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 30Frame 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: 0x0000Frame 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-bitSequence Number: 89Destination PAN: 0xc517Destination: 0x982eSource: 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: 0x0000Frame Control Field: 0x1a09, Frame Type: Command, Discover Route: Suppress, Security, Destination, Extended Source CommandDestination: 0x982eSource: 0x0000Radius: 1Sequence Number: 166Destination: 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 HeaderCommand Frame: End Device Timeout Response, SuccessNo.TimeSourceDestinationProtocol Length Info31 13.000313IEEE 802.15.4 5AckFrame 31: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 31Frame 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: 89Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 89No.TimeSourceDestinationProtocol Length Info32 13.0004060x982e0x0000IEEE 802.15.4 12Data RequestFrame 32: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 32Frame 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: 0x982eFrame 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-bitSequence Number: 37Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info33 13.000422IEEE 802.15.4 5AckFrame 33: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 33Frame 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: 37Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 37No.TimeSourceDestinationProtocol Length Info34 14.0004220x982e0x0000IEEE 802.15.4 12Data RequestFrame 34: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 34Frame 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: 0x982eFrame 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-bitSequence Number: 38Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info35 14.000422IEEE 802.15.4 5AckFrame 35: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 35Frame 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: 38Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 38No.TimeSourceDestinationProtocol Length Info36 15.0004220x982e0x0000IEEE 802.15.4 12Data RequestFrame 36: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 36Frame 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: 0x982eFrame 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-bitSequence Number: 39Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info37 15.000453IEEE 802.15.4 5AckFrame 37: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 37Frame 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: 39Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 39No.TimeSourceDestinationProtocol Length Info38 16.0004380x982e0x0000IEEE 802.15.4 12Data RequestFrame 38: 12 bytes on wire (96 bits), 10 bytes captured (80 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 38Frame 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: 0x982eFrame 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-bitSequence Number: 40Destination PAN: 0xc517Destination: 0x0000Source: 0x982eCommand Identifier: Data Request (0x04)No.TimeSourceDestinationProtocol Length Info39 16.000453IEEE 802.15.4 5AckFrame 39: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 39Frame 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: 40Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 40No.TimeSourceDestinationProtocol Length Info40 17.0003130x982e0x0004ZigBee HA 50ZCL: Read Attributes, Seq: 1Frame 40: 50 bytes on wire (400 bits), 48 bytes captured (384 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 40Frame 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: 0x982eFrame 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-bitSequence Number: 41Destination PAN: 0xc517Destination: 0x0000Source: 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: 0x982eFrame Control Field: 0x2248, Frame Type: Data, Discover Route: Enable, Security, End Device Initiator DataDestination: 0x0004Source: 0x982eRadius: 30Sequence 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: 1No.TimeSourceDestinationProtocol Length Info41 17.000328IEEE 802.15.4 5AckFrame 41: 5 bytes on wire (40 bits), 3 bytes captured (24 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 41Frame 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: 41Frame Control Field: 0x0002, Frame Type: Ack, Destination Addressing Mode: None, Frame Version: IEEE Std 802.15.4-2003, Source Addressing Mode: NoneSequence Number: 41No.TimeSourceDestinationProtocol Length Info42 17.0003440x0000BroadcastZigBee51Route Request, Dst: 0x0004, Src: 0x0000Frame 42: 51 bytes on wire (408 bits), 49 bytes captured (392 bits) on interface \\.\pipe\wireshark0, id 0Interface 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: 42Frame 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: 0x0000Frame 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-bitSequence Number: 90Destination PAN: 0xc517Destination: 0xffffSource: 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: 0x0000Frame Control Field: 0x1209, Frame Type: Command, Discover Route: Suppress, Security, Extended Source CommandDestination: 0xfffdSource: 0x0000Radius: 30Sequence Number: 167Extended Source: TexasIns_00:1d:1a:88:a7 (00:12:4b:00:1d:1a:88:a7)ZigBee Security HeaderCommand Frame: Route Request

,

YiKai Chen:

可以把抓包檔附上嗎?

,

Xin Yang:

https://www.ti2k.com/wp-content/uploads/ti2k/DeyiSupport_Zigbee_redir

wireshark的抓包文档

,

YiKai Chen:

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

,

Xin Yang:

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

,

Xin Yang:

https://www.ti2k.com/wp-content/uploads/ti2k/DeyiSupport_Zigbee_redir

这是重新抓的

,

YiKai Chen:

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

,

Shuyang Zhong:

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

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

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

,

Xin Yang:

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

赞(0)
未经允许不得转载:TI中文支持网 » CC2530: 基于ZStack3.0.2执行zcl_SendRead时发现疑问
分享到: 更多 (0)