- some radcom files seem to have a different magic key than the one we
[obnox/wireshark/wip.git] / packet-smb.c
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...
2002-08-29 sharpeFix up dissect_file_attributes
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-25 guyExpand on a note in a comment.
2002-08-22 tpotThese guys got lost in a merge. Actually call the...
2002-08-22 sharpeFirst part of support for Thursby's Mac extenstions...
2002-08-19 guyLimit the parameter and data tvbuffs to the actual...
2002-08-13 sahlbergAdded server name to negprot reply and fixed a pointer...
2002-08-10 guyFrom Devin Heitmueller: dissect NTLMSSP authentication...
2002-08-07 tpotAdded DOS error 259 - no more items.
2002-08-06 guyTypo fix.
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-27 sahlbergChanged the SMB dissector to put ALL command PDUs in...
2002-07-27 sahlbergIf conversations have already been created in lower...
2002-07-20 guyFrom Prabhakar Krishnan: add item to SMB protocol tree...
2002-07-13 tpotFixed up some warnings.
2002-06-07 guyAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-05 sahlbergAdded show_fragment_tree() to reassemble. This function...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-06-02 sahlbergAnother small DCERPC interface from the winsows world...
2002-05-30 guySMB 0x31 is "Close And Tree Disconnect", not "Close...
2002-05-29 guyDisplay unsigned quantities with "%u".
2002-05-26 guyPut back the stuff to dissect the last 2 bytes of
2002-05-26 guyFix "dissect_unknown()" to properly step through the...
2002-05-26 guyPut in some additional information from:
2002-05-25 guyAdd messaging SMBs.
2002-05-23 sahlbergAdditions to the MAPI dissector. Function 02 for MAPI.
2002-05-16 guyFrom Andrew Esh: support for additional interest levels in
2002-05-15 guyFrom Andrew Esh: support for interest level 1003 and...
2002-05-10 guyUpdate the URL and comment for the SNIA CIFS spec,...
2002-05-08 tpotAdded constant and value_string for invalid security...
2002-04-30 guyFrom Joerg Mayer: get rid of unused "pinfo" argument to
2002-04-30 guyGet rid of some unused arguments, and mark some others...
2002-04-29 guyThere's no need to allocate and fill in an array of...
2002-04-29 guyRemoval (or, at least, #ifdeffing out) of unused variab...
2002-04-28 guyPut in a note about the "primary domain" in the Negotia...
2002-04-27 guyFix the test in "dissect_smb_datetime()" for "no date...
2002-04-24 tpotSometimes there is some junk at the end of an ACE so...
2002-04-24 tpotAdded 'invalid security descriptor' error to list of...
2002-04-23 guyClean up the descriptions of reassembly preferences.
2002-04-22 guySupport for NT Rename SMB, from Steven French.
2002-04-22 guyFix the return value of "dissect_nt_sec_desc()".
2002-04-22 guyCorrectly dissect LSA security descriptors, at least...
2002-04-17 sahlbergBugfixes for LSA dissector and a small change to the...
2002-04-16 guyDo the standard "next entry offset" stuff in NT NOTIFY...
2002-04-09 tpotFixed two instances where si->sip was being not checked...
2002-04-08 gramMore static-ization.
2002-03-29 sahlbergcopylen should be unsigned when we check the range...
2002-03-27 guyThe Unicode Consortium's country code table has been...
2002-03-27 guyIn the protocol tree entries for lists of fragments...
2002-03-26 guyThe Unicode Consortium's table has some errors in it...
2002-03-25 guyThe Cygwin "winnls.h" header, and the Microsoft "winnls...
2002-03-20 guyWhen dissecting an SID with more than 4 authorities...
2002-03-20 guyHandle Read operations on IPC trees as DCE RPC.
2002-03-19 sharpeExpress the RID separately of more than 4 sub-authoriti...
2002-03-19 guyTreat WriteAndX operations on IPC trees as containing...
2002-03-19 sahlbergTiny quota updates
2002-03-18 sahlbergQuota updates. GetUserQuota implemented and support...
2002-03-18 sahlbergAdd dissection of one more bit in Quota FS Flags bitmask
2002-03-17 sahlbergquota update partial NTGetUserQuota support
2002-03-17 sahlbergPartial dissection of NT Set User Quota data block
2002-03-17 sahlbergSMB Quota updates
2002-03-17 sahlbergUpdates for NT QUOTA in packet-smb.c
2002-03-16 guyThe service is just called "IPC"; the pipe is what...
2002-03-16 guyWhether the data returned from a read or sent in a...
2002-03-16 guyThere is no guarantee that, when processing an SMB...
2002-03-16 sahlbergA new type of DCERPC over SMB transport.
2002-03-15 sharpePretty up the SID dissector ...
2002-03-15 sahlbergMoved the value_string for MS country codes from packet...
2002-03-15 tpotAdded error messages for invalid name and invalid form...
2002-03-14 guyClean up the display of the top-level item for the...
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.
next