summaryrefslogtreecommitdiff
path: root/ppp.h
diff options
context:
space:
mode:
authorassar <assar>1999-11-21 03:43:56 +0000
committerassar <assar>1999-11-21 03:43:56 +0000
commitdf84a2d9e73043aedf200a16058270a66ef81894 (patch)
tree305b452d016238163f643336e53e3b4ec4c6e519 /ppp.h
parentd4fbe2578062763911aab48d44bbfe6587a88a0a (diff)
downloadtcpdump-df84a2d9e73043aedf200a16058270a66ef81894.tar.gz
(ppptyp2str): add declaration. From kuznet@ms2.inr.ac.ru
Diffstat (limited to 'ppp.h')
-rw-r--r--ppp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppp.h b/ppp.h
index 44ded00c..71f459d1 100644
--- 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[];