aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Ronnie Sahlberg: handle transaction continuations the way we handleGuy Harris2001-11-201-27/+69
* Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris2001-11-201-19/+27
* Save the function code and FID for pipe requests, and use it for theGuy Harris2001-11-201-10/+13
* Dissect the setup words in pipe transactions that have them; thatGuy Harris2001-11-191-20/+59
* Make the register routines for the mailslot, pipe, browser, andGuy Harris2001-11-191-16/+1
* Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris2001-11-191-133/+151
* From Tim Potter:Guy Harris2001-11-181-8/+68
* Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris2001-11-181-97/+139
* Have only the request and response frame numbers, and a "void *", in anGuy Harris2001-11-181-126/+313
* Add some bits in the Write AndX write mode as per "Microsoft NetworksGuy Harris2001-11-161-3/+29
* Never put an entry into the hash table for an NT Cancel request, even ifGuy Harris2001-11-161-7/+10
* Don't save a full "smb_info" structure in the hash tables for requestsGuy Harris2001-11-161-94/+133
* Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris2001-11-161-872/+425
* Responses to queries for stream information can return more than oneGuy Harris2001-11-161-24/+69
* Use "hf_smb_t2_stream_size", not "hf_smb_t2_stream_name_length", whenGuy Harris2001-11-161-2/+2
* Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris2001-11-151-1348/+281
* Squelch an MSVC++ complaint.Guy Harris2001-11-131-1/+2
* Include the sync I/O alert and nonalert bits.Guy Harris2001-11-121-1/+23
* Transaction2 tvbuffified, and support added for many Transaction2 SMBs,Guy Harris2001-11-121-1301/+4276
* Dissect the NT create option bits. (Well, some of them, anyway.)Guy Harris2001-11-111-35/+149
* Change from Tim Potter to show the error status in the Info column forGuy Harris2001-11-101-21/+171
* Microsoft calls it "Dfs", not "DFS", perhaps to avoid confusion with theGuy Harris2001-11-091-6/+6
* NT Create and X support, from Ronnie Sahlberg.Guy Harris2001-11-091-7/+280
* Tvbuffification of SMB print commands, from Ronnie Sahlberg.Guy Harris2001-11-091-430/+350
* Print the create flags with 8 hex digits.Guy Harris2001-11-081-17/+26
* Put the stuff to handle file data in read and write requests into aGuy Harris2001-11-081-137/+148
* NT Transact dissection, from Ronnie Sahlberg.Guy Harris2001-11-081-7/+1876
* "dissect_open_print_file_smb()" was defined but not used; put it intoGuy Harris2001-11-071-2/+2
* Further tvbuffication from Ronnie Sahlberg.Guy Harris2001-11-071-2990/+1928
* Fix the previous change to handle SMBs with tvbuffified dissectors.Guy Harris2001-11-051-2/+2
* Put andX commands at the same level as the first command.Guy Harris2001-11-051-2/+4
* Put in some references.Guy Harris2001-11-051-1/+26
* Further tvbuffication, from Ronnie Sahlberg.Guy Harris2001-11-051-1333/+770
* Futher tvbuffification from Ronnie Sahlberg.Guy Harris2001-11-051-888/+506
* Further tvbuffication, from Ronnie Sahlberg.Guy Harris2001-11-041-2288/+1466
* More tvbuffication, from Ronnie Sahlberg.Guy Harris2001-11-041-760/+437
* Check for a zero word count in LogoffandX requests and replies.Guy Harris2001-11-031-37/+45
* Clean up the display of the Flags and Flags2 fields, and add a missingGuy Harris2001-11-031-52/+63
* Tvbuffification of Negotiate Protocol, from Ronnie Sahlberg.Guy Harris2001-11-031-580/+972
* First tvbuffication change, from Ronnie Sahlberg. Also changes SMBGuy Harris2001-11-031-653/+1126
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-2/+2
* Properly handle the andX command in a LockingAndX message.Guy Harris2001-10-201-13/+14