aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-28 11:23:04 +0100
committerMichael Mann <mmann78@netscape.net>2016-01-31 01:21:53 +0000
commit89fdae44e9c6dd504112eb935fcabe95a102f307 (patch)
treeabf1340cd7c9468a7f77201dd1676f0c1693ee24 /epan
parent60a752eed672087338eb4718cf2dcc4daba58324 (diff)
CAPWAP: fix indent typo
Change-Id: Iae736048a17d2aae75f7ec7dcc516e86aa05f6bc Reviewed-on: https://code.wireshark.org/review/13574 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-capwap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c
index 38fa4b2a41..c51d15d2ec 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -1,6 +1,6 @@
/* packet-capwap.c
- * Routines for CAPWAP dissection (RFC 5415 / RFC5416)
- * Copyright 2009, Alexis La Goutte <alexis.lagoutte at gmail dot com>
+ * Routines for CAPWAP dissection (RFC 5415 / RFC 5416)
+ * Copyright 2009, Alexis La Goutte <alexis.lagoutte at gmail dot com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -1514,7 +1514,7 @@ static const value_string fortinet_element_id_vals[] = {
{ VSP_FORTINET_COEXT, "Coext" },
{ VSP_FORTINET_AMSDU, "AMSDU" },
{ VSP_FORTINET_PS_OPT, "PS OPT" },
- { VSP_FORTINET_PURE, "Pure "},
+ { VSP_FORTINET_PURE, "Pure" },
{ VSP_FORTINET_EBP_TAG, "EBP Tag" },
{ VSP_FORTINET_TELNET_ENABLE, "Telnet Enable" },
{ VSP_FORTINET_ADMIN_PASSWD, "Admin Password" },