From ad0107ddf4d60aa230e0586b77fc6bd90bc927a4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 1 Dec 2003 23:05:09 +0000 Subject: From Michael Lum: add a message statistics tap for ANSI A interface for Tethereal; fix the BSSAP, BSMAP, and DTAP interface dissectors to call subdissectors even if no protocol tree is being built. svn path=/trunk/; revision=9132 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 14b02fdc3f..90f88f3f17 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.660 2003/11/25 08:10:55 guy Exp $ +# $Id: Makefile.am,v 1.661 2003/12/01 23:05:08 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs @@ -606,6 +606,7 @@ noinst_HEADERS = \ packet-afs-macros.h \ packet-afs-register-info.h \ packet-afs.h \ + packet-ansi_a.h \ packet-arcnet.h \ packet-arp.h \ packet-atalk.h \ @@ -931,6 +932,7 @@ ethereal_LDADD = \ @PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@ TETHEREAL_TAP_SRC = \ + tap-ansi_astat.c \ tap-bootpstat.c \ tap-dcerpcstat.c \ tap-h225counter.c \ -- cgit v1.2.3