aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-03 23:54:50 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-03 23:54:50 +0000
commit78191a09b5cd5840a8cc94879094f63b808ba1e8 (patch)
tree8bf9f4695bfd8a400041d67a45a8e683ab3c7484 /Makefile.am
parent56c65fa63b3ac370d6194e45873c4815af19f8c8 (diff)
From Felix Fei: GSM MAP support.
From Michael Lum: Modified for better TCAP separation, fixed EOC handling (a la TCAP). Added parameter parsing (although not dissection or naming). svn path=/trunk/; revision=9160
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 90f88f3f17..c02f3a8b8d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.661 2003/12/01 23:05:08 guy Exp $
+# $Id: Makefile.am,v 1.662 2003/12/03 23:54:49 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -238,6 +238,7 @@ DISSECTOR_SRC = \
packet-gprs-ns.c \
packet-gre.c \
packet-gsm_a.c \
+ packet-gsm_map.c \
packet-gsm_sms.c \
packet-gssapi.c \
packet-gtp.c \