Wireshark-bugs: [Wireshark-bugs] [Bug 8820] New: create moduleinfo.h from moduleinfo.nmake for p
Date: Tue, 18 Jun 2013 22:42:55 +0000
Bug ID 8820
Summary create moduleinfo.h from moduleinfo.nmake for plugins
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS Mac OS X 10.7
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter doj@cubic.org

Build Information:

--
In the plugin directory the files moduleinfo.h and moduleinfo.nmake define some
stuff for the plugin build. Both files define the same things and their
contents have to be kept in sync.

The attached patch adds a python helper program to generate a moduleinfo.h from
a moduleinfo.nmake file. It also changes all plugins in current SVN trunk to
use the new way. The patch is supposed to remove all moduleinfo.h files from
the SVN repository (but that can not be expressed in a diff file).

I have tested these changes with cmake builds on OsX and Linux, autoconf builds
on OsX and Linux and nmake builds on Win32.


You are receiving this mail because:
  • You are watching all bug changes.