aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-22SMB RTT statistics for tethereal and ethereal.Ronnie Sahlberg1-86/+82
2002-12-31Small fix from Andrew Bartlett to make Is Directory come out right.Richard Sharpe1-4/+4
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-12-19Update packet-smb.c to use the new FT_FRAMENUM typeRonnie Sahlberg1-5/+5
2002-12-05Fix for DCERPC detection when carried ontop of SMB.Ronnie Sahlberg1-1/+11
2002-11-14Only display errors in SMB headers in the COL_INFO field. This getsTim Potter1-2/+2
2002-11-08Use the same ett_ value for all security blobs, regardless of whetherGuy Harris1-28/+14
2002-11-05A small fix to NtCreat&X from Jim McDonough ...Richard Sharpe1-89/+1
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