aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 10:29:36 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-05 10:29:36 +0000
commit0f75605ced310c3d1fbcdfd09d16ed9a36e77177 (patch)
tree4701306c4fb498e04dc1f0aeffc82d4daf062926 /Makefile.common
parentb11e979bc3e1bc6b850114e87c463158275b366a (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10314 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index fcbafb8524..4bc9f2af65 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.27 2004/03/04 08:53:01 jmayer Exp $
+# $Id: Makefile.common,v 1.28 2004/03/05 10:29:35 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -72,6 +72,7 @@ DISSECTOR_INCLUDES = \
packet-diffserv-mpls-common.h \
packet-dns.h \
packet-dvmrp.h \
+ packet-e164.h \
packet-edonkey.h \
packet-esis.h \
packet-eth.h \