aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-30 04:58:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-30 04:58:06 +0000
commit901f07af6028383568443bc6a76f9ac7c61ace68 (patch)
tree4620fb35ad13fe6d4db825347883c8f5ad07004e /wiretap/wtap.c
parent015b486dc97bde1fc178d4e3cd741e9e5ca52d9d (diff)
From Martin Mathieson:
wiretap/README.developer - the referenced default seek_read function doesn't exist now wiretap/wtap.c - a "hole" in encap_table was causing the wrong encap value for later types to be looked up (by name) mergecap.c - fix a couple of program name copy+paste errors from editcap.c svn path=/trunk/; revision=17765
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 3400ff1a05..8e1137151f 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -351,6 +351,9 @@ static const struct encap_type_info {
/* WTAP_ENCAP_JUNIPER_CHDLC */
{ "Juniper C-HDLC", "juniper-chdlc" },
+
+ /* WTAP_ENCAP_JUNIPER_GGSN */
+ { "Juniper GGSN", "juniper-ggsn" },
/* WTAP_ENCAP_LINUX_LAPD */
{ "LAPD", "lapd" },