aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>2000-08-07 11:48:40 +0000
committerLaurent Deniel <laurent.deniel@free.fr>2000-08-07 11:48:40 +0000
commit84f2fd988b44dd8953c7101d7ed02de9ce14ec86 (patch)
tree0ccc1ad26fadd0596492ae117ee1e91758c41379
parent56b989e0adbbbdb7b5f0e9edeb47dc7ebd44ced0 (diff)
Fix compilation problem.
svn path=/trunk/; revision=2219
-rw-r--r--conversation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conversation.c b/conversation.c
index a1d84ec227..75bf2b2a6c 100644
--- a/conversation.c
+++ b/conversation.c
@@ -1,7 +1,7 @@
/* conversation.c
* Routines for building lists of packets that are part of a "conversation"
*
- * $Id: conversation.c,v 1.8 2000/08/07 03:20:20 guy Exp $
+ * $Id: conversation.c,v 1.9 2000/08/07 11:48:40 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -245,7 +245,7 @@ conversation_new(address *src, address *dst, port_type ptype,
conversation->data = data;
/* clear dissector pointer */
- conversation->dissector = NULL;
+ conversation->dissector.new = NULL;
new_index++;