aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-19 23:02:44 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-19 23:02:44 +0000
commit0fa45bb541cd927ff1fd8b5cb3f8f4535d0e1b50 (patch)
tree39e71d3f736bb959b205fc75f44312f0b79afd95 /packet-ipv6.c
parent477cefc2d5af64ed6d46e5bea91eebe5a9618350 (diff)
FT_UINTn and FT_INTn fields must always have a base selected for them;
otherwise, the filtering GUI gets very upset when you try to construct a filter expression to test the value of that field. Make them BASE_DEC. svn path=/trunk/; revision=3334
Diffstat (limited to 'packet-ipv6.c')
-rw-r--r--packet-ipv6.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-ipv6.c b/packet-ipv6.c
index ce4da4d530..8ed3243b95 100644
--- a/packet-ipv6.c
+++ b/packet-ipv6.c
@@ -1,7 +1,7 @@
/* packet-ipv6.c
* Routines for IPv6 packet disassembly
*
- * $Id: packet-ipv6.c,v 1.53 2001/04/17 06:43:18 guy Exp $
+ * $Id: packet-ipv6.c,v 1.54 2001/04/19 23:02:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -869,15 +869,15 @@ proto_register_ipv6(void)
"" }},
{ &hf_ipv6_mipv6_sub_type,
{ "Sub-Option Type ", "ipv6.mipv6_sub_type",
- FT_UINT8, BASE_NONE, NULL, 0x0,
+ FT_UINT8, BASE_DEC, NULL, 0x0,
"" }},
{ &hf_ipv6_mipv6_sub_length,
{ "Sub-Option Length ", "ipv6.mipv6_sub_length",
- FT_UINT8, BASE_NONE, NULL, 0x0,
+ FT_UINT8, BASE_DEC, NULL, 0x0,
"" }},
{ &hf_ipv6_mipv6_sub_unique_ID,
{ "Unique Identifier ", "ipv6.mipv6_sub_unique_ID",
- FT_UINT16, BASE_NONE, NULL, 0x0,
+ FT_UINT16, BASE_DEC, NULL, 0x0,
"" }},
{ &hf_ipv6_mipv6_sub_alternative_COA,
{ "Alternative Care of Address ", "ipv6.mipv6_sub_alternative_COA",