aboutsummaryrefslogtreecommitdiffstats
path: root/smb.h
AgeCommit message (Expand)AuthorFilesLines
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-6/+9
2003-12-18The "cmd" members of "smb_saved_info_t" and "smb_info_t" structuresguy1-3/+3
2003-06-04There can be more than one DCE RPC call per frame, e.g. there can beguy1-6/+1
2003-04-13"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except forguy1-2/+1
2003-04-12Rewrite the DCERPC over SMB reassembly completely.sahlberg1-1/+5
2003-03-25Added SMB option : sid_name_snooping.sahlberg1-1/+3
2003-02-25Added 'server unavailable' dos error message.tpot1-1/+2
2003-01-22SMB RTT statistics for tethereal and ethereal.sahlberg1-1/+16
2002-08-31Properly handle raw ntlmssp ...sharpe1-2/+2
2002-08-31Handle the lack of a security blob in negprot response when raw NTLMSSP issharpe1-2/+2
2002-08-30Add support for raw NTLMSSP blobs when talking to XP etc ...sharpe1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-8/+8
2002-08-21Added some NT access mask constants.tpot1-5/+34
2002-08-07Added DOS error 259 - no more items.tpot1-1/+2
2002-07-20From Prabhakar Krishnan: add item to SMB protocol tree for time betweenguy1-1/+2
2002-05-26Put in some additional information from:guy1-19/+22
2002-05-08Added constant and value_string for invalid security descriptor ownertpot1-1/+2
2002-04-30Get rid of some unused arguments, and mark some others as unused.guy1-5/+5
2002-04-24Added 'invalid security descriptor' error to list of dos errors.tpot1-1/+2
2002-03-16A new type of DCERPC over SMB transport.sahlberg1-1/+11
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c tosahlberg1-1/+3
2002-03-15Added error messages for invalid name and invalid form size.tpot1-2/+4
2002-02-20From Ronnie Sahlberg: add the actual SMB command to the structure thatguy1-1/+2
2002-01-08Match requests and responses using both the MID and the PID; the SNIAguy1-2/+2
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalguy1-2/+14
2001-12-06From Todd Sabin:guy1-1/+5
2001-12-05Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.guy1-1/+14
2001-12-05From Tim Potter: add the DOS error for "file already exists" on aguy1-1/+2
2001-11-28If a request has already been processed, and we fail to find itsguy1-1/+2
2001-11-21Discard stuff in "smb.h" not used by the dissectors, and replace theguy1-496/+76
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"guy1-1/+13
2001-11-20Save the function code and FID for pipe requests, and use it for theguy1-2/+4
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andguy1-2/+7
2001-11-18From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theguy1-1/+2
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"guy1-3/+11
2001-11-18Have only the request and response frame numbers, and a "void *", in anguy1-23/+23
2001-11-16Cleanup of request/response matching, from Ronnie Sahlberg.guy1-25/+4
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.guy1-6/+6
2001-11-12Transaction2 tvbuffified, and support added for many Transaction2 SMBs,guy1-1/+3
2001-11-08NT Transact dissection, from Ronnie Sahlberg.guy1-1/+2
2001-11-03First tvbuffication change, from Ronnie Sahlberg. Also changes SMBguy1-4/+10
2001-08-27Squelch some compiler warnings.guy1-4/+4
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usguy1-2/+4
2001-08-11Keep track of transaction replies that have continuations, and associateguy1-1/+20
2001-08-07Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.guy1-1/+2
2001-08-05Remote API protocol (that seems to be what it's called in a number ofguy1-1/+6
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useguy1-4/+5
2001-08-04Use "val_to_str()" to convert TRANSACT2 transaction codes to strings.guy1-7/+2
2001-08-02The "mid" field of the "smb_request_val" structure isn't used; eliminateguy1-2/+1
2001-01-29Added a new error code I just found ... no such share.sharpe1-1/+2