char *drep -> guint8 *drep
[obnox/wireshark/wip.git] / packet-smb.c
2004-01-19 jmayerchar *drep -> guint8 *drep
2004-01-10 guyEliminate "alignment.h" header - the stuff in it is...
2004-01-02 guyFix a comment.
2004-01-02 sharpeRevert a small change I made a day or so ago because...
2003-12-30 sharpeA small fix from Andrew Bartlett. The Short File Name...
2003-12-28 ulflremoved some MSVC warnings (warning level 2)
2003-12-18 guyThe "cmd" members of "smb_saved_info_t" and "smb_info_t...
2003-12-17 ulflremoved some more MSVC warnings (type casting)
2003-12-03 sahlbergUpdate to SMB ReadAndX replies.
2003-11-12 guyIf what remains of the SMB byte count exceeds the data...
2003-11-10 sahlbergBugfix for ethereal crashes
2003-10-24 guyFrom Jim McDonough: add one more nt status code to
2003-10-23 sahlbergThe ACL revision field is one byte, not 2 bytes.
2003-10-01 guyThe max count high field is 32 bits, and, in order...
2003-09-29 jmayerAdded comment: XXX Argh maxcnt_high is guint16 and...
2003-09-28 sahlbergin ReadAndX
2003-08-28 guyClean up white space.
2003-08-21 guyLabel the Count field in a Write AndX response as such...
2003-08-21 guyThe MaxCountHigh field in a READ_ANDX is given as a...
2003-08-20 sahlbergThe length and offset for large file support for Lockin...
2003-08-19 sahlbergUpdate to the SMB dissector so that the HighLen 16...
2003-08-17 sahlbergUpdate to SMB
2003-08-16 guyGet rid of an unused variable.
2003-08-15 guyIn "dissect_transaction2_request_parameters()", "bc...
2003-08-15 tpotSome fixes for UNIX CIFS extensions. There's still...
2003-08-14 tpotRemoved references to CIFS TR section numbers from...
2003-08-13 tpotMake some abbreviations to some value_strings to save...
2003-08-13 tpotFixes for testing all variations of query fsinfo. ...
2003-08-04 sharpeDissect some more set attr calls ...
2003-07-10 tpotSupport for CIFS UNIX extensions as documented in the...
2003-07-10 tpotAdd more entries to the query/set path/file info value_...
2003-06-15 sahlbergThe MID field in the SMB header is in reality only...
2003-06-12 guyAdd new routines:
2003-06-10 guyShow the upper 2 bytes of the formerly-reserved area...
2003-06-09 guyPut the right data into the protocol tree for the high...
2003-06-09 sharpeDissect the 12-byte reserved field as a 2-byte PID...
2003-06-09 guyUpdate the section numbers in various information level...
2003-06-08 guyThe information levels for TRANS2_SET_{PATH,FILE}_INFOR...
2003-06-06 tpotRename EA length field to EA list length. Field was...
2003-06-06 tpotDissect extended attribute lists in trans2 QUERY_FILE_I...
2003-06-04 guyThere can be more than one DCE RPC call per frame,...
2003-05-28 guyFrom Laurent Rabret: use "g_free()", not "free()",...
2003-05-23 tpotInitialise sid_str in case dissect_nt_sid() can't retur...
2003-05-22 sahlbergmake dissect_nt_sid() return a sid string that also...
2003-05-21 sahlbergChange the interface to dissect_nt_sid so that we can...
2003-05-16 sahlbergTap SMB packets before we call the dissecotrs so that...
2003-05-15 tpotMore work on dissecting generic and standard mappings...
2003-05-09 tpotMove the ntlmv2 response dissection out of packet-ntlms...
2003-04-29 guyAdd a "proto_item_set_end()" routine that sets the...
2003-04-28 sahlbergdissect_nt_access_mask() sometimes ami is NULL.
2003-04-28 tpotMove the specific rights dissection function and name...
2003-04-27 guyNote some weirdness seen in some captures, where the...
2003-04-24 guyFrom Jim McDonough: fix smb transact2 findfirst decodin...
2003-04-20 guyAdd a pointer to an hf_ value for a "reassembled_in...
2003-04-18 sharpeAdd some comments about the 0x10 bit in the Flags field...
2003-04-17 guyAdd a heuristic dissector table to Vines SPP, use it...
2003-04-17 guyUpdate a URL, and note that the Open Group publications...
2003-04-17 guySupport SMB as one of the protocols that can run over...
2003-04-14 guyAdd a new routine "dissect_file_data_maybe_dcerpc(...
2003-04-14 guyFix up some comments.
2003-04-14 sahlbergThe two extra bytes in the write_andx request is only...
2003-04-14 guyUse symbolic names for the various write mode bits.
2003-04-13 guy"dcerpc_fragment_table" is used only in packet-smb...
2003-04-12 sahlbergRewrite the DCERPC over SMB reassembly completely.
2003-04-10 sahlbergThe NT Security Descriptor revision field is only...
2003-04-09 guySquelch a compiler warning - the problem "should not...
2003-04-09 sahlbergUpdate to WriteAndX request decoding so it can handle...
2003-04-03 guyAdd some additional fields to SMB-over-IPX dissection...
2003-04-03 guyAdd support for SMB-over-IPX.
2003-04-03 tpotWhen dissecting specific rights, pass a name string...
2003-03-25 sahlbergAdded SMB option : sid_name_snooping.
2003-03-17 sahlbergTurn SIDs into FT_STRING fields so that we can filter...
2003-03-17 sahlbergRename hf_smb_sid to the more appropriate hf_smb_search_id
2003-03-14 sharpeMake sure that we display all the file attributes ...
2003-03-04 sharpeMake sure we don't obliterate the UNICODE flag ...
2003-02-25 tpotAdded 'server unavailable' dos error message.
2003-02-14 guyProperly set the ACE type in the summary line for an...
2003-02-11 tpotDecorate ACE items in an ACL with the SID and flag...
2003-02-10 guyUpdate some comments.
2003-02-08 guyAt least in regular SMB requests, the access mask in...
2003-02-07 tpotMove dissect_nt_access_mask() from packet-dcerpc-nt...
2003-01-31 tpotModify dissect_nt_sid() function to return a string...
2003-01-22 sahlbergSMB RTT statistics for tethereal and ethereal.
2002-12-31 sharpeSmall fix from Andrew Bartlett to make Is Directory...
2002-12-19 sahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-19 sahlbergUpdate packet-smb.c to use the new FT_FRAMENUM type
2002-12-05 sahlbergFix for DCERPC detection when carried ontop of SMB.
2002-11-14 tpotOnly display errors in SMB headers in the COL_INFO...
2002-11-08 guyUse the same ett_ value for all security blobs, regardl...
2002-11-05 sharpeA small fix to NtCreat&X from Jim McDonough ...
2002-10-24 guyAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-09-20 sharpeMore pretty-boy stuff for Write&X responses ...
2002-09-20 sharpeAdd more info in the info col for write&X.
2002-09-04 sharpeFix the handling of the NTLMSSP blobs in the case when...
2002-08-31 sharpeFurther fixes. Properly account for the length of heade...
2002-08-31 sharpeProperly handle raw ntlmssp ...
2002-08-31 sharpeHandle the lack of a security blob in negprot response...
2002-08-30 sharpeAdd support for raw NTLMSSP blobs when talking to XP...
2002-08-29 guyFrom Ulf Lamping: change some #define names to avoid...
2002-08-29 sharpeGuided by Guy and an examination of RFC2078 and RFC2478...
next