PPP_COMP
} else if (proto == PPP_COMP) {
{ PPP_COMP, "Compressed Data", NULL, NULL, NULL },
if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG)
*wptr++ = PPP_COMP>>8; /* change the protocol */
*wptr++ = PPP_COMP;
if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG)
if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG)
wptr[2] = PPP_COMP >> 8;
wptr[3] = PPP_COMP;
if (rptr == NULL || *rptr == PPP_COMP || *rptr == PPP_COMPFRAG)
if ((proto == PPP_COMP) || (proto == PPP_COMPFRAG)) {