aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-p_mul.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-11-13 09:28:21 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-11-13 08:33:26 +0000
commitacbf7d57253f4dc4206e3d67c0c56f6e28da6796 (patch)
tree4a38be01a2651e3cfeb1e304ab0a285cf75bc1ea /epan/dissectors/packet-p_mul.c
parent89879ef9f9d1d89a3253b96c7c2b6ea606bbc851 (diff)
p_mul: Enhance ack framenum links.
Change-Id: I084b43fcd8419741c2de007bd03fc04532346813 Reviewed-on: https://code.wireshark.org/review/11797 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-p_mul.c')
-rw-r--r--epan/dissectors/packet-p_mul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-p_mul.c b/epan/dissectors/packet-p_mul.c
index e91229697f..aaed9f8cc4 100644
--- a/epan/dissectors/packet-p_mul.c
+++ b/epan/dissectors/packet-p_mul.c
@@ -1519,7 +1519,7 @@ void proto_register_p_mul (void)
NULL, 0x0, "The previous PDU is found in this frame", HFILL } },
{ &hf_analysis_ack_num,
{ "Ack PDU in", "p_mul.analysis.ack_in", FT_FRAMENUM, BASE_NONE,
- NULL, 0x0, "This packet has an Ack in this frame", HFILL } },
+ FRAMENUM_TYPE(FT_FRAMENUM_ACK), 0x0, "This packet has an Ack in this frame", HFILL } },
{ &hf_analysis_ack_missing,
{ "Ack PDU missing", "p_mul.analysis.ack_missing", FT_NONE, BASE_NONE,
NULL, 0x0, "The acknowledgement for this packet is missing", HFILL } },