aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-09-20More pretty-boy stuff for Write&X responses ...Richard Sharpe1-2/+8
2002-09-20Add more info in the info col for write&X.Richard Sharpe1-3/+15
2002-09-04Fix the handling of the NTLMSSP blobs in the case when the server asksRichard Sharpe1-3/+15
2002-08-31Further fixes. Properly account for the length of headers. Still some headersRichard Sharpe1-1/+4
2002-08-31Properly handle raw ntlmssp ...Richard Sharpe1-20/+48
2002-08-31Handle the lack of a security blob in negprot response when raw NTLMSSP isRichard Sharpe1-2/+6
2002-08-30Add support for raw NTLMSSP blobs when talking to XP etc ...Richard Sharpe1-2/+16
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onGuy Harris1-72/+72
2002-08-29Guided by Guy and an examination of RFC2078 and RFC2478, I have added someRichard Sharpe1-2/+2
2002-08-29Fix up dissect_file_attributesRichard Sharpe1-30/+51
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-251/+251
2002-08-25Expand on a note in a comment.Guy Harris1-2/+4
2002-08-22These guys got lost in a merge. Actually call the gssapi dissector fromTim Potter1-19/+65
2002-08-22First part of support for Thursby's Mac extenstions from CIFS2002.Richard Sharpe1-2/+189
2002-08-19Limit the parameter and data tvbuffs to the actual number of bytes ofGuy Harris1-6/+9
2002-08-13Added server name to negprot reply and fixed a pointer deferral problem.Ronnie Sahlberg1-9/+27
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris1-244/+119
2002-08-07Added DOS error 259 - no more items.Tim Potter1-1/+2
2002-08-06Typo fix.Guy Harris1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-27Changed the SMB dissector to put ALL command PDUs in one SMB in the summaryRonnie Sahlberg1-22/+30
2002-07-27If conversations have already been created in lower layers, say TCP beforeRonnie Sahlberg1-8/+8
2002-07-20From Prabhakar Krishnan: add item to SMB protocol tree for time betweenGuy Harris1-5/+22
2002-07-13Fixed up some warnings.Tim Potter1-7/+14
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-1/+3
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonRonnie Sahlberg1-29/+54
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-3/+3
2002-06-02Another small DCERPC interface from the winsows world implemented. TAPI.Ronnie Sahlberg1-5/+5
2002-05-30SMB 0x31 is "Close And Tree Disconnect", not "Close And Tree Discover",Guy Harris1-3/+3
2002-05-29Display unsigned quantities with "%u".Guy Harris1-5/+5
2002-05-26Put back the stuff to dissect the last 2 bytes ofGuy Harris1-16/+157
2002-05-26Fix "dissect_unknown()" to properly step through the word and byteGuy Harris1-3/+8
2002-05-26Put in some additional information from:Guy Harris1-82/+519
2002-05-25Add messaging SMBs.Guy Harris1-18/+268
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.Ronnie Sahlberg1-1/+2
2002-05-16From Andrew Esh: support for additional interest levels inGuy Harris1-5/+70
2002-05-15From Andrew Esh: support for interest level 1003 and 1007 inGuy Harris1-1/+41
2002-05-10Update the URL and comment for the SNIA CIFS spec, now that it's final.Guy Harris1-3/+3
2002-05-08Added constant and value_string for invalid security descriptor ownerTim Potter1-1/+2
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toGuy Harris1-35/+9
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-324/+304
2002-04-29There's no need to allocate and fill in an array of sub-authorities andGuy Harris1-27/+19
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-6/+6
2002-04-28Put in a note about the "primary domain" in the Negotiate ProtocolGuy Harris1-1/+7
2002-04-27Fix the test in "dissect_smb_datetime()" for "no date/time specified"Guy Harris1-7/+84
2002-04-24Sometimes there is some junk at the end of an ACE so use the size fieldTim Potter1-3/+9
2002-04-24Added 'invalid security descriptor' error to list of dos errors.Tim Potter1-1/+2
2002-04-23Clean up the descriptions of reassembly preferences.Guy Harris1-3/+3
2002-04-22Support for NT Rename SMB, from Steven French.Guy Harris1-3/+82