aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-glbp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-glbp.c b/epan/dissectors/packet-glbp.c
index 6cc56d5c8a..5994fe462f 100644
--- a/epan/dissectors/packet-glbp.c
+++ b/epan/dissectors/packet-glbp.c
@@ -531,8 +531,8 @@ proto_register_glbp(void)
0x0, NULL, HFILL }},
/* type = 3 - auth */
- { &hf_glbp_auth_authtyp e,
- { "Authtype", "glbp.auth.authtype", FT_UINT8, BASE_DEC, VALS(glbp_auth_type_vals),
+ { &hf_glbp_auth_authtype,
+ { "Authtype", "glbp.auth.authtype", FT_UINT8, BASE_DEC, VALS(glbp_auth_type_vals),
0x0, NULL, HFILL }},
{ &hf_glbp_auth_authlength,