From: mdw Date: Fri, 16 Sep 2005 13:18:13 +0000 (+0000) Subject: Stupid labelling bug. X-Git-Tag: 1.0.0pre8~122 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/e94fafe4bf24218c745dfe55292100ea4383564f Stupid labelling bug. --- 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."