1NDRDUMP(1) System Administration tools NDRDUMP(1)
2
3
4
6 ndrdump - DCE/RPC Packet Parser and Dumper
7
9 ndrdump [-c context] {pipe} {format} {in|out|struct} {filename}
10
11 ndrdump [pipe]
12
13 ndrdump
14
16 ndrdump tries to parse the specified filename using Samba's parser for
17 the specified pipe and format. The third argument should be either in,
18 out or structdepending on whether the data should be parsed as a
19 request, reply or a public structure.
20
21 Running ndrdump without arguments will list the pipes for which parsers
22 are available.
23
24 Running ndrdump with one argument will list the functions and public
25 structures that Samba can parse for the specified pipe.
26
27 The primary function of ndrdump is debugging Samba's internal DCE/RPC
28 parsing functions. The file being parsed is usually one exported by
29 wiresharks “Export selected packet bytes” function.
30
31 The context argument can be used to load context data from the request
32 packet when parsing reply packets (such as array lengths).
33
35 This man page is correct for version 4.0 of the Samba suite.
36
38 wireshark, pidl
39
41 This utility is part of the Samba[1] suite, which is developed by the
42 global Samba Team[2].
43
44 ndrdump was written by Andrew Tridgell.
45
46 This manpage was written by Jelmer Vernooij.
47
49 1. Samba
50 http://www.samba.org/
51
52 2. Samba Team
53 http://www.samba.org/samba/team/
54
55
56
57Samba 4.0 11/13/2021 NDRDUMP(1)