aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
AgeCommit message (Expand)AuthorFilesLines
2003-12-18The "cmd" members of "smb_saved_info_t" and "smb_info_t" structuresGuy Harris1-3/+3
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beGuy Harris1-6/+1
2003-04-13"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forGuy Harris1-2/+1
2003-04-12Rewrite the DCERPC over SMB reassembly completely.Ronnie Sahlberg1-1/+5
2003-03-25Added SMB option : sid_name_snooping.Ronnie Sahlberg1-1/+3
2003-02-25Added 'server unavailable' dos error message.Tim Potter1-1/+2
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg1-1/+16
2002-08-31Properly handle raw ntlmssp ...Richard Sharpe1-2/+2
2002-08-31Handle the lack of a security blob in negprot response when raw NTLMSSP isRichard Sharpe1-2/+2
2002-08-30Add support for raw NTLMSSP blobs when talking to XP etc ...Richard Sharpe1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-21Added some NT access mask constants.Tim Potter1-5/+34
2002-08-07Added DOS error 259 - no more items.Tim Potter1-1/+2
2002-07-20From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris1-1/+2
2002-05-26Put in some additional information from:Guy Harris1-19/+22
2002-05-08Added constant and value_string for invalid security descriptor ownerTim Potter1-1/+2
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-5/+5
2002-04-24Added 'invalid security descriptor' error to list of dos errors.Tim Potter1-1/+2
2002-03-16A new type of DCERPC over SMB transport.Ronnie Sahlberg1-1/+11
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg1-1/+3
2002-03-15Added error messages for invalid name and invalid form size.Tim Potter1-2/+4
2002-02-20From Ronnie Sahlberg: add the actual SMB command to the structure thatGuy Harris1-1/+2
2002-01-08Match requests and responses using both the MID and the PID; the SNIAGuy Harris1-2/+2
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris1-2/+14
2001-12-06From Todd Sabin:Guy Harris1-1/+5
2001-12-05Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris1-1/+14
2001-12-05From Tim Potter: add the DOS error for "file already exists" on aGuy Harris1-1/+2
2001-11-28If a request has already been processed, and we fail to find itsGuy Harris1-1/+2
2001-11-21Discard stuff in "smb.h" not used by the dissectors, and replace theGuy Harris1-496/+76
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