aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-06-23 06:02:12 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-06-23 06:02:12 +0000
commite3ef20f3eab51407035b233cb7ad38f701f3ede3 (patch)
tree1cf988c053f26ce6b1630ab68146fd756b2be95a /asn1/rtse
parent1e4fec00cf9589c19dde2cb19c08f43644d880c4 (diff)
From Kovarththanan Rajaratnam:
Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/packet-rtse-template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index 52be84cda6..520e116627 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -324,18 +324,18 @@ void proto_register_rtse(void) {
NULL, 0x00, "Message fragment", HFILL } },
{ &hf_rtse_fragment_overlap,
{ "RTSE fragment overlap", "rtse.fragment.overlap", FT_BOOLEAN,
- BASE_NONE, NULL, 0x00, "Message fragment overlap", HFILL } },
+ BASE_NONE, NULL, 0x0, "Message fragment overlap", HFILL } },
{ &hf_rtse_fragment_overlap_conflicts,
{ "RTSE fragment overlapping with conflicting data",
"rtse.fragment.overlap.conflicts", FT_BOOLEAN, BASE_NONE, NULL,
- 0x00, "Message fragment overlapping with conflicting data", HFILL } },
+ 0x0, "Message fragment overlapping with conflicting data", HFILL } },
{ &hf_rtse_fragment_multiple_tails,
{ "RTSE has multiple tail fragments",
"rtse.fragment.multiple_tails", FT_BOOLEAN, BASE_NONE,
- NULL, 0x00, "Message has multiple tail fragments", HFILL } },
+ NULL, 0x0, "Message has multiple tail fragments", HFILL } },
{ &hf_rtse_fragment_too_long_fragment,
{ "RTSE fragment too long", "rtse.fragment.too_long_fragment",
- FT_BOOLEAN, BASE_NONE, NULL, 0x00, "Message fragment too long",
+ FT_BOOLEAN, BASE_NONE, NULL, 0x0, "Message fragment too long",
HFILL } },
{ &hf_rtse_fragment_error,
{ "RTSE defragmentation error", "rtse.fragment.error", FT_FRAMENUM,