aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-l2tp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-06 18:35:24 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-07 15:32:03 +0000
commite4b648cddc1d24d8cbe34e328ae717a7e13a5110 (patch)
treeecd2639dc33e32b41525144b0ed07d320d92e508 /epan/dissectors/packet-l2tp.c
parentbee58e257d81d6c2bbd88cb981ca5c3461e6cd23 (diff)
L2TP: fix 'l2tp.avp.csu.current_t/rx_speed' exists multiple times with NOT compatible types: FT_UINT64 and FT_UINT32
Change-Id: I9d871dd6eb100bf7dd2331122a6a88669ce978cb Reviewed-on: https://code.wireshark.org/review/14841 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-l2tp.c')
-rw-r--r--epan/dissectors/packet-l2tp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-l2tp.c b/epan/dissectors/packet-l2tp.c
index c80d929017..ba91600cec 100644
--- a/epan/dissectors/packet-l2tp.c
+++ b/epan/dissectors/packet-l2tp.c
@@ -3299,11 +3299,11 @@ proto_register_l2tp(void)
NULL, HFILL }},
{ &hf_l2tp_avp_csu_current_tx_speed_v3,
- { "Current TX Connect Speed", "l2tp.avp.csu.current_tx_speed", FT_UINT64, BASE_DEC, NULL, 0x0,
+ { "Current TX Connect Speed", "l2tp.avp.csu.current_tx_speed64", FT_UINT64, BASE_DEC, NULL, 0x0,
"Current TX Connect Speed in bps", HFILL }},
{ &hf_l2tp_avp_csu_current_rx_speed_v3,
- { "Current RX Connect Speed", "l2tp.avp.csu.current_rx_speed", FT_UINT64, BASE_DEC, NULL, 0x0,
+ { "Current RX Connect Speed", "l2tp.avp.csu.current_rx_speed64", FT_UINT64, BASE_DEC, NULL, 0x0,
"Current RX Connect Speed in bps", HFILL }},
/* Generated from convert_proto_tree_add_text.pl */