From 89879ef9f9d1d89a3253b96c7c2b6ea606bbc851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Fri, 13 Nov 2015 09:27:17 +0100 Subject: dmp: Enhance ack framenum links. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iade2d06512bacbeff3e7446487a03d4f73dba721 Reviewed-on: https://code.wireshark.org/review/11796 Reviewed-by: Stig Bjørlykke --- epan/dissectors/packet-dmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-dmp.c') 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 } }, -- cgit v1.2.3