surepet
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| surepet [2021/02/02 08:24] – mark | surepet [2025/05/09 05:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| {{https:// | {{https:// | ||
| + | |||
| + | The best link so fare is: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | |||
| + | ====== Protocol Sniff ====== | ||
| + | |||
| + | Ideally we would use the Zena sniffer, however I seem to of bricked it. | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | The Zena software allows for protocol decode of the MiWi P2P protocol. | ||
| + | |||
| + | So instead for now we are using a UZBee+. | ||
| + | |||
| + | {{https:// | ||
| + | |||
| + | |||
| + | After creating a simple sniffer tool, when the " | ||
| + | |||
| + | b' | ||
| + | |||
| + | The MAC address is printed on the bottom of the device, This matches the above packet. | ||
| + | |||
| + | 1343C832FFFFFFFF6E2A02C0F9D5B370072FECE8 | ||
| + | |||
| + | 13=Length | ||
| + | |||
| + | So | ||
| + | |||
| + | 43C832FFFFFFFF6E2A02C0F9D5B370072FECE8 | ||
| + | |||
| + | 6E2A02C0F9D5B370=Mac (reversed) | ||
| + | |||
| + | |||
| + | The P2P protocol is documented in the following document: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| + | So the full payload decodes as: | ||
| + | |||
| + | |||
| + | * 43C8=Frame Control | ||
| + | * 32=Sequence Number | ||
| + | * FFFF=Destination PAN ID | ||
| + | * FFFF=Destination Address | ||
| + | * Source PAN ID (0 bytes) | ||
| + | * 6E2A02C0F9D5B370=Source Address | ||
| + | * 072F=Payload | ||
| + | * ECE8=Frame Check | ||
| + | |||
| + | |||
| + | And the Frame Control: | ||
| + | |||
| + | 43C8= | ||
| + | |||
| + | |||
| + | |||
| + | Test 1: | ||
| + | |||
| + | 16 | ||
| + | |||
| + | |||
| + | CC01 | ||
| + | 00 | ||
| + | FFFF | ||
| + | 70B3D5F9C0022A6E | ||
| + | 70B3D5F9C0022AD4BE | ||
| + | |||
| + | |||
| + | * CC01=Frame Control | ||
| + | * 00=Sequence Number | ||
| + | * FFFF=Destination PAN ID | ||
| + | * 70B3D5F9C0022A6E=Destination Address | ||
| + | * Source PAN ID (0 bytes) | ||
| + | * 70B3D5F9C0022AD4=Source Address | ||
| + | * 072F=Payload | ||
| + | * ECE8=Frame Check | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
surepet.1612254278.txt.gz · Last modified: 2025/05/09 05:28 (external edit)
