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