sq epan/dissectors/pidl/rcg/rcg.cnf
[wireshark-sm.git] / epan / dissectors / pidl / nspi / README
blob6cf799502756e924bb8399c994f5161caab0e0c5
1 OpenChange Wireshark dissector
2 ------------------------------
4 Author: Julien Kerihuel <j.kerihuel@openchange.org>, November 2006
6 0x0 Content
7 -----------
8   0x1 Installation
9   0x2 Overview
10   0x3 Developers installation
11   0x4 Limitations
12   0x5 Links
14 0x1 Installation
15 ----------------
17 Copy packet-dcerpc-nspi.c and packet-dcerpc-nspi.h in the dissector
18 wireshark directory (e.g.: wireshark/epan/dissectors) and compile.
20 That's all ;)
22 0x2 Overview
23 -------------
25 The NSPI dissector implements the following IDL functions:
26 (0x1) NspiBind
27 (0x2) NspiUnbind
28 (0x3) NspiQueryRows
29 (0x5) NspiGetMatches
30 (0x7) NspiDNToEph
31 (0x9) NspiGetProps
32 (0xc) NspiGetHierarchyInfo
34 0x3 Developers installation
35 ---------------------------
37 The ws-parser directory includes the file used to generate the nspi
38 dissector. In order to create the dissector, you need to follow this
39 procedure below:
41 1. Install Samba PIDL (>= rev 19559 if installed from samba4 sources)
42 3. Copy idl_types.h in the current directory
43 4. run "pidl --ws-parser -- nspi.idl"
46 0x4 Limitations
47 ---------------
49 - We have only implemented the SRestriction_CTR cases we found during
50 our tests:
51         * RES_AND
52         * RES_PROPERTY
54 - The current dissector implements the NSPI functions used by
55 Microsoft Exchange Server 2000/2003 but some functions used by older
56 versions of Exchange such as NspiUpdateStat may miss.
58 0x5 Links
59 -----------
61 * http://www.openchange.org
62 * http://wiki.openchange.org