aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glbp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-20 14:11:32 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-10-20 14:11:32 +0000
commit15326be63f2292aa709ac3f6f06bd27382a0c561 (patch)
tree06aa60fb015f8f135ad8665cddb7f603e2406a74 /epan/dissectors/packet-glbp.c
parent667a2eae44d3369337fb744c42c7573cb9d0f1b0 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39489 f5534014-38df-0310-8fa8-9805f1628bb7
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,