summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2008-01-16 19:16:30 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2008-01-16 19:16:30 +0000
commit3590fc0713427a20d2233242fdccd8637af9f089 (patch)
tree5d834241aba03933c8c7ae66a94912f65e4f11c3 /epan/dissectors/packet-p_mul.c
parent90674d7c9efef05438ee9f7b176b09527ccf9f15 (diff)
downloadwireshark-3590fc0713427a20d2233242fdccd8637af9f089.tar.gz
Changed to checksum_good and checksum_bad to align with other dissectors.
svn path=/trunk/; revision=24115
Diffstat (limited to 'epan/dissectors/packet-p_mul.c')
-rw-r--r--epan/dissectors/packet-p_mul.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index 55175bfa3b..bb7a8fc2e9 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -1049,11 +1049,11 @@ void proto_register_p_mul (void)
{ "Checksum", "p_mul.checksum", FT_UINT16, BASE_HEX,
NULL, 0x0, "Checksum", HFILL } },
{ &hf_checksum_good,
- { "Good", "p_mul.checksum.good", FT_BOOLEAN, BASE_NONE,
+ { "Good", "p_mul.checksum_good", FT_BOOLEAN, BASE_NONE,
NULL, 0x0, "True: checksum matches packet content; "
"False: doesn't match content or not checked", HFILL } },
{ &hf_checksum_bad,
- { "Bad", "p_mul.checksum.bad", FT_BOOLEAN, BASE_NONE,
+ { "Bad", "p_mul.checksum_bad", FT_BOOLEAN, BASE_NONE,
NULL, 0x0, "True: checksum doesn't match packet content; "
"False: matches content or not checked", HFILL } },
{ &hf_source_id_ack,