Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 21260: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 29 Mar 2007 01:39:00 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21260

User: sahlberg
Date: 2007/03/29 01:39 AM

Log:
 regenerate these dissectors using a patched pidl to add some extra pragmas to keep ms compilers happy
 
 
 
 the pidl patch required :
 Index: lib/Parse/Pidl/Wireshark/NDR.pm
 ===================================================================
 --- lib/Parse/Pidl/Wireshark/NDR.pm     (revision 22005)
 +++ lib/Parse/Pidl/Wireshark/NDR.pm     (working copy)
 @@ -916,6 +916,14 @@
         $res{headers} .= "#ifdef HAVE_CONFIG_H\n";
         $res{headers} .= "#include \"config.h\"\n";
         $res{headers} .= "#endif\n\n";
 +
 +       $res{headers} .= "#ifdef _MSC_VER\n";
 +       $res{headers} .= "#pragma warning(disable:4005)\n";
 +       $res{headers} .= "#pragma warning(disable:4013)\n";
 +       $res{headers} .= "#endif\n\n";
 +
 +
 +
         $res{headers} .= "#include <glib.h>\n";
         $res{headers} .= "#include <string.h>\n";
         $res{headers} .= "#include <epan/packet.h>\n\n";

Directory: /trunk/epan/dissectors/
  Changes    Path                      Action
  +5 -0      packet-dcerpc-atsvc.c     Modified
  +5 -0      packet-dcerpc-dfs.c       Modified
  +5 -0      packet-dcerpc-efs.c       Modified
  +5 -0      packet-dcerpc-winreg.c    Modified