aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-16A new type of DCERPC over SMB transport.Ronnie Sahlberg1-22/+69
2002-03-15Pretty up the SID dissector ...Richard Sharpe1-16/+28
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg1-1/+112
2002-03-15Added error messages for invalid name and invalid form size.Tim Potter1-1/+3
2002-03-14Clean up the display of the top-level item for the NT ACE Flags, so thatGuy Harris1-13/+16
2002-03-10Absolute and Relative times were swapped. Also add comment that there seemsRonnie Sahlberg1-3/+7
2002-03-09No need to put ", N byte{s} at offset O" into the Info column twice;Guy Harris1-6/+1
2002-02-27Display a different message in the COL_INFO field for anonymous sessionTim Potter1-3/+9
2002-02-22Fixed up value_string for SMBE_unknownlevel error.Tim Potter1-2/+2
2002-02-22Initial quota support, from Ronnie Sahlberg.Guy Harris1-1/+120
2002-02-21Use the right format (one with a numerical format item rather than aGuy Harris1-2/+3
2002-02-21Export dissect_nt_sec_desc() so it can be used by other dissectors.Tim Potter1-3/+4
2002-02-20From Ronnie Sahlberg: add the actual SMB command to the structure thatGuy Harris1-14/+43
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-5/+5
2002-02-14From Tim Potter:Guy Harris1-11/+55
2002-02-13From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 asGuy Harris1-2/+10
2002-02-01From Tim Potter: for all the SMBs that have a FID in the request, putGuy Harris1-42/+82
2002-02-01Remove extra white-space from text added to proto_tree.Gilbert Ramirez1-5/+5