aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-28 04:19:09 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-28 04:19:09 +0000
commite942fe5f3166ee7ae4a1a142d5ec6e623842264e (patch)
treeabc45aa67eb988127ed3133428b70f002ad6363a /wiretap
parent0efe324371b1dd469f409616d3b02b0f23e27563 (diff)
Add string representation for WTAP_ENCAP_PPP_WITH_PHDR
svn path=/trunk/; revision=2464
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index dd6a34e39e..74a3915e5b 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -1,6 +1,6 @@
/* wtap.c
*
- * $Id: wtap.c,v 1.47 2000/09/07 05:34:22 gram Exp $
+ * $Id: wtap.c,v 1.48 2000/09/28 04:19:09 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -115,6 +115,10 @@ const static struct encap_type_info {
/* WTAP_ENCAP_V120 */
{ "V.120", "v120" },
+
+ /* WTAP_ENCAP_PPP_WITH_PHDR */
+ { "PPP with Directional Info", "ppp-with-direction" },
+
};
/* Name that should be somewhat descriptive. */