diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-10-31 00:43:21 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-10-31 00:43:21 +0000 |
commit | 0247fbeb1554b58b434f7c8722d4b7ba3bcc5013 (patch) | |
tree | 5a53e326f6692d879d2277af6107a9906020de5c /wiretap/Makefile.am | |
parent | 6f7c4c683658a06676cd892fa103318d972a337c (diff) | |
download | wireshark-0247fbeb1554b58b434f7c8722d4b7ba3bcc5013.tar.gz wireshark-0247fbeb1554b58b434f7c8722d4b7ba3bcc5013.tar.bz2 wireshark-0247fbeb1554b58b434f7c8722d4b7ba3bcc5013.zip |
From Scott Emberley: support for reading Network Instruments version 9
capture files.
svn path=/trunk/; revision=8840
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r-- | wiretap/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index 9780aff8e4..7b7acb9ee6 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Wiretap # -# $Id: Makefile.am,v 1.46 2003/10/30 03:11:02 guy Exp $ +# $Id: Makefile.am,v 1.47 2003/10/31 00:43:21 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -69,6 +69,8 @@ libwiretap_a_SOURCES = \ netmon.h \ nettl.c \ nettl.h \ + network_instruments.c \ + network_instruments.h \ netxray.c \ netxray.h \ ngsniffer.c \ |