aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reassembly of fragmented NT Transaction responses, from Ronnie Sahlberg.Guy Harris2001-12-181-32/+92
* From Ronnie Sahlberg: dissect security descriptor flags.Guy Harris2001-12-181-192/+206
* NT ACL structure dissection, from Ronnie Sahlberg.Guy Harris2001-12-151-3/+391
* NT security descriptor dissection, from Ronnie Sahlberg.Guy Harris2001-12-151-16/+161
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-98/+98
* More NT error codes, from Todd Sabin.Guy Harris2001-12-071-1/+126
* From Todd Sabin:Guy Harris2001-12-061-2/+2
* From Ronnie Sahlberg: reassemble DCERPC-over-SMB requests as well asGuy Harris2001-12-061-5/+42
* In the SMB dissector, keep a list of all the conversation structuresGuy Harris2001-12-061-4/+33
* There can be more than one SMB request or response in a frame whenGuy Harris2001-12-061-16/+64
* Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris2001-12-051-81/+114
* From Tim Potter: add the DOS error for "file already exists" on aGuy Harris2001-12-051-1/+2
* Don't fetch "t2i->info_level" if "t2i" is null.Guy Harris2001-12-051-20/+22
* Update from Ronnie Sahlberg:Guy Harris2001-11-291-4/+14
* When processing a response, check whether "si->sip" is null before usingGuy Harris2001-11-291-3/+3
* From Ronnie Sahlberg: track FID values between requesta and responsesGuy Harris2001-11-281-6/+35
* If a request has already been processed, and we fail to find itsGuy Harris2001-11-281-132/+101
* Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris2001-11-281-235/+207
* Remove an extra blank from a data source name.Guy Harris2001-11-271-2/+10
* In "smb_trans_defragment()", quit if "si->sip" is null, as it means weGuy Harris2001-11-261-1/+12
* Add some comments.Guy Harris2001-11-261-1/+12
* From Ronnie Sahlberg: reassemble transaction data if transactionGuy Harris2001-11-261-29/+151
* Assorted changes from Ronnie Sahlberg:Guy Harris2001-11-241-22/+36
* Discard stuff in "smb.h" not used by the dissectors, and replace theGuy Harris2001-11-211-21/+21
* Support for Transaction Secondary and Transaction2 Secondary, fromGuy Harris2001-11-211-3/+12
* Get rid of some unused variables.Guy Harris2001-11-211-27/+6