Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/v5ua packet-v5ua.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: jmayer@xxxxxxxxxxxx (Joerg Mayer)
Date: Tue, 2 Mar 2004 17:45:35 -0600 (CST)
jmayer      2004/03/02 17:45:35 CST

  Modified files:
    plugins/v5ua         packet-v5ua.c 
  Log:
  Note to self: If you update the code, you should update the docs too.
  
  Update README.plugins to use ENABLE_STATIC instead of __ETHEREAL_STATIC__
  Update some plugins, that were created after my changes according to the
  outdated docs.
  Changed occurrences of
  G_MODULE_EXPORT void plugin_reg_handoff(void)
  into
  G_MODULE_EXPORT void
  plugin_reg_handoff(void)
  
  as the one line Python version doesn't work with the Python of Suse 9.0
  
  Revision  Changes    Path
  1.6       +2 -2      ethereal/plugins/v5ua/packet-v5ua.c