diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-29 09:45:58 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-29 09:45:58 +0000 |
commit | a66d50bbf201d5992e364c27446b71d935158f52 (patch) | |
tree | aee45c0a61eaedb10e87afe5ffa3f90d2f08d731 /Makefile.nmake | |
parent | d5df5579236136b73890f72e881999d487acab37 (diff) | |
download | wireshark-a66d50bbf201d5992e364c27446b71d935158f52.tar.gz wireshark-a66d50bbf201d5992e364c27446b71d935158f52.tar.bz2 wireshark-a66d50bbf201d5992e364c27446b71d935158f52.zip |
Untested support for AiroPeek captures.
svn path=/trunk/; revision=4619
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index ab82296a1d..cc8a456e9c 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.166 2002/01/29 08:44:46 guy Exp $ +# $Id: Makefile.nmake,v 1.167 2002/01/29 09:45:55 guy Exp $ include config.nmake include <win32.mak> @@ -26,6 +26,7 @@ DISSECTOR_SRC = \ packet-aarp.c \ packet-afs.c \ packet-aim.c \ + packet-airopeek.c \ packet-arp.c \ packet-ascend.c\ packet-atalk.c \ |