Fixed bug in dissect_ndr_pointer(). Top level Unique and Full pointers are
[obnox/wireshark/wip.git] / packet-smb-pipe.c
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-01-27 guyNot all pointers in RAP packets point to null-terminate...
2002-01-27 guyFix "add_byte_param()" not to report multi-byte paramet...
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...
2001-12-16 guyMore MSRPC->DCERPC, from Tim Potter.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-09 guy"msrpc" -> "dcerpc", and comment cleanups, from Tim...
2001-12-05 guySupport for reassembly of DCERPC over SMB, from Ronnie...
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 guyRename the heuristic dissector table "msrpc" to "smb_tr...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-26 guyClean up the stuff that creates the pipe protocol subtr...
2001-11-25 guyFrom Ronnie Sahlberg: fix a check for a null tvbuff...
2001-11-21 guyGet rid of some unused variables.
2001-11-20 guyAllow the tvbuff pointer to various "proto_tree_add...
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 guyIf we know the pipe function code, put the function...
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: use the FID, for DCE RPC-over-SMB...
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 guyCleanup of request/response matching, from Ronnie Sahlberg.
2001-11-15 guyTvbuffification of Transaction requests, from Ronnie...
2001-11-12 guySupport for DCE RPC atop SMB, and support for several...
2001-11-03 guyRename the "private" member of the "packet_info" struct...
2001-10-26 guyIn "get_pointer_value()", don't include the terminating...
2001-10-17 jfosterfixed bug in packet-smb-pipe.c dissect_transact_data...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-08-27 guySquelch some compiler warnings.
2001-08-27 guyUse the descriptor strings when dissecting remote APIs...
2001-08-27 guyLabel the protocol as the "Microsoft Windows Lanman...
2001-08-11 guyPut the continuation data into the protocol tree for...
2001-08-11 guyPut into the protocol tree for transaction continuation...
2001-08-11 guyKeep track of transaction replies that have continuatio...
2001-08-07 guyTvbuffified SMB mailslot protocol dissector, from Ronni...
2001-08-06 guyFix up the check for an unlimited amount of storage.
2001-08-06 guyThe MID in an SMB message is not a transaction ID in...
2001-08-05 guySave the parameter and result descriptors if the frame...
2001-08-05 guyRemote API protocol (that seems to be what it's called...
2001-08-05 guyAdd a request/response flag to the "struct smb_info...
2001-08-01 guy"dissect_pipe_lanman()" is no longer used outside ...
2001-03-22 guyWhen constructing the tree for a LANMAN transaction...
2001-03-22 guyWhen dissecting LANMAN pipe transaction replies, store...
2001-03-21 guyUse common code to handle the beginning of LANMAN reque...
2001-03-21 guyWhitespace cleanup.
2001-03-21 guyShow a minimal tree for interim responses, showing...
2001-03-18 guyCorrectly handle Interim responses to TRANSACTION requests.
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2001-01-03 sharpeFix a damn stupid mistake that stopped us seeing all...
2001-01-01 sharpeA small fix to ensure that all servers/workgroups show...
2000-11-22 sharpeApply Jeroen Ruigrok van der Werven's patches ...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-14 guyAdd a comment giving the URL of the CIFS Remote Adminis...
2000-05-14 guyPut in some checks to make sure we don't go past the...
2000-05-14 guyIn a NetServEnum, there's only one byte of padding...
2000-05-11 gramAdd tvbuff class.
2000-03-06 guyFix some "proto_tree_add_text()" calls.
2000-02-19 sharpeSmall fix to the LanMan stuff ...
2000-02-14 guyProtocol abbreviations should be all lower case, as...
2000-02-14 guyJeff Foster's SMB Mailslot and Netlogin dissectors...