aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glbp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-10-20 14:11:32 +0000
committerBill Meier <wmeier@newsguy.com>2011-10-20 14:11:32 +0000
commit05b50ef6978a0e1e11841ec9832e59f698f30fea (patch)
tree06aa60fb015f8f135ad8665cddb7f603e2406a74 /epan/dissectors/packet-glbp.c
parentd65261d344ba268dd76e533970714649d1bbfb71 (diff)
Fix a typo.
svn path=/trunk/; revision=39489
Diffstat (limited to 'epan/dissectors/packet-glbp.c')
-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,