aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-14 20:05:13 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-14 20:05:13 +0000
commit2d0a0be25208dc0b34975ffed29bb9765f078da4 (patch)
tree8a81cd51994366c8e70fc53caa7648a97dc55b2a /etypes.h
parenta077ae8a6f0c2367b7914739a379d99769f9baf5 (diff)
LCP-over Ethernet and IPCP-over-Ethernet support, from Laurent Rabret.
svn path=/trunk/; revision=3547
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 77f8ed8cf9..47f4a672f9 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.19 2001/05/28 20:18:08 guy Exp $
+ * $Id: etypes.h,v 1.20 2001/06/14 20:05:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -168,6 +168,9 @@
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif
+#ifndef ETHERTYPE_PAP
+#define ETHERTYPE_PAP 0xC023 /* Quick & dirty. just to indicate the PAP protocol*/
+#endif
extern const value_string etype_vals[];
#endif /* etypes.h */