diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-10-14 05:10:33 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-10-14 05:10:33 +0000 |
commit | 5ed4011c300a8c1688ee5aa1b184aa0d2fc54bc7 (patch) | |
tree | e6ebd1f634e81f50abba873d4f348cf0475ca617 /Makefile.am | |
parent | 810a67a6d047552ef5a023e05064b634151ed1ad (diff) | |
download | wireshark-5ed4011c300a8c1688ee5aa1b184aa0d2fc54bc7.tar.gz wireshark-5ed4011c300a8c1688ee5aa1b184aa0d2fc54bc7.tar.bz2 wireshark-5ed4011c300a8c1688ee5aa1b184aa0d2fc54bc7.zip |
Nathan Neulinger's NTP dissector.
svn path=/trunk/; revision=828
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ecef5776c7..e6e1068bd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.84 1999/10/14 03:50:26 itojun Exp $ +# $Id: Makefile.am,v 1.85 1999/10/14 05:10:31 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -93,6 +93,8 @@ ethereal_SOURCES = \ packet-netbios.c \ packet-netbios.h \ packet-nntp.c \ + packet-ntp.c \ + packet-ntp.h \ packet-null.c \ packet-osi.c \ packet-ospf.c \ |