aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-29copylen should be unsigned when we check the range since tvb_memcpy will be u...sahlberg1-2/+2
2002-03-27The Unicode Consortium's country code table has been updated toguy1-8/+7
2002-03-27In the protocol tree entries for lists of fragments/segments, make theguy1-16/+20
2002-03-26The Unicode Consortium's table has some errors in it; fix those errorsguy1-4/+14
2002-03-25The Cygwin "winnls.h" header, and the Microsoft "winnls.h" headers, saysguy1-4/+9
2002-03-20When dissecting an SID with more than 4 authorities, increment theguy1-1/+2
2002-03-20Handle Read operations on IPC trees as DCE RPC.guy1-5/+31
2002-03-19Express the RID separately of more than 4 sub-authorities. It is always thesharpe1-5/+15
2002-03-19Treat WriteAndX operations on IPC trees as containing DCERPC callguy1-5/+17
2002-03-19Tiny quota updatessahlberg1-9/+21
2002-03-18Quota updates. GetUserQuota implemented and support for list of userquota str...sahlberg1-20/+47
2002-03-18Add dissection of one more bit in Quota FS Flags bitmasksahlberg1-2/+21
2002-03-17quota update partial NTGetUserQuota supportsahlberg1-2/+11
2002-03-17Partial dissection of NT Set User Quota data blocksahlberg1-11/+54
2002-03-17SMB Quota updatessahlberg1-8/+48
2002-03-17Updates for NT QUOTA in packet-smb.csahlberg1-102/+84
2002-03-16The service is just called "IPC"; the pipe is what's called "IPC$".guy1-2/+2
2002-03-16Whether the data returned from a read or sent in a write is DCERPCguy1-11/+33
2002-03-16There is no guarantee that, when processing an SMB response, "si->sip"guy1-3/+5
2002-03-16A new type of DCERPC over SMB transport.sahlberg1-22/+69
2002-03-15Pretty up the SID dissector ...sharpe1-16/+28
2002-03-15Moved the value_string for MS country codes from packet-dcerpc-nt.c tosahlberg1-1/+112
2002-03-15Added error messages for invalid name and invalid form size.tpot1-1/+3
2002-03-14Clean up the display of the top-level item for the NT ACE Flags, so thatguy1-13/+16
2002-03-10Absolute and Relative times were swapped. Also add comment that there seemssahlberg1-3/+7
2002-03-09No need to put ", N byte{s} at offset O" into the Info column twice;guy1-6/+1
2002-02-27Display a different message in the COL_INFO field for anonymous sessiontpot1-3/+9
2002-02-22Fixed up value_string for SMBE_unknownlevel error.tpot1-2/+2
2002-02-22Initial quota support, from Ronnie Sahlberg.guy1-1/+120
2002-02-21Use the right format (one with a numerical format item rather than aguy1-2/+3
2002-02-21Export dissect_nt_sec_desc() so it can be used by other dissectors.tpot1-3/+4
2002-02-20From Ronnie Sahlberg: add the actual SMB command to the structure thatguy1-14/+43
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-5/+5
2002-02-14From Tim Potter:guy1-11/+55
2002-02-13From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 asguy1-2/+10
2002-02-01From Tim Potter: for all the SMBs that have a FID in the request, putguy1-42/+82
2002-02-01Remove extra white-space from text added to proto_tree.gram1-5/+5
2002-01-29Redo the previous change in a slightly cleaner fashion (don't convertguy1-7/+11
2002-01-29"NULL" is a pointer.guy1-2/+2
2002-01-28Add support for dissecting NT FILETIME time stamp values.guy1-123/+184
2002-01-25In the "Announce change to UAS or SAM" NETLOGON message, dissect theguy1-2/+2
2002-01-25From Tim Potter: NT SID dissection.guy1-8/+15
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-4/+4
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-9/+9
2002-01-17Use the "fragmented" field of the "packet_info" structure inguy1-15/+25
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atguy1-5/+5
2002-01-15When checking whether to do DCERPC-over-SMB reassembly on a Read and Xguy1-6/+6
2002-01-08Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to add anguy1-2/+3
2002-01-08Match requests and responses using both the MID and the PID; the SNIAguy1-40/+49
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalguy1-2/+11