The hash table merely associates data structures with conversations,
[obnox/wireshark/wip.git] / packet-smb.c
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...
2000-05-25 guyAssorted enhancements from Mark Burton.
2000-05-25 guyAssorted padding fixes from Mark Burton.
2000-05-11 gramAdd tvbuff class.
2000-03-21 guyAndreas Sikkema's patch to make the SMB dissector not...
2000-03-20 gramChange dfilter_init() to check for empty-string abbrevi...
2000-03-06 guyFix some "proto_tree_add_text()" calls.
2000-02-14 guyJeff Foster's SMB Mailslot and Netlogin dissectors...
2000-01-22 guy"tm_mon" in a "struct tm" is 0-based, not 1-based;...
2000-01-07 guyFix Gerald's e-mail address.
2000-01-07 gramDon't take strlen of TransactName if NULL. In fact...
1999-12-23 guyPatch from Greg Kilfoyle of Redback Networks:
1999-12-18 sharpeLatest patches for SMB decodes ... This fixes the bug...
1999-12-14 sharpeMore patches for packet-smb.c ...
1999-12-12 sharpeFixed up the problems with compilation warnings, as...
1999-12-10 oabadFixed a typo (tee instead of tree) in dissect_transact_next
1999-12-10 sharpeBeginning to handle LANMAN in a data-driven way, with...
1999-12-07 sharpeHere I am commit'ing again in a Qantas Club lounge :-)
1999-12-05 sharpeSome small fixes to the smb decoding of sessionsetup&X.
1999-11-30 gramCheck sanity of EntCount in lanman decode before going...
1999-11-27 sharpeFixed the problem of crashing when a NetServerEnum2...
1999-11-26 sharpeFixed the problem causing a SIGSEGV, and fixed problems...
next