aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mip6.c')
-rw-r--r--epan/dissectors/packet-mip6.c94
1 files changed, 47 insertions, 47 deletions
diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c
index d95fc99ea2..ab89e2e824 100644
--- a/epan/dissectors/packet-mip6.c
+++ b/epan/dissectors/packet-mip6.c
@@ -979,58 +979,58 @@ proto_register_mip6(void)
{ &hf_mip6_proto, { "Payload protocol", "mip6.proto",
FT_UINT8, BASE_DEC, NULL, 0,
- "Payload protocol", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_hlen, { "Header length", "mip6.hlen",
FT_UINT8, BASE_DEC, NULL, 0,
- "Header length", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_mhtype, { "Mobility Header Type", "mip6.mhtype",
FT_UINT8, BASE_DEC, VALS(mip6_mh_types), 0,
- "Mobility Header Type", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_reserved, { "Reserved", "mip6.reserved",
FT_UINT8, BASE_HEX, NULL, 0,
- "Reserved", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_csum, { "Checksum", "mip6.csum",
FT_UINT16, BASE_HEX, NULL, 0,
"Header Checksum", HFILL }},
{ &hf_mip6_hoti_cookie, { "Home Init Cookie", "mip6.hoti.cookie",
FT_UINT64, BASE_HEX, NULL, 0,
- "Home Init Cookie", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_coti_cookie, { "Care-of Init Cookie", "mip6.coti.cookie",
FT_UINT64, BASE_HEX, NULL, 0,
- "Care-of Init Cookie", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_hot_nindex, { "Home Nonce Index", "mip6.hot.nindex",
FT_UINT16, BASE_DEC, NULL, 0,
- "Home Nonce Index", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_hot_cookie, { "Home Init Cookie", "mip6.hot.cookie",
FT_UINT64, BASE_HEX, NULL, 0,
- "Home Init Cookie", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_hot_token, { "Home Keygen Token", "mip6.hot.token",
FT_UINT64, BASE_HEX, NULL, 0,
- "Home Keygen Token", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_cot_nindex, { "Care-of Nonce Index", "mip6.cot.nindex",
FT_UINT16, BASE_DEC, NULL, 0,
- "Care-of Nonce Index", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_cot_cookie, { "Care-of Init Cookie", "mip6.cot.cookie",
FT_UINT64, BASE_HEX, NULL, 0,
- "Care-of Init Cookie", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_cot_token, { "Care-of Keygen Token", "mip6.cot.token",
FT_UINT64, BASE_HEX, NULL, 0,
- "Care-of Keygen Token", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_bu_seqnr, { "Sequence number", "mip6.bu.seqnr",
FT_UINT16, BASE_DEC, NULL, 0,
- "Sequence number", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_bu_a_flag, { "Acknowledge (A) flag", "mip6.bu.a_flag",
FT_BOOLEAN, 8, TFS(&mip6_bu_a_flag_value),
- 0x80, "Acknowledge (A) flag", HFILL }},
+ 0x80, NULL, HFILL }},
{ &hf_mip6_bu_h_flag, { "Home Registration (H) flag",
"mip6.bu.h_flag",
FT_BOOLEAN, 8, TFS(&mip6_bu_h_flag_value),
- 0x40, "Home Registration (H) flag", HFILL }},
+ 0x40, NULL, HFILL }},
{ &hf_mip6_bu_l_flag, { "Link-Local Compatibility (L) flag",
"mip6.bu.l_flag",
FT_BOOLEAN, 8, TFS(&mip6_bu_l_flag_value),
@@ -1038,26 +1038,26 @@ proto_register_mip6(void)
{ &hf_mip6_bu_k_flag, { "Key Management Compatibility (K) flag",
"mip6.bu.k_flag",
FT_BOOLEAN, 8, TFS(&mip6_bu_k_flag_value),
- 0x10, "Key Management Compatibility (K) flag",
+ 0x10, NULL,
HFILL }},
{ &hf_mip6_bu_m_flag, { "MAP Registration Compatibility (M) flag",
"mip6.bu.m_flag",
FT_BOOLEAN, 8, TFS(&mip6_bu_m_flag_value),
- 0x08, "MAP Registration Compatibility (M) flag",
+ 0x08, NULL,
HFILL }},
{ &hf_nemo_bu_r_flag, { "Mobile Router (R) flag",
"nemo.bu.r_flag",
FT_BOOLEAN, 8, TFS(&nemo_bu_r_flag_value),
- 0x04, "Mobile Router (R) flag",
+ 0x04, NULL,
HFILL }},
{ &hf_proxy_bu_p_flag, { "Proxy Registration (P) flag",
"mip6.bu.p_flag",
FT_BOOLEAN, 8, TFS(&proxy_bu_p_flag_value),
- 0x02, "Proxy Registration (P) flag",
+ 0x02, NULL,
HFILL }},
{ &hf_mip6_bu_lifetime, { "Lifetime", "mip6.bu.lifetime",
FT_UINT16, BASE_DEC, NULL, 0,
- "Lifetime", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_ba_status, { "Status", "mip6.ba.status",
FT_UINT8, BASE_DEC,
@@ -1066,44 +1066,44 @@ proto_register_mip6(void)
{ &hf_mip6_ba_k_flag, { "Key Management Compatibility (K) flag",
"mip6.ba.k_flag",
FT_BOOLEAN, 8, TFS(&mip6_bu_k_flag_value),
- 0x80, "Key Management Compatibility (K) flag",
+ 0x80, NULL,
HFILL }},
{ &hf_nemo_ba_r_flag, { "Mobile Router (R) flag",
"nemo.ba.r_flag",
FT_BOOLEAN, 8, TFS(&nemo_bu_r_flag_value),
- 0x40, "Mobile Router (R) flag",
+ 0x40, NULL,
HFILL }},
{ &hf_proxy_ba_p_flag, { "Proxy Registration (P) flag",
"proxy.ba.p_flag",
FT_BOOLEAN, 8, TFS(&proxy_bu_p_flag_value),
- 0x20, "Proxy Registration (P) flag",
+ 0x20, NULL,
HFILL }},
{ &hf_mip6_ba_seqnr, { "Sequence number", "mip6.ba.seqnr",
FT_UINT16, BASE_DEC, NULL, 0,
- "Sequence number", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_ba_lifetime, { "Lifetime", "mip6.ba.lifetime",
FT_UINT16, BASE_DEC, NULL, 0,
- "Lifetime", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_be_status, { "Status", "mip6.be.status",
FT_UINT8, BASE_DEC,
VALS(&mip6_be_status_value), 0,
"Binding Error status", HFILL }},
{ &hf_mip6_be_haddr, { "Home Address", "mip6.be.haddr",
- FT_IPv6, BASE_HEX, NULL, 0,
- "Home Address", HFILL }},
+ FT_IPv6, BASE_NONE, NULL, 0,
+ NULL, HFILL }},
{ &hf_fmip6_fbu_seqnr, { "Sequence number", "fmip6.fbu.seqnr",
FT_UINT16, BASE_DEC, NULL, 0,
- "Sequence number", HFILL }},
+ NULL, HFILL }},
{ &hf_fmip6_fbu_a_flag, { "Acknowledge (A) flag", "fmip6.fbu.a_flag",
FT_BOOLEAN, 8, TFS(&fmip6_fbu_a_flag_value),
- 0x80, "Acknowledge (A) flag", HFILL }},
+ 0x80, NULL, HFILL }},
{ &hf_fmip6_fbu_h_flag, { "Home Registration (H) flag",
"fmip6.fbu.h_flag",
FT_BOOLEAN, 8, TFS(&fmip6_fbu_h_flag_value),
- 0x40, "Home Registration (H) flag", HFILL }},
+ 0x40, NULL, HFILL }},
{ &hf_fmip6_fbu_l_flag, { "Link-Local Compatibility (L) flag",
"fmip6.fbu.l_flag",
FT_BOOLEAN, 8, TFS(&fmip6_fbu_l_flag_value),
@@ -1111,11 +1111,11 @@ proto_register_mip6(void)
{ &hf_fmip6_fbu_k_flag, { "Key Management Compatibility (K) flag",
"fmip6.fbu.k_flag",
FT_BOOLEAN, 8, TFS(&fmip6_fbu_k_flag_value),
- 0x10, "Key Management Compatibility (K) flag",
+ 0x10, NULL,
HFILL }},
{ &hf_fmip6_fbu_lifetime, { "Lifetime", "fmip6.fbu.lifetime",
FT_UINT16, BASE_DEC, NULL, 0,
- "Lifetime", HFILL }},
+ NULL, HFILL }},
{ &hf_fmip6_fback_status, { "Status", "fmip6.fback.status",
FT_UINT8, BASE_DEC,
@@ -1124,52 +1124,52 @@ proto_register_mip6(void)
{ &hf_fmip6_fback_k_flag, { "Key Management Compatibility (K) flag",
"fmip6.fback.k_flag",
FT_BOOLEAN, 8, TFS(&fmip6_fbu_k_flag_value),
- 0x80, "Key Management Compatibility (K) flag",
+ 0x80, NULL,
HFILL }},
{ &hf_fmip6_fback_seqnr, { "Sequence number", "fmip6.fback.seqnr",
FT_UINT16, BASE_DEC, NULL, 0,
- "Sequence number", HFILL }},
+ NULL, HFILL }},
{ &hf_fmip6_fback_lifetime, { "Lifetime", "fmip6.fback.lifetime",
FT_UINT16, BASE_DEC, NULL, 0,
- "Lifetime", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_bra_interval, { "Refresh interval", "mip6.bra.interval",
FT_UINT16, BASE_DEC, NULL, 0,
- "Refresh interval", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_acoa_acoa, { "Alternate care-of address", "mip6.acoa.acoa",
- FT_IPv6, BASE_HEX, NULL, 0,
+ FT_IPv6, BASE_NONE, NULL, 0,
"Alternate Care-of address", HFILL }},
{ &hf_mip6_ni_hni, { "Home nonce index", "mip6.ni.hni",
FT_UINT16, BASE_DEC, NULL, 0,
- "Home nonce index", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_ni_cni, { "Care-of nonce index", "mip6.ni.cni",
FT_UINT16, BASE_DEC, NULL, 0,
- "Care-of nonce index", HFILL }},
+ NULL, HFILL }},
{ &hf_mip6_bad_auth, { "Authenticator", "mip6.bad.auth",
- FT_BYTES, BASE_HEX, NULL, 0,
- "Authenticator", HFILL }},
+ FT_BYTES, BASE_NONE, NULL, 0,
+ NULL, HFILL }},
{ &hf_fmip6_lla_optcode, { "Option-Code", "mip6.lla.optcode",
FT_UINT8, BASE_DEC, VALS(&fmip6_lla_optcode_value), 0,
- "Option-Code", HFILL }},
+ NULL, HFILL }},
{ &hf_nemo_mnp_pfl, { "Mobile Network Prefix Length", "nemo.mnp.pfl",
FT_UINT8, BASE_DEC, NULL, 0,
- "Mobile Network Prefix Length", HFILL }},
+ NULL, HFILL }},
{ &hf_nemo_mnp_mnp, { "Mobile Network Prefix", "nemo.mnp.mnp",
- FT_IPv6, BASE_HEX, NULL, 0,
- "Mobile Network Prefix", HFILL }},
+ FT_IPv6, BASE_NONE, NULL, 0,
+ NULL, HFILL }},
{ &hf_mip6_mnid_subtype, { "Subtype", "mip6.mnid.subtype",
FT_UINT8, BASE_DEC, VALS(&mip6_mnid_subtype_value), 0,
- "Subtype", HFILL }},
+ NULL, HFILL }},
{ &hf_pmip6_timestamp, { "Timestamp", "pmip6.timestamp",
- FT_BYTES, BASE_NONE, NULL, 0, "Timestamp", HFILL }},
+ FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL }},
};
/* Setup protocol subtree array */