aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-04-22Fix the return value of "dissect_nt_sec_desc()".Guy Harris1-3/+5
2002-04-22Correctly dissect LSA security descriptors, at least as they appearGuy Harris1-13/+33
2002-04-17Bugfixes for LSA dissector and a small change to the security_descriptor diss...Ronnie Sahlberg1-8/+14
2002-04-16Do the standard "next entry offset" stuff in NT NOTIFY replies, so as toGuy Harris1-2/+25
2002-04-09Fixed two instances where si->sip was being not checked for NULL beforeTim Potter1-3/+3
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-03-29copylen should be unsigned when we check the range since tvb_memcpy will be u...Ronnie Sahlberg1-2/+2
2002-03-27The Unicode Consortium's country code table has been updated toGuy Harris1-8/+7
2002-03-27In the protocol tree entries for lists of fragments/segments, make theGuy Harris1-16/+20
2002-03-26The Unicode Consortium's table has some errors in it; fix those errorsGuy Harris1-4/+14
2002-03-25The Cygwin "winnls.h" header, and the Microsoft "winnls.h" headers, saysGuy Harris1-4/+9
2002-03-20When dissecting an SID with more than 4 authorities, increment theGuy Harris1-1/+2
2002-03-20Handle Read operations on IPC trees as DCE RPC.Guy Harris1-5/+31
2002-03-19Express the RID separately of more than 4 sub-authorities. It is always theRichard Sharpe1-5/+15
2002-03-19Treat WriteAndX operations on IPC trees as containing DCERPC callGuy Harris1-5/+17
2002-03-19Tiny quota updatesRonnie Sahlberg1-9/+21
2002-03-18Quota updates. GetUserQuota implemented and support for list of userquota str...Ronnie Sahlberg1-20/+47
2002-03-18Add dissection of one more bit in Quota FS Flags bitmaskRonnie Sahlberg1-2/+21
2002-03-17quota update partial NTGetUserQuota supportRonnie Sahlberg1-2/+11
2002-03-17Partial dissection of NT Set User Quota data blockRonnie Sahlberg1-11/+54
2002-03-17SMB Quota updatesRonnie Sahlberg1-8/+48
2002-03-17Updates for NT QUOTA in packet-smb.cRonnie Sahlberg1-102/+84
2002-03-16The service is just called "IPC"; the pipe is what's called "IPC$".Guy Harris1-2/+2
2002-03-16Whether the data returned from a read or sent in a write is DCERPCGuy Harris1-11/+33
2002-03-16There is no guarantee that, when processing an SMB response, "si->sip"Guy Harris1-3/+5