aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-28If a request has already been processed, and we fail to find itsGuy Harris1-7/+13
2001-11-28Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris1-1/+29
2001-11-27Rename the heuristic dissector table "msrpc" to "smb_transact", toGuy Harris1-5/+5
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-2/+10
2001-11-26Clean up the stuff that creates the pipe protocol subtree; it shouldn'tGuy Harris1-14/+17
2001-11-25From Ronnie Sahlberg: fix a check for a null tvbuff pointer to check theGuy Harris1-2/+2
2001-11-21Get rid of some unused variables.Guy Harris1-6/+3
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-3/+3
2001-11-20Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris1-22/+157
2001-11-20Save the function code and FID for pipe requests, and use it for theGuy Harris1-13/+60
2001-11-19If we know the pipe function code, put the function into the InfoGuy Harris1-1/+6
2001-11-19Dissect the setup words in pipe transactions that have them; thatGuy Harris1-168/+276
2001-11-19Make the register routines for the mailslot, pipe, browser, andGuy Harris1-2/+2
2001-11-19Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris1-13/+95
2001-11-18From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris1-1/+11
2001-11-18Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris1-6/+18
2001-11-18Have only the request and response frame numbers, and a "void *", in anGuy Harris1-56/+35
2001-11-16Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris1-10/+25
2001-11-15Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris1-114/+85
2001-11-12Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris1-1/+29
2001-11-03Rename the "private" member of the "packet_info" structure toGuy Harris1-4/+4
2001-10-26In "get_pointer_value()", don't include the terminating '\0' whenGuy Harris1-105/+138
2001-10-17fixed bug in packet-smb-pipe.c dissect_transact_data routine. If theJeff Foster1-2/+4
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-14/+14
2001-08-27Squelch some compiler warnings.Guy Harris1-36/+37
2001-08-27Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris1-951/+1607
2001-08-27Label the protocol as the "Microsoft Windows Lanman Remote APIGuy Harris1-2/+2
2001-08-11Put the continuation data into the protocol tree for a replyGuy Harris1-3/+3
2001-08-11Put into the protocol tree for transaction continuations an item for theGuy Harris1-1/+3
2001-08-11Keep track of transaction replies that have continuations, and associateGuy Harris1-4/+27
2001-08-07Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris1-4/+5
2001-08-06Fix up the check for an unlimited amount of storage.Guy Harris1-3/+3
2001-08-06The MID in an SMB message is not a transaction ID in, say, the ONC RPCGuy Harris1-7/+13
2001-08-05Save the parameter and result descriptors if the frame *hasn't* alreadyGuy Harris1-3/+3
2001-08-05Remote API protocol (that seems to be what it's called in a number ofGuy Harris1-869/+1514
2001-08-05Add a request/response flag to the "struct smb_info" structure, and useGuy Harris1-44/+45
2001-08-01"dissect_pipe_lanman()" is no longer used outside "packet-smb-pipe.c";Guy Harris1-2/+2
2001-03-22When constructing the tree for a LANMAN transaction continuation, useGuy Harris1-3/+3
2001-03-22When dissecting LANMAN pipe transaction replies, store with each replyGuy Harris1-80/+69
2001-03-21Use common code to handle the beginning of LANMAN requests, rather thanGuy Harris1-143/+46
2001-03-21Whitespace cleanup.Guy Harris1-8/+8
2001-03-21Show a minimal tree for interim responses, showing only the type of theGuy Harris1-67/+58
2001-03-18Correctly handle Interim responses to TRANSACTION requests.Guy Harris1-24/+75
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2001-01-03Fix a damn stupid mistake that stopped us seeing all the bits in the flags on...Richard Sharpe1-2/+2
2001-01-01A small fix to ensure that all servers/workgroups show up ... Last oneRichard Sharpe1-2/+2
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe1-2/+2
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+4
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-8/+8