Ethereal-dev: [Ethereal-dev] small patch for ethereal_gen.py

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

From: "Frank Singleton (TX/EUS)" <frank.singleton@xxxxxxxxxxxx>
Date: Fri, 15 Apr 2005 10:42:55 -0500
Title: small patch for ethereal_gen.py

Hi,

Here is a small patch to ethereal_gen.py internal template to
reflect the new location of packet-giop.h


/Frank


[frank@picard ethereal-0.10.10]$ diff -u ethereal_gen.orig.py
ethereal_gen.py
--- ethereal_gen.orig.py        2005-04-13 15:56:04.160327604 -0500
+++ ethereal_gen.py     2005-04-13 15:57:37.317323604 -0500
@@ -2188,7 +2188,8 @@
  #include <glib.h>
  #include <epan/packet.h>
  #include <epan/proto.h>
-#include "packet-giop.h"
+#include <epan/dissectors/packet-giop.h>
+

  #ifndef ENABLE_STATIC
  G_MODULE_EXPORT const gchar version[] = "0.0.1";