From 462c710e81622d16e6e1a369a0db778715104716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Mon, 16 Feb 2004 16:49:13 +0000 Subject: [PATCH] Edwin Calo: Extract strings from a postgres datastream svn path=/trunk/; revision=10069 --- Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index e9583a1537..d1e329f3f0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: Makefile.common,v 1.14 2004/02/11 20:23:19 jmayer Exp $ +# $Id: Makefile.common,v 1.15 2004/02/16 16:49:13 jmayer Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs @@ -316,6 +316,7 @@ DISSECTOR_SRC = \ packet-pim.c \ packet-pop.c \ packet-portmap.c \ + packet-postgresql.c \ packet-ppp.c \ packet-pppoe.c \ packet-pptp.c \