Enable building dftest by default
[metze/wireshark/wip.git] / packet-smb.c
2004-04-02 Ronnie Sahlbergdont bail out just because we dont have the entire...
2004-03-30 Richard SharpeAdd the mask for an NT ACL ACE to the summary list...
2004-03-20 Guy HarrisFrom Ronnie Sahlberg: Windows XP SP1 appears to send...
2004-03-01 Ronnie SahlbergMake the SMB dissector better at catching what is proba...
2004-02-25 Guy HarrisDissect FILE_RENAME_INFO.
2004-01-19 Jörg Mayerchar *drep -> guint8 *drep
2004-01-10 Guy HarrisEliminate "alignment.h" header - the stuff in it is...
2004-01-02 Guy HarrisFix a comment.
2004-01-02 Richard SharpeRevert a small change I made a day or so ago because...
2003-12-30 Richard SharpeA small fix from Andrew Bartlett. The Short File Name...
2003-12-28 Ulf Lampingremoved some MSVC warnings (warning level 2)
2003-12-18 Guy HarrisThe "cmd" members of "smb_saved_info_t" and "smb_info_t...
2003-12-17 Ulf Lampingremoved some more MSVC warnings (type casting)
2003-12-03 Ronnie SahlbergUpdate to SMB ReadAndX replies.
2003-11-12 Guy HarrisIf what remains of the SMB byte count exceeds the data...
2003-11-10 Ronnie SahlbergBugfix for ethereal crashes
2003-10-24 Guy HarrisFrom Jim McDonough: add one more nt status code to
2003-10-23 Ronnie SahlbergThe ACL revision field is one byte, not 2 bytes.
2003-10-01 Guy HarrisThe max count high field is 32 bits, and, in order...
2003-09-29 Jörg MayerAdded comment: XXX Argh maxcnt_high is guint16 and...
2003-09-28 Ronnie Sahlbergin ReadAndX
2003-08-28 Guy HarrisClean up white space.
2003-08-21 Guy HarrisLabel the Count field in a Write AndX response as such...
2003-08-21 Guy HarrisThe MaxCountHigh field in a READ_ANDX is given as a...
2003-08-20 Ronnie SahlbergThe length and offset for large file support for Lockin...
2003-08-19 Ronnie SahlbergUpdate to the SMB dissector so that the HighLen 16...
2003-08-17 Ronnie SahlbergUpdate to SMB
2003-08-16 Guy HarrisGet rid of an unused variable.
2003-08-15 Guy HarrisIn "dissect_transaction2_request_parameters()", "bc...
2003-08-15 Tim PotterSome fixes for UNIX CIFS extensions. There's still...
2003-08-14 Tim PotterRemoved references to CIFS TR section numbers from...
2003-08-13 Tim PotterMake some abbreviations to some value_strings to save...
2003-08-13 Tim PotterFixes for testing all variations of query fsinfo. ...
2003-08-04 Richard SharpeDissect some more set attr calls ...
2003-07-10 Tim PotterSupport for CIFS UNIX extensions as documented in the...
2003-07-10 Tim PotterAdd more entries to the query/set path/file info value_...
2003-06-15 Ronnie SahlbergThe MID field in the SMB header is in reality only...
2003-06-12 Guy HarrisAdd new routines:
2003-06-10 Guy HarrisShow the upper 2 bytes of the formerly-reserved area...
2003-06-09 Guy HarrisPut the right data into the protocol tree for the high...
2003-06-09 Richard SharpeDissect the 12-byte reserved field as a 2-byte PID...
2003-06-09 Guy HarrisUpdate the section numbers in various information level...
2003-06-08 Guy HarrisThe information levels for TRANS2_SET_{PATH,FILE}_INFOR...
2003-06-06 Tim PotterRename EA length field to EA list length. Field was...
2003-06-06 Tim PotterDissect extended attribute lists in trans2 QUERY_FILE_I...
2003-06-04 Guy HarrisThere can be more than one DCE RPC call per frame,...
2003-05-28 Guy HarrisFrom Laurent Rabret: use "g_free()", not "free()",...
2003-05-23 Tim PotterInitialise sid_str in case dissect_nt_sid() can't retur...
2003-05-22 Ronnie Sahlbergmake dissect_nt_sid() return a sid string that also...
2003-05-21 Ronnie SahlbergChange the interface to dissect_nt_sid so that we can...
2003-05-16 Ronnie SahlbergTap SMB packets before we call the dissecotrs so that...
2003-05-15 Tim PotterMore work on dissecting generic and standard mappings...
2003-05-09 Tim PotterMove the ntlmv2 response dissection out of packet-ntlms...
2003-04-29 Guy HarrisAdd a "proto_item_set_end()" routine that sets the...
2003-04-28 Ronnie Sahlbergdissect_nt_access_mask() sometimes ami is NULL.
2003-04-28 Tim PotterMove the specific rights dissection function and name...
2003-04-27 Guy HarrisNote some weirdness seen in some captures, where the...
2003-04-24 Guy HarrisFrom Jim McDonough: fix smb transact2 findfirst decodin...
2003-04-20 Guy HarrisAdd a pointer to an hf_ value for a "reassembled_in...
2003-04-18 Richard SharpeAdd some comments about the 0x10 bit in the Flags field...
2003-04-17 Guy HarrisAdd a heuristic dissector table to Vines SPP, use it...
2003-04-17 Guy HarrisUpdate a URL, and note that the Open Group publications...
2003-04-17 Guy HarrisSupport SMB as one of the protocols that can run over...
2003-04-14 Guy HarrisAdd a new routine "dissect_file_data_maybe_dcerpc(...
2003-04-14 Guy HarrisFix up some comments.
2003-04-14 Ronnie SahlbergThe two extra bytes in the write_andx request is only...
2003-04-14 Guy HarrisUse symbolic names for the various write mode bits.
2003-04-13 Guy Harris"dcerpc_fragment_table" is used only in packet-smb...
2003-04-12 Ronnie SahlbergRewrite the DCERPC over SMB reassembly completely.
2003-04-10 Ronnie SahlbergThe NT Security Descriptor revision field is only...
2003-04-09 Guy HarrisSquelch a compiler warning - the problem "should not...
2003-04-09 Ronnie SahlbergUpdate to WriteAndX request decoding so it can handle...
2003-04-03 Guy HarrisAdd some additional fields to SMB-over-IPX dissection...
2003-04-03 Guy HarrisAdd support for SMB-over-IPX.
2003-04-03 Tim PotterWhen dissecting specific rights, pass a name string...
2003-03-25 Ronnie SahlbergAdded SMB option : sid_name_snooping.
2003-03-17 Ronnie SahlbergTurn SIDs into FT_STRING fields so that we can filter...
2003-03-17 Ronnie SahlbergRename hf_smb_sid to the more appropriate hf_smb_search_id
2003-03-14 Richard SharpeMake sure that we display all the file attributes ...
2003-03-04 Richard SharpeMake sure we don't obliterate the UNICODE flag ...
2003-02-25 Tim PotterAdded 'server unavailable' dos error message.
2003-02-14 Guy HarrisProperly set the ACE type in the summary line for an...
2003-02-11 Tim PotterDecorate ACE items in an ACL with the SID and flag...
2003-02-10 Guy HarrisUpdate some comments.
2003-02-08 Guy HarrisAt least in regular SMB requests, the access mask in...
2003-02-07 Tim PotterMove dissect_nt_access_mask() from packet-dcerpc-nt...
2003-01-31 Tim PotterModify dissect_nt_sid() function to return a string...
2003-01-22 Ronnie SahlbergSMB RTT statistics for tethereal and ethereal.
2002-12-31 Richard SharpeSmall fix from Andrew Bartlett to make Is Directory...
2002-12-19 Ronnie SahlbergUpdate reassemble.c/show_item and all callers to use...
2002-12-19 Ronnie SahlbergUpdate packet-smb.c to use the new FT_FRAMENUM type
2002-12-05 Ronnie SahlbergFix for DCERPC detection when carried ontop of SMB.
2002-11-14 Tim PotterOnly display errors in SMB headers in the COL_INFO...
2002-11-08 Guy HarrisUse the same ett_ value for all security blobs, regardl...
2002-11-05 Richard SharpeA small fix to NtCreat&X from Jim McDonough ...
2002-10-24 Guy HarrisAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-09-20 Richard SharpeMore pretty-boy stuff for Write&X responses ...
2002-09-20 Richard SharpeAdd more info in the info col for write&X.
2002-09-04 Richard SharpeFix the handling of the NTLMSSP blobs in the case when...
2002-08-31 Richard SharpeFurther fixes. Properly account for the length of heade...
next