aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-2/+10
* Clean up the stuff that creates the pipe protocol subtree; it shouldn'tGuy Harris2001-11-261-14/+17
* From Ronnie Sahlberg: fix a check for a null tvbuff pointer to check theGuy Harris2001-11-251-2/+2
* Get rid of some unused variables.Guy Harris2001-11-211-6/+3
* Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris2001-11-201-3/+3
* Dissect the rest of the named pipe protocol. Export from "packet-smb.c"Guy Harris2001-11-201-22/+157
* Save the function code and FID for pipe requests, and use it for theGuy Harris2001-11-201-13/+60
* If we know the pipe function code, put the function into the InfoGuy Harris2001-11-191-1/+6
* Dissect the setup words in pipe transactions that have them; thatGuy Harris2001-11-191-168/+276
* Make the register routines for the mailslot, pipe, browser, andGuy Harris2001-11-191-2/+2
* Pass, as the first tvbuff argument to "dissect_mailslot_smb()" andGuy Harris2001-11-191-13/+95
* From Tim Potter: use the FID, for DCE RPC-over-SMB, as part of theGuy Harris2001-11-181-1/+11
* Pass in the "smb_info" structure a pointer to the "smb_saved_info_t"Guy Harris2001-11-181-6/+18
* Have only the request and response frame numbers, and a "void *", in anGuy Harris2001-11-181-56/+35
* Cleanup of request/response matching, from Ronnie Sahlberg.Guy Harris2001-11-161-10/+25
* Tvbuffification of Transaction requests, from Ronnie Sahlberg.Guy Harris2001-11-151-114/+85
* Support for DCE RPC atop SMB, and support for several Microsoft DCE RPCGuy Harris2001-11-121-1/+29
* Rename the "private" member of the "packet_info" structure toGuy Harris2001-11-031-4/+4
* In "get_pointer_value()", don't include the terminating '\0' whenGuy Harris2001-10-261-105/+138
* fixed bug in packet-smb-pipe.c dissect_transact_data routine. If theJeff Foster2001-10-171-2/+4
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-14/+14
* Squelch some compiler warnings.Guy Harris2001-08-271-36/+37
* Use the descriptor strings when dissecting remote APIs; this lets usGuy Harris2001-08-271-951/+1607
* Label the protocol as the "Microsoft Windows Lanman Remote APIGuy Harris2001-08-271-2/+2
* Put the continuation data into the protocol tree for a replyGuy Harris2001-08-111-3/+3
* Put into the protocol tree for transaction continuations an item for theGuy Harris2001-08-111-1/+3
* Keep track of transaction replies that have continuations, and associateGuy Harris2001-08-111-4/+27
* Tvbuffified SMB mailslot protocol dissector, from Ronnie Sahlberg.Guy Harris2001-08-071-4/+5
* Fix up the check for an unlimited amount of storage.Guy Harris2001-08-061-3/+3
* The MID in an SMB message is not a transaction ID in, say, the ONC RPCGuy Harris2001-08-061-7/+13
* Save the parameter and result descriptors if the frame *hasn't* alreadyGuy Harris2001-08-051-3/+3
* Remote API protocol (that seems to be what it's called in a number ofGuy Harris2001-08-051-869/+1514
* Add a request/response flag to the "struct smb_info" structure, and useGuy Harris2001-08-051-44/+45
* "dissect_pipe_lanman()" is no longer used outside "packet-smb-pipe.c";Guy Harris2001-08-011-2/+2
* When constructing the tree for a LANMAN transaction continuation, useGuy Harris2001-03-221-3/+3
* When dissecting LANMAN pipe transaction replies, store with each replyGuy Harris2001-03-221-80/+69
* Use common code to handle the beginning of LANMAN requests, rather thanGuy Harris2001-03-211-143/+46
* Whitespace cleanup.Guy Harris2001-03-211-8/+8
* Show a minimal tree for interim responses, showing only the type of theGuy Harris2001-03-211-67/+58
* Correctly handle Interim responses to TRANSACTION requests.Guy Harris2001-03-181-24/+75
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Fix a damn stupid mistake that stopped us seeing all the bits in the flags on...Richard Sharpe2001-01-031-2/+2
* A small fix to ensure that all servers/workgroups show up ... Last oneRichard Sharpe2001-01-011-2/+2
* Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe2000-11-221-2/+2
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-8/+8
* Add a comment giving the URL of the CIFS Remote Administration ProtocolGuy Harris2000-05-141-4/+17
* Put in some checks to make sure we don't go past the end of the frameGuy Harris2000-05-141-3/+16
* In a NetServEnum, there's only one byte of padding after the share name.Guy Harris2000-05-141-3/+2