Include "conversation.h", as the plugin API now includes the routines to
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Nov 2001 22:14:43 +0000 (22:14 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 4 Nov 2001 22:14:43 +0000 (22:14 +0000)
create and find conversations.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4155 f5534014-38df-0310-8fa8-9805f1628bb7

epan/plugins.c
plugins/plugin_api.h

index 819ac21445d23c009aec4567a167ba1f000500d4..0ca3d16b74a54f98942ef72b8269eaa5d1a0692e 100644 (file)
@@ -1,7 +1,7 @@
 /* plugins.c
  * plugin routines
  *
- * $Id: plugins.c,v 1.39 2001/11/04 03:37:28 guy Exp $
+ * $Id: plugins.c,v 1.40 2001/11/04 22:14:42 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -61,6 +61,7 @@
 #include "prefs.h"
 
 #ifdef PLUGINS_NEED_ADDRESS_TABLE
+#include "conversation.h"
 #include "packet-giop.h"
 #include "plugins/plugin_table.h"
 static plugin_address_table_t  patable;
index 2776e8a1090f0fe65214267bf390caf2adb213d3..c5f0a21daa902be28eeab35b802459b690ed795f 100644 (file)
@@ -1,7 +1,7 @@
 /* plugin_api.h
  * Routines for Ethereal plugins.
  *
- * $Id: plugin_api.h,v 1.26 2001/11/04 03:37:29 guy Exp $
+ * $Id: plugin_api.h,v 1.27 2001/11/04 22:14:43 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * Copyright 2000 by Gilbert Ramirez <gram@xiexie.org>
 #endif
 
 #include "packet.h"
+#include "conversation.h"
 #include "prefs.h"
 #include "packet-giop.h"