From e94fafe4bf24218c745dfe55292100ea4383564f Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 16 Sep 2005 13:18:13 +0000 Subject: [PATCH] Stupid labelling bug. --- ethereal/packet-tripe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereal/packet-tripe.c b/ethereal/packet-tripe.c index 44c74aa6..b3f2190a 100644 --- a/ethereal/packet-tripe.c +++ b/ethereal/packet-tripe.c @@ -395,7 +395,7 @@ void proto_register_tripe(void) FT_UINT16, BASE_DEC, 0, 0, "This is the length of the sender's challenge x-coordinate." } }, - { &hf_tripe_kx_mychal.hfy_val, { + { &hf_tripe_kx_mychal.hfx_val, { "Challenge x value", "tripe.kx.mychal.x.val", FT_BYTES, BASE_NONE, 0, 0, "This is the value of the sender's challenge x-coordinate." @@ -405,7 +405,7 @@ void proto_register_tripe(void) FT_UINT16, BASE_DEC, 0, 0, "This is the length of the sender's challenge x-coordinate." } }, - { &hf_tripe_kx_mychal.hfx_val, { + { &hf_tripe_kx_mychal.hfy_val, { "Challenge y value", "tripe.kx.mychal.y.val", FT_BYTES, BASE_NONE, 0, 0, "This is the value of the sender's challenge x-coordinate." -- 2.11.0