aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-14 20:37:07 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-14 20:37:07 +0000
commitfd6901b0c9ec3b29ed22f2bc1f3f65630455daab (patch)
treed35fe7f51221f93cc9a20e762a08cc315038ecd8 /etypes.h
parent2d0a0be25208dc0b34975ffed29bb9765f078da4 (diff)
As long as we're supporting PPP protocol types over Ethernet, we might
as well just include "ppptypes.h" in "packet-ethertype.c", rather than defining ETHERTYPE_ values equal to the corresponding PPP_ values, and add entries for the PPP protocols we now dissect when running atop Ethernet. svn path=/trunk/; revision=3548
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/etypes.h b/etypes.h
index 47f4a672f9..e1c5afaf62 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.20 2001/06/14 20:05:12 guy Exp $
+ * $Id: etypes.h,v 1.21 2001/06/14 20:37:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -168,9 +168,6 @@
#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 */