aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-14Add a comment giving the URL of the CIFS Remote Administration ProtocolGuy Harris1-4/+17
2000-05-14Put in some checks to make sure we don't go past the end of the frameGuy Harris1-3/+16
2000-05-14In a NetServEnum, there's only one byte of padding after the share name.Guy Harris1-3/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-87/+87
2000-03-06Fix some "proto_tree_add_text()" calls.Guy Harris1-3/+3
2000-02-19Small fix to the LanMan stuff ...Richard Sharpe1-2/+2
2000-02-14Protocol abbreviations should be all lower case, as they're used inGuy Harris1-10/+3
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-0/+1244