aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-29Redo the previous change in a slightly cleaner fashion (don't convertGuy Harris1-7/+11
2002-01-29"NULL" is a pointer.Guy Harris1-2/+2
2002-01-28Add support for dissecting NT FILETIME time stamp values.Guy Harris1-123/+184
2002-01-25In the "Announce change to UAS or SAM" NETLOGON message, dissect theGuy Harris1-2/+2
2002-01-25From Tim Potter: NT SID dissection.Guy Harris1-8/+15
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-9/+9
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-15/+25
2002-01-15Fix some preferences to eliminate the extra copy of the protocol name atGuy Harris1-5/+5
2002-01-15When checking whether to do DCERPC-over-SMB reassembly on a Read and XGuy Harris1-6/+6
2002-01-08Use "proto_tree_add_item()", not "proto_tree_add_bytes()", to add anGuy Harris1-2/+3
2002-01-08Match requests and responses using both the MID and the PID; the SNIAGuy Harris1-40/+49
2002-01-03SPOOLSS RPC dissector, from Tim Potter. This includes adding additionalGuy Harris1-2/+11
2001-12-18Reassembly of fragmented NT Transaction responses, from Ronnie Sahlberg.Guy Harris1-32/+92
2001-12-18From Ronnie Sahlberg: dissect security descriptor flags.Guy Harris1-192/+206
2001-12-15NT ACL structure dissection, from Ronnie Sahlberg.Guy Harris1-3/+391
2001-12-15NT security descriptor dissection, from Ronnie Sahlberg.Guy Harris1-16/+161
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-98/+98
2001-12-07More NT error codes, from Todd Sabin.Guy Harris1-1/+126
2001-12-06From Todd Sabin:Guy Harris1-2/+2
2001-12-06From Ronnie Sahlberg: reassemble DCERPC-over-SMB requests as well asGuy Harris1-5/+42
2001-12-06In the SMB dissector, keep a list of all the conversation structuresGuy Harris1-4/+33
2001-12-06There can be more than one SMB request or response in a frame whenGuy Harris1-16/+64
2001-12-05Support for reassembly of DCERPC over SMB, from Ronnie Sahlberg.Guy Harris1-81/+114
2001-12-05From Tim Potter: add the DOS error for "file already exists" on aGuy Harris1-1/+2
2001-12-05Don't fetch "t2i->info_level" if "t2i" is null.Guy Harris1-20/+22
2001-11-29Update from Ronnie Sahlberg:Guy Harris1-4/+14
2001-11-29When processing a response, check whether "si->sip" is null before usingGuy Harris1-3/+3
2001-11-28From Ronnie Sahlberg: track FID values between requesta and responsesGuy Harris1-6/+35
2001-11-28If a request has already been processed, and we fail to find itsGuy Harris1-132/+101
2001-11-28Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris1-235/+207
2001-11-27Remove an extra blank from a data source name.Guy Harris1-2/+10
2001-11-26In "smb_trans_defragment()", quit if "si->sip" is null, as it means weGuy Harris1-1/+12
2001-11-26Add some comments.Guy Harris1-1/+12
2001-11-26From Ronnie Sahlberg: reassemble transaction data if transactionGuy Harris1-29/+151
2001-11-24Assorted changes from Ronnie Sahlberg:Guy Harris1-22/+36
2001-11-21Discard stuff in "smb.h" not used by the dissectors, and replace theGuy Harris1-21/+21
2001-11-21Support for Transaction Secondary and Transaction2 Secondary, fromGuy Harris1-3/+12
2001-11-21Get rid of some unused variables.Guy Harris1-27/+6
2001-11-20From Ronnie Sahlberg: handle transaction continuations the way we handleGuy Harris1-27/+69
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris1-19/+27
2001-11-20Save the function code and FID for pipe requests, and use it for theGuy Harris1-10/+13
2001-11-19Dissect the setup words in pipe transactions that have them; thatGuy Harris1-20/+59
2001-11-19Make the register routines for the mailslot, pipe, browser, andGuy Harris1-16/+1
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris1-133/+151
2001-11-18From Tim Potter:Guy Harris1-8/+68
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris1-97/+139
2001-11-18Have only the request and response frame numbers, and a "void *", in anGuy Harris1-126/+313