Cover V03, I01
Article
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Listing 1
Listing 2
Listing 3
Listing 4
Listing 5
Listing 6
Listing 7
Listing 8
Listing 9
Table 1

jan94.tar


Figure 4: Overview of a SLIP packet


C0 45 00 00 54 00 01 00    00 40 01 58 91 80 7F 1E


DB DC 80 7F 02 DB DD 08    00 0D FB EA 03 00 01 00


00 00 00 00 00 00 00 00    00 00 00 00 00 00 00 00


00 00 00 00 00 00 00 00    00 00 00 00 00 00 00 C0


C0 is the SLIP "END" character.  Most SLIP implementations
use this at the beginning of the packet as well.

DB is the SLIP "ESC" character.  SLIP uses this character
to replace special characters in the data stream.  The
DB DC above is the replacement for C0.  The DB DD replaces
the ESC token, DB.