Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-06 Thread ronnie sahlberg
i have added policy handle tracking to the nspi.cnf file i also converted the restrictiontypes into an enumwhich is much better than just a list of defines and a uint32 please consider changing all other such types into proper enums as well On 11/6/06, Julien Kerihuel <[EMAIL PROTECTED]> wr

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-06 Thread Julien Kerihuel
The NSPI PCAP file is available on the Wiki: http://wiki.wireshark.org/SampleCaptures#head-21fafc22e7de823b20936a27f0815bd188ac17b8 Regards. On Mon, 2006-11-06 at 11:57 +1100, ronnie sahlberg wrote: > "I've filtered out a capture file with all the NSPI commands > implemented in the > dissector.

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-05 Thread ronnie sahlberg
"I've filtered out a capture file with all the NSPI commands implemented in thedissector. Is "SampleCapture - DCE/RPC and MSRPC-based protocols" the rightplace to upload the capture file?" Yes, that is the correct place.On 11/6/06, Julien Kerihuel <[EMAIL PROTECTED]> wrote: On Sunday 05 November 20

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-05 Thread Julien Kerihuel
On Sunday 05 November 2006 07:19, ronnie sahlberg wrote: > 2, have a look at the winreg.cnf conformance file, the section about > tracking policy handles. > This feature will add an expansion to policy handles to tell the user > in which frame they were opened/created or closed/destroyed > Done. I

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-04 Thread ronnie sahlberg
i have regenerated the dissector using latest pidl and checked it in. some comments: 1, shouldnt #define PT_UNSPECIFIED 0x #define PT_NULL 0x0001 #define PT_I2 0x0002 be an enum instead? That would make dissection much prettier. See some of the other idl files for example

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-04 Thread Julien Kerihuel
The NspiGetMatches issue is fixed. No modifications have been brought to the IDL, only fixes in Wireshark/NDR.pm (branch SAMBA_4_0 Wireshark/NDR.pm) with rev 19559. Regards. On Saturday 04 November 2006 19:00, Joerg Mayer wrote: > On Sat, Nov 04, 2006 at 05:38:18AM +0200, Julien Kerihuel wrote:

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-04 Thread ronnie sahlberg
since this is DCERPC idlthe dissector should go to epan/dissectors/pidl/ not idl/ since that is that other kind of idl. On 11/4/06, Joerg Mayer <[EMAIL PROTECTED]> wrote: > On Sat, Nov 04, 2006 at 05:38:18AM +0200, Julien Kerihuel wrote: > > some news about the NSPI dissector improvement

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-04 Thread Joerg Mayer
On Sat, Nov 04, 2006 at 05:38:18AM +0200, Julien Kerihuel wrote: > some news about the NSPI dissector improvements/bugs/fixes: > > The new version of the dissector will compile without any patches to apply to > Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as > retur

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-03 Thread Julien Kerihuel
Hello, some news about the NSPI dissector improvements/bugs/fixes: The new version of the dissector will compile without any patches to apply to Wireshark/NDR.pm. Jelmer has improved the patch and pidl now support enums as return type. Regarding the nspi.cnf file, it won't be useful anymore. R

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-01 Thread Julien Kerihuel
I've added GPL license headers and a ws-parser directory which includes: - nspi.idl - nspi.cnf - mapitags_enum.h and mapicodes_enum.h Both theses files are generated with a small parser I've written. The whole material is available in the core directory if needed: svn://kb.openchange.org/opencha

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-01 Thread Joerg Mayer
On Wed, Nov 01, 2006 at 09:51:08PM +0100, Joerg Mayer wrote: > On Wed, Nov 01, 2006 at 09:40:59PM +0200, Julien Kerihuel wrote: > > > > svn co svn://kb.openchange.org/openchange/tools/dissector > > This only contains the .h and .c files. Can you please add the files > mentioned in the following s

Re: [Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-01 Thread Joerg Mayer
On Wed, Nov 01, 2006 at 09:40:59PM +0200, Julien Kerihuel wrote: > > svn co svn://kb.openchange.org/openchange/tools/dissector This only contains the .h and .c files. Can you please add the files mentioned in the following section: /* DO NOT EDIT This filter was automatically generated

[Wireshark-dev] contribution: OpenChange dissector for NSPI protocol

2006-11-01 Thread Julien Kerihuel
Hello, I'm running the OpenChange project which intends to provide an Open Source implementation of Microsoft Exchange Server 2000/2003 under Unix platforms. (http://www.openchange.org) OpenChange runs as a Samba4 plugin and uses pidl with our exchange IDL file. Since a couple of days, we've r