aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-logon.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-11 19:40:35 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-11 19:40:35 +0000
commitd6fed4ef58d983ddce45158492d2aaa1a793329c (patch)
tree87b322273cbf33e00ade14b98ecf5723b7683e35 /packet-smb-logon.c
parent1a17a55bc4dd216a6cd19516fba1291d5718ec34 (diff)
Get rid of trailing blanks in strings.
svn path=/trunk/; revision=2879
Diffstat (limited to 'packet-smb-logon.c')
-rw-r--r--packet-smb-logon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-smb-logon.c b/packet-smb-logon.c
index 681977537f..a9b689aecf 100644
--- a/packet-smb-logon.c
+++ b/packet-smb-logon.c
@@ -2,7 +2,7 @@
* Routines for smb net logon packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-smb-logon.c,v 1.11 2001/01/03 06:55:32 guy Exp $
+ * $Id: packet-smb-logon.c,v 1.12 2001/01/11 19:40:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -481,8 +481,8 @@ static char* CommandName[] = {
"LM1.0/LM2.0 Response to Interrogate Request", /* 0x0E */
"LM2.0 Response during LOGON pause", /* 0x0F */
"LM2.0 Response - user unknown", /* 0x10 */
- "LM2.0 Announce account updates ", /* 0x11 */
- "SAM LOGON request from client ", /* 0x12 */
+ "LM2.0 Announce account updates", /* 0x11 */
+ "SAM LOGON request from client", /* 0x12 */
"Response to SAM LOGON request", /* 0x13 */
"SAM Response during LOGON pause", /* 0x14 */
"SAM Response - user unknown", /* 0x15 */