From 4327dbeef05171b7c9bda0db9ed09bc8f8eb28ba Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 9 Dec 2004 19:12:28 +0000 Subject: 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 --- wiretap/libpcap.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wiretap') diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c index 3f43115efe..f1052ffc0a 100644 --- a/wiretap/libpcap.c +++ b/wiretap/libpcap.c @@ -347,6 +347,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: * -- cgit v1.2.3