Ethereal-dev: [Ethereal-dev] Error: Unknown DOS error (a1)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Guenter Kukkukk" <Guenter.Kukkukk@xxxxxxxxxxx>
Date: Thu, 2 Dec 2004 22:38:02 +0100
Hello,

the used version is "ethereal-0.10.3-15.9" on SuSE 9.1.

When sniffing samba smb traffic, I got the following ethereal output:
   Error: Unknown DOS error (a1)

In samba 3.0.9 ...../source/smbd/reply.c
you may note some statement like:
     ret = NT_STATUS_OBJECT_PATH_SYNTAX_BAD;

which is mapped in errormap.c
  ....
  {ERRDOS,  161,  NT_STATUS_OBJECT_PATH_INVALID},
  {ERRDOS,  ERRbadpath, NT_STATUS_OBJECT_PATH_NOT_FOUND},
  {ERRDOS,  161,  NT_STATUS_OBJECT_PATH_SYNTAX_BAD},
  ....

The Microsoft MSDN Help says:
161    The specified path is invalid.     ERROR_BAD_PATHNAME

OS/2 bseerr.h:
#define ERROR_BAD_PATHNAME      161

Maybe this error could be included in ethereal.
Best wishes.
Guenter

-- 
Günter Kukkukk
Entwicklungsbüro f. Informationstechnologien
Damaschkestraße 24
D-10711 Berlin

Tel.   +49 30 327 024 50