ILMI is just SNMP-over-ATM AAL5; if the SNMP dissector is available,
[obnox/wireshark/wip.git] / Makefile.am
index 0024f746dc4850529574386b540059169df7dd60..ef576ba645137ee2c099383de4ab1a7504f55fb4 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.102 1999/11/10 17:23:53 nneul Exp $
+# $Id: Makefile.am,v 1.111 1999/11/18 07:29:53 guy Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@zing.org>
@@ -41,6 +41,7 @@ DISSECTOR_SOURCES = \
        packet-atalk.h \
        packet-atm.c   \
        packet-bgp.c   \
+       packet-bgp.h   \
        packet-bootp.c \
        packet-bootparams.c \
        packet-bootparams.h \
@@ -70,8 +71,12 @@ DISSECTOR_SOURCES = \
        packet-ipx.h   \
        packet-isakmp.c\
        packet-lapb.c  \
+       packet-lapd.c  \
        packet-llc.c   \
        packet-lpd.c   \
+       packet-mapi.c  \
+       packet-mount.c \
+       packet-mount.h \
        packet-nbipx.c \
        packet-nbns.c  \
        packet-ncp.c   \
@@ -80,6 +85,8 @@ DISSECTOR_SOURCES = \
        packet-netbios.h \
        packet-nfs.c   \
        packet-nfs.h   \
+       packet-nlm.c   \
+       packet-nlm.h   \
        packet-nntp.c  \
        packet-ntp.c  \
        packet-ntp.h  \
@@ -94,6 +101,7 @@ DISSECTOR_SOURCES = \
        packet-ppp.c   \
        packet-pppoe.c \
        packet-pptp.c  \
+       packet-q931.c   \
        packet-radius.c\
        packet-raw.c   \
        packet-rpc.c   \
@@ -107,10 +115,13 @@ DISSECTOR_SOURCES = \
        packet-rtsp.c  \
        packet-rx.c  \
        packet-rx.h  \
+       packet-sap.c   \
        packet-sdp.c   \
        packet-smb.c   \
        packet-sna.c   \
        packet-sna.h   \
+       packet-stat.c   \
+       packet-stat.h   \
        packet-tcp.c   \
        packet-telnet.c\
        packet-tftp.c  \
@@ -154,6 +165,8 @@ ethereal_SOURCES = \
        globals.h      \
        inet_v6defs.h  \
        ipproto.c      \
+       ipv4.c         \
+       ipv4.h         \
        packet.c       \
        packet.h       \
        prefs.c        \
@@ -183,6 +196,7 @@ EXTRA_ethereal_SOURCES = \
        dfilter-grammar.h \
        dfilter-scanner.c \
        packet-snmp.c   \
+       packet-snmp.h   \
        snprintf.c      \
        snprintf.h      \
        snprintf-imp.h  \