Created
June 14, 2014 07:29
-
-
Save chrissnell/80397479c88f38f5af0e to your computer and use it in GitHub Desktop.
AX.25 Packet Dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Byte# HexVal Char Char>>1 Binary | |
----- ------ ---- ------- ------ | |
0 0xc0 À ` 11000000 | |
1 0x0 00000000 | |
2 0x82 A 10000010 | |
3 0xa0 P 10100000 | |
4 0xb4 ´ Z 10110100 | |
5 0x60 ` 0 01100000 | |
6 0x60 ` 0 01100000 | |
7 0x62 b 1 01100010 | |
8 0xe0 à p 11100000 | |
9 0x9c N 10011100 | |
10 0xae ® W 10101110 | |
11 0x6a j 5 01101010 | |
12 0xae ® W 10101110 | |
13 0x20 00100000 | |
14 0x20 00100000 | |
15 0x6e n 7 01101110 | |
16 0xae ® W 10101110 | |
17 0x92 I 10010010 | |
18 0x88 D 10001000 | |
19 0x8a E 10001010 | |
20 0x64 d 2 01100100 | |
21 0x20 00100000 | |
22 0x65 e 2 01100101 | |
23 0x3 00000011 | |
24 0xf0 ð x 11110000 | |
25 0x3a : 00111010 | |
26 0x60 ` 0 01100000 | |
27 0x32 2 00110010 | |
28 0x38 8 00111000 | |
29 0x33 3 00110011 | |
30 0x6c l 6 01101100 | |
31 0x41 A 01000001 | |
32 0x2b + 00101011 | |
33 0x6a j 5 01101010 | |
34 0x2f / 00101111 | |
35 0x60 ` 0 01100000 | |
36 0x22 " 00100010 | |
37 0x34 4 00110100 | |
38 0x67 g 3 01100111 | |
39 0x7d } > 01111101 | |
40 0x68 h 4 01101000 | |
41 0x74 t : 01110100 | |
42 0x74 t : 01110100 | |
43 0x70 p 8 01110000 | |
44 0x3a : 00111010 | |
45 0x2f / 00101111 | |
46 0x2f / 00101111 | |
47 0x6e n 7 01101110 | |
48 0x77 w ; 01110111 | |
49 0x35 5 00110101 | |
50 0x77 w ; 01110111 | |
51 0x2e . 00101110 | |
52 0x63 c 1 01100011 | |
53 0x6f o 7 01101111 | |
54 0x6d m 6 01101101 | |
55 0x5f _ / 01011111 | |
56 0xc0 À ` 11000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment