ronnie sahlberg wrote: > Yeah, there is a whole bunch of references to it. > Since it was static in the generated file and declared extern in the header > file this makes it not compile on some systems > >
Unless I'm missing something there are no longer any references to sminmpec_values in the Wireshark sources (trunk) other than in sminmpec.c itself. I changed the references to sminmpec_values in the various dissectors and etc to reference sminmpec_values_ext a while back. Also the extern declaration of sminmpec_values in sminmpec.h has been replaced by an extern declaration of sminmec_values_ext. So: I believe that sminmpec_values can be declared as static. Could the issue you are noticing be that some sources (those which #include sminmpec.h) need to be recompiled ?? :) Bill ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
