aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2016-09-17 19:10:35 +0200
committerMartin Kaiser <wireshark@kaiser.cx>2016-09-17 17:13:06 +0000
commit983a9691a9ec18e29f045300dbb6d664c9da1635 (patch)
treeb4d3eb0444b7bc7b2015bbaaf20b84a49c5fd5eb /epan/dissectors/packet-eap.c
parent3c83afa472e452e1637113bb13f61a095a41642b (diff)
eap: (trivial) reformat a comment
Change-Id: I2c8a8066f1591004ace6362e24be57b6cec747d1 Reviewed-on: https://code.wireshark.org/review/17762 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-eap.c')
-rw-r--r--epan/dissectors/packet-eap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-eap.c b/epan/dissectors/packet-eap.c
index 1bd5d4506e..d7f824bca1 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -1114,8 +1114,8 @@ dissect_eap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
break; /* EAP_TYPE_TLS */
/*********************************************************************
- Cisco's Lightweight EAP (LEAP)
- http://www.missl.cs.umd.edu/wireless/ethereal/leap.txt
+ Cisco's Lightweight EAP (LEAP)
+ http://www.missl.cs.umd.edu/wireless/ethereal/leap.txt
**********************************************************************/
case EAP_TYPE_LEAP:
{