Use "tvb_get_ntohieee_float()" to fetch floating-point numbers from the
[obnox/wireshark/wip.git] / packet-smb.c
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.
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...
next