here it is again. Hopefully this works.

This commit is contained in:
hipp 1998-03-23 11:45:28 +00:00
parent cbe3bc74d8
commit 434e2a0b75
1 changed files with 11 additions and 0 deletions

11
ipppd/compressions.h Normal file
View File

@ -0,0 +1,11 @@
char *compression_names[256] = {
"OUI", "Predictor type 1", "Predictor type 2", "Puddle Jumper",
NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL,
"Hewlett-Packard PPC", "Stac Electronics LZS", "Microsoft PPC", "Gandalf FZA",
"V.42bis compression", "BSD Compress", NULL, "LZS-DCP",
"MVRCA (Magnalink)", "DCE", "Deflate", NULL,
};