aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/iptrace.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-03-30 21:41:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-03-30 21:41:11 +0000
commitc74451becdba8bca9ec71d50abae3cf0b1cee95d (patch)
tree83043238e0a407f012fe3c9becb54de842b1bfcc /wiretap/iptrace.c
parenta02c9146d5c95b810c8ccdeedba2a64a3e568efd (diff)
Jochen Friedrich <jochen@nwe.de>
protocol type 0x0c in AIX iptrace is used for the IBM SP switch devices. Encoding is RAW IP... svn path=/trunk/; revision=1767
Diffstat (limited to 'wiretap/iptrace.c')
-rw-r--r--wiretap/iptrace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/iptrace.c b/wiretap/iptrace.c
index 69dc53545b..a4f97ac6aa 100644
--- a/wiretap/iptrace.c
+++ b/wiretap/iptrace.c
@@ -1,6 +1,6 @@
/* iptrace.c
*
- * $Id: iptrace.c,v 1.25 2000/02/19 08:00:06 guy Exp $
+ * $Id: iptrace.c,v 1.26 2000/03/30 21:41:11 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -351,7 +351,7 @@ wtap_encap_ift(unsigned int ift)
/* 0x9 */ WTAP_ENCAP_TR, /* IFT_ISO88025 */
/* 0xa */ WTAP_ENCAP_UNKNOWN, /* IFT_ISO88026 */
/* 0xb */ WTAP_ENCAP_UNKNOWN, /* IFT_STARLAN */
-/* 0xc */ WTAP_ENCAP_UNKNOWN, /* IFT_P10 */
+/* 0xc */ WTAP_ENCAP_RAW_IP, /* IFT_P10, IBM SP switch */
/* 0xd */ WTAP_ENCAP_UNKNOWN, /* IFT_P80 */
/* 0xe */ WTAP_ENCAP_UNKNOWN, /* IFT_HY */
/* 0xf */ WTAP_ENCAP_FDDI_BITSWAPPED, /* IFT_FDDI */