Wireshark-commits: [Wireshark-commits] rev 19794: /trunk/ /trunk/epan/dissectors/: packet-dcerpc-nspi.c packet-dcerpc-nspi.h /trunk/idl/nspi/: Makefile README mapicodes_enum.h mapitags_enum.h nspi.idl
From:
jmayer@xxxxxxxxxxxxx
Date: Sat, 04 Nov 2006 17:44:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19794
User: jmayer
Date: 2006/11/04 05:44 PM
Log:
Julien Kerihuel:
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.
Regarding the dissector, I've noticed a bug in NspiGetMatches which isn't
dumped correctly. I'm currently investigating the problem and I'll notify the
list when a fixed version is available.
Directory: /trunk/epan/dissectors/
Changes Path Action
+10555 -92 packet-dcerpc-nspi.c Modified
+3510 -0 packet-dcerpc-nspi.h Added
Directory: /trunk/idl/nspi/
Changes Path Action
+13 -0 Makefile Added
+62 -0 README Added
+98 -0 mapicodes_enum.h Added
+3421 -0 mapitags_enum.h Added
+372 -0 nspi.idl Added