aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-11-13 09:27:17 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-11-13 08:32:45 +0000
commit89879ef9f9d1d89a3253b96c7c2b6ea606bbc851 (patch)
treed13f133eb53a6fae6e6bb86a419c1887d168f243 /epan/dissectors/packet-dmp.c
parent18b8f48bc113267f2c548e4ce9a3e5b744ca9c1e (diff)
dmp: Enhance ack framenum links.
Change-Id: Iade2d06512bacbeff3e7446487a03d4f73dba721 Reviewed-on: https://code.wireshark.org/review/11796 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-dmp.c')
-rw-r--r--epan/dissectors/packet-dmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dmp.c b/epan/dissectors/packet-dmp.c
index 0e6ef8b09e..9b9e428692 100644
--- a/epan/dissectors/packet-dmp.c
+++ b/epan/dissectors/packet-dmp.c
@@ -4788,7 +4788,7 @@ void proto_register_dmp (void)
NULL, 0x0, "This packet has a Message in this frame", HFILL } },
{ &hf_analysis_ack_num,
{ "Acknowledgement in", "dmp.analysis.ack_in", FT_FRAMENUM, BASE_NONE,
- NULL, 0x0, "This packet has an Acknowledgement in this frame", HFILL } },
+ FRAMENUM_TYPE(FT_FRAMENUM_ACK), 0x0, "This packet has an Acknowledgement in this frame", HFILL } },
{ &hf_analysis_rep_num,
{ "Report in", "dmp.analysis.report_in", FT_FRAMENUM, BASE_NONE,
NULL, 0x0, "This packet has a Report in this frame", HFILL } },