aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
AgeCommit message (Expand)AuthorFilesLines
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris1-1/+13
2001-11-20Save the function code and FID for pipe requests, and use it for theGuy Harris1-2/+4
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris1-2/+7
2001-11-18From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris1-1/+2
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris1-3/+11
2001-11-18Have only the request and response frame numbers, and a "void *", in anGuy Harris1-23/+23
2001-11-16Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris1-25/+4
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris1-6/+6
2001-11-12Transaction2 tvbuffified, and support added for many Transaction2 SMBs,Guy Harris1-1/+3
2001-11-08NT Transact dissection, from Ronnie Sahlberg.Guy Harris1-1/+2
2001-11-03First tvbuffication change, from Ronnie Sahlberg. Also changes SMBGuy Harris1-4/+10
2001-08-27Squelch some compiler warnings.Guy Harris1-4/+4
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris1-2/+4
2001-08-11Keep track of transaction replies that have continuations, and associateGuy Harris1-1/+20
2001-08-07Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris1-1/+2
2001-08-05Remote API protocol (that seems to be what it's called in a number ofGuy Harris1-1/+6
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useGuy Harris1-4/+5
2001-08-04Use "val_to_str()" to convert TRANSACT2 transaction codes to strings.Guy Harris1-7/+2
2001-08-02The "mid" field of the "smb_request_val" structure isn't used; eliminateGuy Harris1-2/+1
2001-01-29Added a new error code I just found ... no such share.Richard Sharpe1-1/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-1/+19
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+6
1999-05-11Add some SMB codes and error codes from theGuy Harris1-1/+4
1999-05-09Added new files for SMB decode: packet-smb.c, alignment.h, smb.hRichard Sharpe1-0/+626