aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-04 22:19:23 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-04 22:19:23 +0000
commitd8aa1045ce371b08f2de6240cbb1eb347c366a6b (patch)
tree19040c42e234bdd1d9da01971ebd01ad6a89d578 /Makefile.am
parentf0c86f5537a8fba0d172c28d3191d61046e2e6f8 (diff)
SUA dissector, from Michael Tuexen, replacing (and subsuming) the SUA
Light dissector. svn path=/trunk/; revision=4156
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index d4fdb2a119..dcab67f8f7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.374 2001/11/03 01:56:10 guy Exp $
+# $Id: Makefile.am,v 1.375 2001/11/04 22:19:22 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -241,7 +241,7 @@ DISSECTOR_SRC = \
packet-ssl.c \
packet-stat.c \
packet-stat-notify.c \
- packet-sual.c \
+ packet-sua.c \
packet-syslog.c \
packet-tacacs.c \
packet-tcp.c \