aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-09 19:12:28 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-09 19:12:28 +0000
commit4327dbeef05171b7c9bda0db9ed09bc8f8eb28ba (patch)
treee24810da791a3c65fb1b6c3cd8f9121114c8268d
parenteae0fb9b981e534c655aa6da40c83bc16aace4d5 (diff)
Note that the link-layer types 170 and 171 are reserved (GFP-T is a bit
ugly, as it encapsulates, for example, the 8B/10B code for gigabit Ethernet and Fibre Channel, so code to read it might have to decode that; GPF-F isn't so bad). svn path=/trunk/; revision=12700
-rw-r--r--wiretap/libpcap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 3f43115efe..f1052ffc0a 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -348,6 +348,11 @@ static const struct {
{ 169, WTAP_ENCAP_GPRS_LLC },
/*
+ * 170 and 171 are reserved for ITU-T G.7041/Y.1303 Generic
+ * Framing Procedure.
+ */
+
+ /*
* To repeat:
*
* If you need a new encapsulation type for libpcap files, do