aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
Commit message (Expand)AuthorAgeFilesLines
* Added 'server unavailable' dos error message.Tim Potter2003-02-251-1/+2
* SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg2003-01-221-1/+16
* Properly handle raw ntlmssp ...Richard Sharpe2002-08-311-2/+2
* Handle the lack of a security blob in negprot response when raw NTLMSSP isRichard Sharpe2002-08-311-2/+2
* Add support for raw NTLMSSP blobs when talking to XP etc ...Richard Sharpe2002-08-301-1/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-8/+8
* Added some NT access mask constants.Tim Potter2002-08-211-5/+34
* Added DOS error 259 - no more items.Tim Potter2002-08-071-1/+2
* From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris2002-07-201-1/+2
* Put in some additional information from:Guy Harris2002-05-261-19/+22
* Added constant and value_string for invalid security descriptor ownerTim Potter2002-05-081-1/+2
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-5/+5
* Added 'invalid security descriptor' error to list of dos errors.Tim Potter2002-04-241-1/+2
* A new type of DCERPC over SMB transport.Ronnie Sahlberg2002-03-161-1/+11
* Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg2002-03-151-1/+3
* Added error messages for invalid name and invalid form size.Tim Potter2002-03-151-2/+4
* From Ronnie Sahlberg: add the actual SMB command to the structure thatGuy Harris2002-02-201-1/+2
* Match requests and responses using both the MID and the PID; the SNIAGuy Harris2002-01-081-2/+2
* SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris2002-01-031-2/+14
* From Todd Sabin:Guy Harris2001-12-061-1/+5
* Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris2001-12-051-1/+14
* From Tim Potter: add the DOS error for "file already exists" on aGuy Harris2001-12-051-1/+2
* If a request has already been processed, and we fail to find itsGuy Harris2001-11-281-1/+2
* Discard stuff in "smb.h" not used by the dissectors, and replace theGuy Harris2001-11-211-496/+76
* Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris2001-11-201-1/+13
* Save the function code and FID for pipe requests, and use it for theGuy Harris2001-11-201-2/+4
* Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris2001-11-191-2/+7
* From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris2001-11-181-1/+2
* Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris2001-11-181-3/+11
* Have only the request and response frame numbers, and a "void *", in anGuy Harris2001-11-181-23/+23
* Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris2001-11-161-25/+4
* Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris2001-11-151-6/+6
* Transaction2 tvbuffified, and support added for many Transaction2 SMBs,Guy Harris2001-11-121-1/+3
* NT Transact dissection, from Ronnie Sahlberg.Guy Harris2001-11-081-1/+2
* First tvbuffication change, from Ronnie Sahlberg. Also changes SMBGuy Harris2001-11-031-4/+10
* Squelch some compiler warnings.Guy Harris2001-08-271-4/+4
* Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris2001-08-271-2/+4
* Keep track of transaction replies that have continuations, and associateGuy Harris2001-08-111-1/+20
* Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris2001-08-071-1/+2
* Remote API protocol (that seems to be what it's called in a number ofGuy Harris2001-08-051-1/+6
* Add a request/response flag to the "struct smb_info" structure, and useGuy Harris2001-08-051-4/+5
* Use "val_to_str()" to convert TRANSACT2 transaction codes to strings.Guy Harris2001-08-041-7/+2
* The "mid" field of the "smb_request_val" structure isn't used; eliminateGuy Harris2001-08-021-2/+1
* Added a new error code I just found ... no such share.Richard Sharpe2001-01-291-1/+2
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-1/+19
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+6
* Add some SMB codes and error codes from theGuy Harris1999-05-111-1/+4
* Added new files for SMB decode: packet-smb.c, alignment.h, smb.hRichard Sharpe1999-05-091-0/+626