Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

ndrdump (1)

Name

ndrdump - DCE/RPC Packet Parser and Dumper

Synopsis

ndrdump [-c context] {pipe} {format} {in|out|struct} {filename}

ndrdump [pipe]

ndrdump

Description

System Administration tools                                         NDRDUMP(1)



NAME
       ndrdump - DCE/RPC Packet Parser and Dumper

SYNOPSIS
       ndrdump [-c context] {pipe} {format} {in|out|struct} {filename}

       ndrdump [pipe]

       ndrdump

DESCRIPTION
       ndrdump tries to parse the specified filename using Samba's parser for
       the specified pipe and format. The third argument should be either in,
       out or structdepending on whether the data should be parsed as a
       request, reply or a public structure.

       Running ndrdump without arguments will list the pipes for which parsers
       are available.

       Running ndrdump with one argument will list the functions and public
       structures that Samba can parse for the specified pipe.

       The primary function of ndrdump is debugging Samba's internal DCE/RPC
       parsing functions. The file being parsed is usually one exported by
       wiresharks "Export selected packet bytes" function.

       The context argument can be used to load context data from the request
       packet when parsing reply packets (such as array lengths).

VERSION
       This man page is correct for version 4.0 of the Samba suite.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | service/network/samba |
       +---------------+-----------------------+
       |Stability      | Volatile              |
       +---------------+-----------------------+

SEE ALSO
       wireshark, pidl

AUTHOR
       This utility is part of the Samba[1] suite, which is developed by the
       global Samba Team[2].

       ndrdump was written by Andrew Tridgell.

       This manpage was written by Jelmer Vernooij.

NOTES
        1. Samba
           http://www.samba.org/

        2. Samba Team
           http://www.samba.org/samba/team/


       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       https://download.samba.org/pub/samba/stable/samba-4.13.17.tar.gz.

       Further information about this software can be found on the open source
       community website at http://www.samba.org/.



Samba 4.0                         06/28/2022                        NDRDUMP(1)