aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-05Fix for DCERPC detection when carried ontop of SMB.sahlberg1-1/+11
2002-11-14Only display errors in SMB headers in the COL_INFO field. This getstpot1-2/+2
2002-11-08Use the same ett_ value for all security blobs, regardless of whetherguy1-28/+14
2002-11-05A small fix to NtCreat&X from Jim McDonough ...sharpe1-89/+1
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-09-20More pretty-boy stuff for Write&X responses ...sharpe1-2/+8
2002-09-20Add more info in the info col for write&X.sharpe1-3/+15
2002-09-04Fix the handling of the NTLMSSP blobs in the case when the server askssharpe1-3/+15
2002-08-31Further fixes. Properly account for the length of headers. Still some headerssharpe1-1/+4
2002-08-31Properly handle raw ntlmssp ...sharpe1-20/+48
2002-08-31Handle the lack of a security blob in negprot response when raw NTLMSSP issharpe1-2/+6
2002-08-30Add support for raw NTLMSSP blobs when talking to XP etc ...sharpe1-2/+16
2002-08-29From Ulf Lamping: change some #define names to avoid name collisions onguy1-72/+72
2002-08-29Guided by Guy and an examination of RFC2078 and RFC2478, I have added somesharpe1-2/+2
2002-08-29Fix up dissect_file_attributessharpe1-30/+51
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-251/+251
2002-08-25Expand on a note in a comment.guy1-2/+4
2002-08-22These guys got lost in a merge. Actually call the gssapi dissector fromtpot1-19/+65
2002-08-22First part of support for Thursby's Mac extenstions from CIFS2002.sharpe1-2/+189
2002-08-19Limit the parameter and data tvbuffs to the actual number of bytes ofguy1-6/+9
2002-08-13Added server name to negprot reply and fixed a pointer deferral problem.sahlberg1-9/+27
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleguy1-244/+119
2002-08-07Added DOS error 259 - no more items.tpot1-1/+2
2002-08-06Typo fix.guy1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-27Changed the SMB dissector to put ALL command PDUs in one SMB in the summarysahlberg1-22/+30
2002-07-27If conversations have already been created in lower layers, say TCP beforesahlberg1-8/+8
2002-07-20From Prabhakar Krishnan: add item to SMB protocol tree for time betweenguy1-5/+22
2002-07-13Fixed up some warnings.tpot1-7/+14
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-1/+3
2002-06-05Added show_fragment_tree() to reassemble. This function will do the commonsahlberg1-29/+54
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-3/+3
2002-06-02Another small DCERPC interface from the winsows world implemented. TAPI.sahlberg1-5/+5
2002-05-30SMB 0x31 is "Close And Tree Disconnect", not "Close And Tree Discover",guy1-3/+3
2002-05-29Display unsigned quantities with "%u".guy1-5/+5
2002-05-26Put back the stuff to dissect the last 2 bytes ofguy1-16/+157
2002-05-26Fix "dissect_unknown()" to properly step through the word and byteguy1-3/+8
2002-05-26Put in some additional information from:guy1-82/+519
2002-05-25Add messaging SMBs.guy1-18/+268
2002-05-23Additions to the MAPI dissector. Function 02 for MAPI.sahlberg1-1/+2
2002-05-16From Andrew Esh: support for additional interest levels inguy1-5/+70
2002-05-15From Andrew Esh: support for interest level 1003 and 1007 inguy1-1/+41
2002-05-10Update the URL and comment for the SNIA CIFS spec, now that it's final.guy1-3/+3
2002-05-08Added constant and value_string for invalid security descriptor ownertpot1-1/+2
2002-04-30From Joerg Mayer: get rid of unused "pinfo" argument toguy1-35/+9
2002-04-30Get rid of some unused arguments, and mark some others as unused.guy1-324/+304
2002-04-29There's no need to allocate and fill in an array of sub-authorities andguy1-27/+19
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-6/+6
2002-04-28Put in a note about the "primary domain" in the Negotiate Protocolguy1-1/+7
2002-04-27Fix the test in "dissect_smb_datetime()" for "no date/time specified"guy1-7/+84