Get rid of trailing blanks in strings.
authorGuy Harris <guy@alum.mit.edu>
Thu, 11 Jan 2001 19:40:35 +0000 (19:40 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 11 Jan 2001 19:40:35 +0000 (19:40 -0000)
svn path=/trunk/; revision=2879

packet-smb-logon.c

index 681977537fe3078e0d602b93adfe6ee4d7f148f1..a9b689aecfe4ea6278ea02ce9de0de5a82254776 100644 (file)
@@ -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 */