X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fchap.h;h=682ecb864d170e6b66e5dccdfd10b521d3dcbe3a;hp=e91d4fb524a064985f6fc0840fc4bb386b23359f;hb=08d8e50ecd9e7188b8c9781bd37b3f48009ca524;hpb=0b63a24d54ba4708c88e31bdd74b0145956c1478 diff --git a/pppd/chap.h b/pppd/chap.h index e91d4fb..682ecb8 100644 --- a/pppd/chap.h +++ b/pppd/chap.h @@ -1,6 +1,5 @@ /* * chap.h - Cryptographic Handshake Authentication Protocol definitions. - * based on November 1991 draft of PPP Authentication RFC * * Copyright (c) 1991 Gregory M. Christy * All rights reserved. @@ -16,13 +15,13 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.1 1993/11/11 03:54:25 paulus Exp $ + * $Id: chap.h,v 1.2 1994/04/11 07:13:44 paulus Exp $ */ #ifndef __CHAP_INCLUDE__ /* Code + ID + length */ -#define CHAP_HEADERLEN (sizeof (u_char) + sizeof (u_char) + sizeof (u_short)) +#define CHAP_HEADERLEN 4 /* * CHAP codes. @@ -106,6 +105,8 @@ void ChapLowerUp __ARGS((int)); void ChapLowerDown __ARGS((int)); void ChapInput __ARGS((int, u_char *, int)); void ChapProtocolReject __ARGS((int)); +int ChapPrintPkt __ARGS((u_char *, int, + void (*) __ARGS((void *, char *, ...)), void *)); #define __CHAP_INCLUDE__ #endif /* __CHAP_INCLUDE__ */