From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- librpc/tools/ndrdump.1.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 librpc/tools/ndrdump.1.xml (limited to 'librpc/tools/ndrdump.1.xml') diff --git a/librpc/tools/ndrdump.1.xml b/librpc/tools/ndrdump.1.xml new file mode 100644 index 0000000..fa6d763 --- /dev/null +++ b/librpc/tools/ndrdump.1.xml @@ -0,0 +1,89 @@ + + + + + + ndrdump + 1 + Samba + System Administration tools + 4.0 + + + + + ndrdump + DCE/RPC Packet Parser and Dumper + + + + + 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. + + + + SEE ALSO + + wireshark, pidl + + + + + AUTHOR + + This utility is part of the Samba suite, which is developed by the global Samba Team. + + ndrdump was written by Andrew Tridgell. + + This manpage was written by Jelmer Vernooij. + + + + -- cgit v1.2.3