aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-08 05:03:54 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-08 05:03:54 +0000
commit94800ef0fb57587105d6a7e34c549a08267d4c24 (patch)
tree90b7fa8ea8cf1dce1cc3003f8e9dcc2c434b3048 /Makefile.am
parent910517512ffb4879d92171f37ce3a0583dd3e8e0 (diff)
From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP captures
from network-based libpcaps that use that protocol. svn path=/trunk/; revision=6875
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 2b33c78c6a..0f865c7110 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.534 2003/01/06 02:24:56 guy Exp $
+# $Id: Makefile.am,v 1.535 2003/01/08 05:03:51 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -362,6 +362,7 @@ DISSECTOR_SRC = \
packet-tr.c \
packet-trmac.c \
packet-tsp.c \
+ packet-tzsp.c \
packet-ucp.c \
packet-udp.c \
packet-v120.c \