aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-24 21:42:13 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-24 21:42:13 +0000
commit2e94fc8139c9260a983c737bdddea36eb5d84343 (patch)
tree158174ef59d157ed016aebdcd134e706030f7fed /packet-mip6.c
parentfa1ee7667b0483231f6689b25920953e88f035e4 (diff)
Preserve 62 as an (old) IP protocol type for mobility headers.
svn path=/trunk/; revision=9074
Diffstat (limited to 'packet-mip6.c')
-rw-r--r--packet-mip6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-mip6.c b/packet-mip6.c
index 26740c411d..59544911bb 100644
--- a/packet-mip6.c
+++ b/packet-mip6.c
@@ -1,6 +1,6 @@
/* packet-mip6.c
*
- * $Id: packet-mip6.c,v 1.4 2003/07/11 21:03:13 guy Exp $
+ * $Id: packet-mip6.c,v 1.5 2003/11/24 21:42:13 guy Exp $
*
* Routines for Mobile IPv6 dissection (draft-ietf-mobileip-ipv6-20.txt)
* Copyright 2003 Oy L M Ericsson Ab <teemu.rinta-aho@ericsson.fi>
@@ -687,5 +687,6 @@ proto_reg_handoff_mip6(void)
/* mip6_handle = find_dissector("mipv6"); */
mip6_handle = create_dissector_handle(dissect_mip6, proto_mip6);
+ dissector_add("ip.proto", IP_PROTO_MIPV6_OLD, mip6_handle);
dissector_add("ip.proto", IP_PROTO_MIPV6, mip6_handle);
}