aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add tvbuff class.Gilbert Ramirez2000-05-111-87/+87
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-061-3/+3
* Small fix to the LanMan stuff ...Richard Sharpe2000-02-191-2/+2
* Protocol abbreviations should be all lower case, as they're used inGuy Harris2000-02-141-10/+3
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-0/+1244