aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/idmp/packet-idmp-template.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-30 19:40:02 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-30 19:40:02 +0000
commitb575dbdc62323bda3910b8d7eaa4e2daeb3341e3 (patch)
treecfa68d8186a6d92461027eb2887f8761c83484fb /asn1/idmp/packet-idmp-template.c
parent2faa612c9134fb77c8876468f48341e9638ae725 (diff)
Cleanup reassembly hf entries.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34292 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/idmp/packet-idmp-template.c')
-rw-r--r--asn1/idmp/packet-idmp-template.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/asn1/idmp/packet-idmp-template.c b/asn1/idmp/packet-idmp-template.c
index 522204f46a..6ed10eceb5 100644
--- a/asn1/idmp/packet-idmp-template.c
+++ b/asn1/idmp/packet-idmp-template.c
@@ -287,28 +287,27 @@ void proto_register_idmp(void) {
/* Fragment entries */
{ &hf_idmp_fragments,
{ "IDMP fragments", "idmp.fragments", FT_NONE, BASE_NONE,
- NULL, 0x00, "Message fragments", HFILL } },
+ NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment,
{ "IDMP fragment", "idmp.fragment", FT_FRAMENUM, BASE_NONE,
- NULL, 0x00, "Message fragment", HFILL } },
+ NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_overlap,
{ "IDMP fragment overlap", "idmp.fragment.overlap", FT_BOOLEAN,
- BASE_NONE, NULL, 0x00, "Message fragment overlap", HFILL } },
+ BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_overlap_conflicts,
{ "IDMP fragment overlapping with conflicting data",
- "idmp.fragment.overlap.conflicts", FT_BOOLEAN, BASE_NONE, NULL,
- 0x00, "Message fragment overlapping with conflicting data", HFILL } },
+ "idmp.fragment.overlap.conflicts", FT_BOOLEAN, BASE_NONE,
+ NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_multiple_tails,
{ "IDMP has multiple tail fragments",
"idmp.fragment.multiple_tails", FT_BOOLEAN, BASE_NONE,
- NULL, 0x00, "Message has multiple tail fragments", HFILL } },
+ NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_too_long_fragment,
{ "IDMP fragment too long", "idmp.fragment.too_long_fragment",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, "Message fragment too long",
- HFILL } },
+ FT_BOOLEAN, BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_fragment_error,
{ "IDMP defragmentation error", "idmp.fragment.error", FT_FRAMENUM,
- BASE_NONE, NULL, 0x00, "Message defragmentation error", HFILL } },
+ BASE_NONE, NULL, 0x00, NULL, HFILL } },
{ &hf_idmp_reassembled_in,
{ "Reassembled IDMP in frame", "idmp.reassembled.in", FT_FRAMENUM, BASE_NONE,
NULL, 0x00, "This IDMP packet is reassembled in this frame", HFILL } },