summaryrefslogtreecommitdiff
path: root/ethereal_gen.py
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-01 06:47:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-01 06:47:15 +0000
commit9afc2ed9955125a34b147d1dc2c4f2ef4e57a36e (patch)
tree923851e09055bf8bcad61a16296b5c823009fd08 /ethereal_gen.py
parenta811b8f0ccadc54833b8a5d203601bb175d63a4d (diff)
downloadwireshark-9afc2ed9955125a34b147d1dc2c4f2ef4e57a36e.tar.gz
From Paolo Frigo :
A new plugin based on GIOP to recognize Tango packets. TANGO is an object oriented distributed control system based on CORBA. Tango is being actively developed as a collaborative effort among the ESRF, Soleil, Elettra and ALBA synchrotron facilities. TANGO is an open source project hosted by SourceForge. svn path=/trunk/; revision=14514
Diffstat (limited to 'ethereal_gen.py')
-rw-r--r--ethereal_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal_gen.py b/ethereal_gen.py
index 14f8440b39..56656eb673 100644
--- a/ethereal_gen.py
+++ b/ethereal_gen.py
@@ -2188,7 +2188,7 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
#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";