aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 17:15:59 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-02-09 17:15:59 +0000
commitc08f67198863c9c6e51b5817d2dbcfe8bfb65dbf (patch)
treecca971677378ae20bf11ffb697dd795f240618de /Makefile.am
parent41f0a2c5e66cbac7ca04d7b7adff8d19bf0884cf (diff)
Dietmar Petras provided:
* fix a bug in packet-tftp.c dissecting TFTP Option Acknowledgement packets. The is no Block-Id in TFTP Option Acknowledgements, as it is in TFTP Acknowledgements. * Extension of manuf by ethernet addresses from ELSA (my company), a german vendor of ISDN routers, cable modems, etc. * New dissector for Time Protocol [RFC 0868]. That protocol works on port 37 of UDP and TCP. The implementation in this patch only dissects the more usual UDP version. It could print the time in a more fashion way, but thats for a later version. svn path=/trunk/; revision=1609
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 c0d75020db..f2d7a71ec0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.162 2000/02/05 09:19:05 guy Exp $
+# $Id: Makefile.am,v 1.163 2000/02/09 17:15:46 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -151,6 +151,7 @@ DISSECTOR_SOURCES = \
packet-tcp.c \
packet-telnet.c\
packet-tftp.c \
+ packet-time.c \
packet-tns.c \
packet-tns.h \
packet-tr.c \