Ethereal

[Ethereal-dev] Error: Unknown DOS error (a1)
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: December 2004


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



Powered by MHonArc 2.6.10