aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/libpcap.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-05-11 11:24:17 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-05-11 11:24:17 +0000
commit4e3c7cc716c42bfc710683b5df32a8c2578ef2c4 (patch)
tree689c7efc9069f5d61752ef84aac4936ca912b7d1 /wiretap/libpcap.c
parentfcab322ada6b72863c18bfbf92cb7324c312529a (diff)
From Hannes Gredler
support for Juniper PPPOE encapsulation svn path=/trunk/; revision=14346
Diffstat (limited to 'wiretap/libpcap.c')
-rw-r--r--wiretap/libpcap.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 25c741b0c9..2fc7b78a02 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -356,8 +356,13 @@ static const struct {
* of the 0xff03 header, the 0xff, is replaced by a direction
* byte. I don't know whether any captures look like that,
* but it is used for some Linux IP filtering (ipfilter?).
- *
- * 167 and 168 are reserved for more Juniper private-chassis-
+ */
+
+ /* Ethernet PPPoE frames captured on a service PIC */
+ { 167, WTAP_ENCAP_JUNIPER_PPPOE },
+
+ /*
+ * 168 is reserved for more Juniper private-chassis-
* internal meta-information.
*/