Assorted changes from Ronnie Sahlberg:
[obnox/wireshark/wip.git] / packet-smb.c
2001-11-24 guyAssorted changes from Ronnie Sahlberg:
2001-11-21 guyDiscard stuff in "smb.h" not used by the dissectors...
2001-11-21 guySupport for Transaction Secondary and Transaction2...
2001-11-21 guyGet rid of some unused variables.
2001-11-20 guyFrom Ronnie Sahlberg: handle transaction continuations...
2001-11-20 guyDissect the rest of the named pipe protocol. Export...
2001-11-20 guySave the function code and FID for pipe requests, and...
2001-11-19 guyDissect the setup words in pipe transactions that have...
2001-11-19 guyMake the register routines for the mailslot, pipe,...
2001-11-19 guyPass, as the first tvbuff argument to "dissect_mailslot...
2001-11-18 guyFrom Tim Potter:
2001-11-18 guyPass in the "smb_info" structure a pointer to the ...
2001-11-18 guyHave only the request and response frame numbers, and...
2001-11-16 guyAdd some bits in the Write AndX write mode as per ...
2001-11-16 guyNever put an entry into the hash table for an NT Cancel...
2001-11-16 guyDon't save a full "smb_info" structure in the hash...
2001-11-16 guyCleanup of request/response matching, from Ronnie Sahlberg.
2001-11-16 guyResponses to queries for stream information can return...
2001-11-16 guyUse "hf_smb_t2_stream_size", not "hf_smb_t2_stream_name...
2001-11-15 guyTvbuffification of Transaction requests, from Ronnie...
2001-11-13 guySquelch an MSVC++ complaint.
2001-11-12 guyInclude the sync I/O alert and nonalert bits.
2001-11-12 guyTransaction2 tvbuffified, and support added for many...
2001-11-11 guyDissect the NT create option bits. (Well, some of...
2001-11-10 guyChange from Tim Potter to show the error status in...
2001-11-09 guyMicrosoft calls it "Dfs", not "DFS", perhaps to avoid...
2001-11-09 guyNT Create and X support, from Ronnie Sahlberg.
2001-11-09 guyTvbuffification of SMB print commands, from Ronnie...
2001-11-08 guyPrint the create flags with 8 hex digits.
2001-11-08 guyPut the stuff to handle file data in read and write...
2001-11-08 guyNT Transact dissection, from Ronnie Sahlberg.
2001-11-07 guy"dissect_open_print_file_smb()" was defined but not...
2001-11-07 guyFurther tvbuffication from Ronnie Sahlberg.
2001-11-05 guyFix the previous change to handle SMBs with tvbuffified...
2001-11-05 guyPut andX commands at the same level as the first command.
2001-11-05 guyPut in some references.
2001-11-05 guyFurther tvbuffication, from Ronnie Sahlberg.
2001-11-05 guyFuther tvbuffification from Ronnie Sahlberg.
2001-11-04 guyFurther tvbuffication, from Ronnie Sahlberg.
2001-11-04 guyMore tvbuffication, from Ronnie Sahlberg.
2001-11-03 guyCheck for a zero word count in LogoffandX requests...
2001-11-03 guyClean up the display of the Flags and Flags2 fields...
2001-11-03 guyTvbuffification of Negotiate Protocol, from Ronnie...
2001-11-03 guyFirst tvbuffication change, from Ronnie Sahlberg. ...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-10-20 guyProperly handle the andX command in a LockingAndX message.
2001-09-30 guyMake several of the fields in the SMB header filterable.
2001-09-29 guyUse tvbuff routines to extract data from the SMB header.
2001-09-29 guyStart the process of tvbuffifying the SMB dissector...
2001-09-28 guyFrom Todd Sabin: dissect the auth info in connection...
2001-09-28 guyWordCount is unsigned, so test for "WordCount != 0...
2001-09-28 guyBase decisions on whether to dump the word parameters...
2001-09-27 guyAdd support for NT error codes.
2001-09-27 guyHandle interim Transact2 responses correctly.
2001-09-11 guyThe byte count field in an SMB Write request counts...
2001-09-03 guyInstead of having a single datum attached to a conversa...
2001-08-27 guyPut in a comment noting that the "Service" string in...
2001-08-27 guyHandle the "Native File System" string in a TconX respo...
2001-08-27 guyUse the descriptor strings when dissecting remote APIs...
2001-08-27 guyShow the Capabilities field in a Session Setup and...
2001-08-27 guyShow buffer formats symbolically as well as numerically.
2001-08-27 guyFix a number of SMB dissectors to correctly handle...
2001-08-27 guyMake a routine to handle fetching strings that are...
2001-08-11 guyFix a typo in a comment.
2001-08-11 guyIn the Info column for transaction responses for which...
2001-08-11 guyIf the matching request for a transaction reply wasn...
2001-08-11 guyDisplay padding and data fields in transaction requests...
2001-08-11 guySquelch a compiler warning.
2001-08-11 sharpeChange the SMB header to being a separate break-out...
2001-08-11 guyKeep track of transaction replies that have continuatio...
2001-08-07 guyTvbuffified SMB mailslot protocol dissector, from Ronni...
2001-08-06 guyThe MID in an SMB message is not a transaction ID in...
2001-08-05 guyRemote API protocol (that seems to be what it's called...
2001-08-05 guyUse the #define SMB_FLAGS_DIRN, rather than its numeric...
2001-08-05 guyAdd a request/response flag to the "struct smb_info...
2001-08-04 guyUse "val_to_str()" to convert TRANSACT2 transaction...
2001-08-02 guyAlways initialize the "last_transact_command", "last_pa...
2001-08-02 guyThe "mid" field of the "smb_request_val" structure...
2001-08-02 guyWhen looking for the request that matches a reply,...
2001-08-02 guyMake some variables and routines not used outside ...
2001-08-02 guyPut in some checks to make sure we're not running past...
2001-07-30 guyParameters to Transact and Transact2 calls are usually...
2001-06-20 guyHandle Negotiate Protocol replies with the "extended...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-05 guyFix a typo.
2001-05-20 guyFix up a cast so that it properly sign-extends the...
2001-03-20 guyPut in a note about the use of some currently-undissect...
2001-03-18 guyCorrectly handle Interim responses to TRANSACTION requests.
2001-01-29 sharpeAdded a new error code I just found ... no such share.
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-17 sharpePatches to prevent problems under Windows when time...
2000-11-22 sharpeApply Jeroen Ruigrok van der Werven's patches ...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 sharpeA small set of patches to fix one small problem and...
2000-07-30 sharpeA small change to SMB dissector so it lists near the...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
next