aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-05 10:29:36 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-05 10:29:36 +0000
commit3a993fca6c3967756aef82195555a256b650a754 (patch)
tree4701306c4fb498e04dc1f0aeffc82d4daf062926 /epan/Makefile.common
parent88440409b0ef9f6520048dd0537ff8a80a4dbb43 (diff)
From Anders Broman: add a dissector for E.164 numbers, and use it in the
ISUP dissector, to allow filtering on E.164 numbers. svn path=/trunk/; revision=10314
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 244209edcf..fcf71a33e4 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.3 2004/03/04 08:53:02 jmayer Exp $
+# $Id: Makefile.common,v 1.4 2004/03/05 10:29:36 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -158,6 +158,7 @@ DISSECTOR_SRC = \
../packet-dns.c \
../packet-dsi.c \
../packet-dvmrp.c \
+ ../packet-e164.c \
../packet-eap.c \
../packet-eapol.c \
../packet-echo.c \