aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-06 18:31:08 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-07 15:32:37 +0000
commita1873821583eb39be5192ad9eb98541d4ad00a44 (patch)
tree7fbda5e39d9276b13ee615e42b1671e056b83ff3 /epan/dissectors/packet-iax2.c
parente4b648cddc1d24d8cbe34e328ae717a7e13a5110 (diff)
IAX2: fix 'iax2.video.marker' exists multiple times with NOT compatible types: FT_BOOLEAN and FT_UINT16
Change-Id: I12895f2a08c8a4d8408f109f5aebb53555f458d5 Reviewed-on: https://code.wireshark.org/review/14839 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-iax2.c')
-rw-r--r--epan/dissectors/packet-iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iax2.c b/epan/dissectors/packet-iax2.c
index af46741f46..6687fabf76 100644
--- a/epan/dissectors/packet-iax2.c
+++ b/epan/dissectors/packet-iax2.c
@@ -2517,7 +2517,7 @@ proto_register_iax2(void)
HFILL}},
{&hf_iax2_minividmarker,
- {"Marker", "iax2.video.marker",
+ {"Marker", "iax2.video.mini_marker",
FT_UINT16, BASE_DEC, NULL, 0x8000,
"RTP end-of-frame marker",
HFILL}},