Re: SMB Packet header

2002-04-16 Thread Christopher R. Hertel
Oh, I should also mention... Microsoft recently released a newer SMB specification of their own. Do *NOT* download Microsoft's documentation. - From all reports, it is less complete than the SNIA document (even 0.9). - It has a license that prohibits readers from releasing code under the LGP

Re: SMB Packet header

2002-04-16 Thread Christopher R. Hertel
Paul Vanlint wrote: > > This is what the RFC says: Sorry to be pedantic but it is not an RFC, just an expired Internet-Draft. I think it is important to highlight that. > It says that this is an expired ietf draft, so perhaps there is a > newer one, but this should give you a start. Yep. The

RE: SMB Packet header

2002-04-16 Thread Paul Vanlint
This is what the RFC says: typedef unsigned char UCHAR; // 8 unsigned bits typedef unsigned short USHORT;// 16 unsigned bits typedef unsigned long ULONG; // 32 unsigned bits typedef struct { ULONG LowPart; LONG HighPart; } LARGE_INTEGER; //

SMB Packet header

2002-04-16 Thread RANJANI NAGARAJAN
hi i am new to samba . i am going through the samba source code. in the smb.h header an offset into message for commmon items has been specified. it states that smb_com starts at offset 8. can anyone please tell me the exact order of where, what is placed in the packet? without the words and bytes