| 42 | = Protocol informatie = |
| 43 | |
| 44 | Het protocol bestaat uit een simpelle ethernet-broadcast: |
| 45 | * Ethernet type: 0x1337 |
| 46 | * Data field: The ID supplied to the syndog command, trailed with 00's. |
| 47 | |
| 48 | Tcp dump output: |
| 49 | |
| 50 | {{{ |
| 51 | root@server # tcpdump -i wlan0 |
| 52 | tcpdump: verbose output suppressed, use -v or -vv for full protocol decode |
| 53 | listening on wlan0, link-type EN10MB (Ethernet), capture size 96 bytes |
| 54 | 22:49:59.094503 00:0c:29:83:8b:95 (oui Unknown) > Broadcast, ethertype Unknown (0x1337), length 60: |
| 55 | 0x0000: 6363 6663 6233 6264 2d38 6136 342d 3434 ccfcb3bd-8a64-44 |
| 56 | 0x0010: 3563 2d61 3461 352d 3063 6663 6162 3261 5c-a4a5-0cfcab2a |
| 57 | 0x0020: 6638 6666 0000 0000 0000 0000 0000 f8ff.......... |
| 58 | 22:49:59.094757 00:0c:29:83:8b:9f (oui Unknown) > Broadcast, ethertype Unknown (0x1337), length 60: |
| 59 | 0x0000: 6363 6663 6233 6264 2d38 6136 342d 3434 ccfcb3bd-8a64-44 |
| 60 | 0x0010: 3563 2d61 3461 352d 3063 6663 6162 3261 5c-a4a5-0cfcab2a |
| 61 | 0x0020: 6638 6666 0000 0000 0000 0000 0000 f8ff.......... |
| 62 | 22:50:00.188907 00:0c:29:83:8b:95 (oui Unknown) > Broadcast, ethertype Unknown (0x1337), length 60: |
| 63 | 0x0000: 6363 6663 6233 6264 2d38 6136 342d 3434 ccfcb3bd-8a64-44 |
| 64 | 0x0010: 3563 2d61 3461 352d 3063 6663 6162 3261 5c-a4a5-0cfcab2a |
| 65 | 0x0020: 6638 6666 0000 0000 0000 0000 0000 f8ff.......... |
| 66 | 22:50:00.189142 00:0c:29:83:8b:9f (oui Unknown) > Broadcast, ethertype Unknown (0x1337), length 60: |
| 67 | 0x0000: 6363 6663 6233 6264 2d38 6136 342d 3434 ccfcb3bd-8a64-44 |
| 68 | 0x0010: 3563 2d61 3461 352d 3063 6663 6162 3261 5c-a4a5-0cfcab2a |
| 69 | 0x0020: 6638 6666 0000 0000 0000 0000 0000 f8ff.......... |
| 70 | }}} |