]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(ppptyp2str): add declaration. From [email protected]
authorassar <assar>
Sun, 21 Nov 1999 03:43:56 +0000 (03:43 +0000)
committerassar <assar>
Sun, 21 Nov 1999 03:43:56 +0000 (03:43 +0000)
ppp.h

diff --git a/ppp.h b/ppp.h
index 44ded00c0ca5f100476670e46cd5fc598919168b..71f459d1bcc1afe9808334dda637e0f2d7231238 100644 (file)
--- a/ppp.h
+++ b/ppp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.7 1999-10-07 23:47:11 mcr Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.8 1999-11-21 03:43:56 assar Exp $ (LBL) */
 /*
  * Point to Point Protocol (PPP) RFC1331
  *
@@ -48,3 +48,4 @@
 #define PPP_PAP                0xc023  /* Password Authentication Protocol */
 #define PPP_LQM                0xc025  /* Link Quality Monitoring */
 #define PPP_CHAP       0xc223  /* Challenge Handshake Authentication Protocol */
+extern struct tok ppptype2str[];