Moved dissect_ndr_nt_NTTIME() from packet-dcerpc-samr.c to packet-dcerpc-nt.c
[obnox/wireshark/wip.git] / packet-smb.c
2002-03-10 sahlbergAbsolute and Relative times were swapped. Also add...
2002-03-09 guyNo need to put ", N byte{s} at offset O" into the Info...
2002-02-27 tpotDisplay a different message in the COL_INFO field for...
2002-02-22 tpotFixed up value_string for SMBE_unknownlevel error.
2002-02-22 guyInitial quota support, from Ronnie Sahlberg.
2002-02-21 guyUse the right format (one with a numerical format item...
2002-02-21 tpotExport dissect_nt_sec_desc() so it can be used by other...
2002-02-20 guyFrom Ronnie Sahlberg: add the actual SMB command to...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-02-14 guyFrom Tim Potter:
2002-02-13 guyFrom Ronnie Sahlberg: display FILETIME values of 0x8000...
2002-02-01 guyFrom Tim Potter: for all the SMBs that have a FID in...
2002-02-01 gramRemove extra white-space from text added to proto_tree.
2002-01-29 guyRedo the previous change in a slightly cleaner fashion...
2002-01-29 guy"NULL" is a pointer.
2002-01-28 guyAdd support for dissecting NT FILETIME time stamp values.
2002-01-25 guyIn the "Announce change to UAS or SAM" NETLOGON message...
2002-01-25 guyFrom Tim Potter: NT SID dissection.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyAllow a length of -1 to be specified when adding FT_NON...
2002-01-17 guyUse the "fragmented" field of the "packet_info" structu...
2002-01-15 guyFix some preferences to eliminate the extra copy of...
2002-01-15 guyWhen checking whether to do DCERPC-over-SMB reassembly...
2002-01-08 guyUse "proto_tree_add_item()", not "proto_tree_add_bytes...
2002-01-08 guyMatch requests and responses using both the MID and...
2002-01-03 guySPOOLSS RPC dissector, from Tim Potter. This includes...
2001-12-18 guyReassembly of fragmented NT Transaction responses,...
2001-12-18 guyFrom Ronnie Sahlberg: dissect security descriptor flags.
2001-12-15 guyNT ACL structure dissection, from Ronnie Sahlberg.
2001-12-15 guyNT security descriptor dissection, from Ronnie Sahlberg.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-07 guyMore NT error codes, from Todd Sabin.
2001-12-06 guyFrom Todd Sabin:
2001-12-06 guyFrom Ronnie Sahlberg: reassemble DCERPC-over-SMB reques...
2001-12-06 guyIn the SMB dissector, keep a list of all the conversati...
2001-12-06 guyThere can be more than one SMB request or response...
2001-12-05 guySupport for reassembly of DCERPC over SMB, from Ronnie...
2001-12-05 guyFrom Tim Potter: add the DOS error for "file already...
2001-12-05 guyDon't fetch "t2i->info_level" if "t2i" is null.
2001-11-29 guyUpdate from Ronnie Sahlberg:
2001-11-29 guyWhen processing a response, check whether "si->sip...
2001-11-28 guyFrom Ronnie Sahlberg: track FID values between requesta...
2001-11-28 guyIf a request has already been processed, and we fail...
2001-11-28 guyUpdates to transaction reassembly, from Ronnie Sahlberg.
2001-11-27 guyRemove an extra blank from a data source name.
2001-11-26 guyIn "smb_trans_defragment()", quit if "si->sip" is null...
2001-11-26 guyAdd some comments.
2001-11-26 guyFrom Ronnie Sahlberg: reassemble transaction data if...
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...
next