aboutsummaryrefslogtreecommitdiffstats
path: root/packet-quake.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-quake.c')
-rw-r--r--packet-quake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-quake.c b/packet-quake.c
index 6982725d1c..920d864423 100644
--- a/packet-quake.c
+++ b/packet-quake.c
@@ -4,7 +4,7 @@
* Uwe Girlich <uwe@planetquake.com>
* http://www.idsoftware.com/q1source/q1source.zip
*
- * $Id: packet-quake.c,v 1.17 2001/07/03 04:56:45 guy Exp $
+ * $Id: packet-quake.c,v 1.18 2001/09/03 10:33:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -241,7 +241,7 @@ dissect_quake_CCREP_ACCEPT
port = tvb_get_letohl(tvb, 0);
c = conversation_new( &pinfo->src, &pinfo->dst, PT_UDP, port,
- pinfo->destport, NULL, 0);
+ pinfo->destport, 0);
if (c) {
conversation_set_dissector(c, dissect_quake);
}