diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-03-23 19:51:06 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-03-23 19:51:06 +0000 |
commit | bf1315c25615bdd7d5ebff4245d8ba37b525871e (patch) | |
tree | 634a45a948d5a88160fb8cb0352a7b5a906380e5 /Makefile.common | |
parent | e61c2f9ecc40ef8b5ca6f0af7de152a844e53bd2 (diff) | |
download | wireshark-bf1315c25615bdd7d5ebff4245d8ba37b525871e.tar.gz wireshark-bf1315c25615bdd7d5ebff4245d8ba37b525871e.tar.bz2 wireshark-bf1315c25615bdd7d5ebff4245d8ba37b525871e.zip |
From Yuri Sidelnikov: FTAM support.
svn path=/trunk/; revision=10469
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 119bdecd13..ef985db6a3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: Makefile.common,v 1.33 2004/03/23 18:02:50 tuexen Exp $ +# $Id: Makefile.common,v 1.34 2004/03/23 19:51:05 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -92,6 +92,7 @@ DISSECTOR_INCLUDES = \ packet-fcswils.h \ packet-fddi.h \ packet-frame.h \ + packet-ftam.h \ packet-giop.h \ packet-gnutella.h \ packet-gsm_a.h \ |