aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* copylen should be unsigned when we check the range since tvb_memcpy will be u...Ronnie Sahlberg2002-03-291-2/+2
* The Unicode Consortium's country code table has been updated toGuy Harris2002-03-271-8/+7
* In the protocol tree entries for lists of fragments/segments, make theGuy Harris2002-03-271-16/+20
* The Unicode Consortium's table has some errors in it; fix those errorsGuy Harris2002-03-261-4/+14
* The Cygwin "winnls.h" header, and the Microsoft "winnls.h" headers, saysGuy Harris2002-03-251-4/+9
* When dissecting an SID with more than 4 authorities, increment theGuy Harris2002-03-201-1/+2
* Handle Read operations on IPC trees as DCE RPC.Guy Harris2002-03-201-5/+31
* Express the RID separately of more than 4 sub-authorities. It is always theRichard Sharpe2002-03-191-5/+15
* Treat WriteAndX operations on IPC trees as containing DCERPC callGuy Harris2002-03-191-5/+17
* Tiny quota updatesRonnie Sahlberg2002-03-191-9/+21
* Quota updates. GetUserQuota implemented and support for list of userquota str...Ronnie Sahlberg2002-03-181-20/+47
* Add dissection of one more bit in Quota FS Flags bitmaskRonnie Sahlberg2002-03-181-2/+21
* quota update partial NTGetUserQuota supportRonnie Sahlberg2002-03-171-2/+11
* Partial dissection of NT Set User Quota data blockRonnie Sahlberg2002-03-171-11/+54
* SMB Quota updatesRonnie Sahlberg2002-03-171-8/+48
* Updates for NT QUOTA in packet-smb.cRonnie Sahlberg2002-03-171-102/+84
* The service is just called "IPC"; the pipe is what's called "IPC$".Guy Harris2002-03-161-2/+2
* Whether the data returned from a read or sent in a write is DCERPCGuy Harris2002-03-161-11/+33
* There is no guarantee that, when processing an SMB response, "si->sip"Guy Harris2002-03-161-3/+5
* A new type of DCERPC over SMB transport.Ronnie Sahlberg2002-03-161-22/+69
* Pretty up the SID dissector ...Richard Sharpe2002-03-151-16/+28
* Moved the value_string for MS country codes from packet-dcerpc-nt.c toRonnie Sahlberg2002-03-151-1/+112
* Added error messages for invalid name and invalid form size.Tim Potter2002-03-151-1/+3
* Clean up the display of the top-level item for the NT ACE Flags, so thatGuy Harris2002-03-141-13/+16
* Absolute and Relative times were swapped. Also add comment that there seemsRonnie Sahlberg2002-03-101-3/+7
* No need to put ", N byte{s} at offset O" into the Info column twice;Guy Harris2002-03-091-6/+1
* Display a different message in the COL_INFO field for anonymous sessionTim Potter2002-02-271-3/+9
* Fixed up value_string for SMBE_unknownlevel error.Tim Potter2002-02-221-2/+2
* Initial quota support, from Ronnie Sahlberg.Guy Harris2002-02-221-1/+120
* Use the right format (one with a numerical format item rather than aGuy Harris2002-02-211-2/+3
* Export dissect_nt_sec_desc() so it can be used by other dissectors.Tim Potter2002-02-211-3/+4
* From Ronnie Sahlberg: add the actual SMB command to the structure thatGuy Harris2002-02-201-14/+43
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-5/+5
* From Tim Potter:Guy Harris2002-02-141-11/+55
* From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 asGuy Harris2002-02-131-2/+10
* From Tim Potter: for all the SMBs that have a FID in the request, putGuy Harris2002-02-011-42/+82
* Remove extra white-space from text added to proto_tree.Gilbert Ramirez2002-02-011-5/+5
* Redo the previous change in a slightly cleaner fashion (don't convertGuy Harris2002-01-291-7/+11
* "NULL" is a pointer.Guy Harris2002-01-291-2/+2
* Add support for dissecting NT FILETIME time stamp values.Guy Harris2002-01-281-123/+184
* In the "Announce change to UAS or SAM" NETLOGON message, dissect theGuy Harris2002-01-251-2/+2
* From Tim Potter: NT SID dissection.Guy Harris2002-01-251-8/+15
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-4/+4
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-9/+9
* Use the "fragmented" field of the "packet_info" structure inGuy Harris2002-01-171-15/+25
* Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris2002-01-151-5/+5
* When checking whether to do DCERPC-over-SMB reassembly on a Read and XGuy Harris2002-01-151-6/+6
* Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to add anGuy Harris2002-01-081-2/+3
* Match requests and responses using both the MID and the PID; the SNIAGuy Harris2002-01-081-40/+49
* SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris2002-01-031-2/+11