diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-05-28 12:07:59 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-05-28 12:07:59 +0000 |
commit | dbe5dc5fa7d482022f9bc1759921d190caaaa407 (patch) | |
tree | 71ceb32c1006a9a46e0bf03ba7e56bb39c388aa6 /Makefile.nmake | |
parent | 7a5c795f50f89f8aba139d84e04bb1f4977a0a14 (diff) | |
download | wireshark-dbe5dc5fa7d482022f9bc1759921d190caaaa407.tar.gz wireshark-dbe5dc5fa7d482022f9bc1759921d190caaaa407.tar.bz2 wireshark-dbe5dc5fa7d482022f9bc1759921d190caaaa407.zip |
Added skeleton dissector for DCERPC Browser protocol
svn path=/trunk/; revision=5578
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 ce5618adf2..f3a1f99b49 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.189 2002/05/23 23:45:22 guy Exp $ +# $Id: Makefile.nmake,v 1.190 2002/05/28 12:07:00 sahlberg Exp $ include config.nmake include <win32.mak> @@ -52,6 +52,7 @@ DISSECTOR_SRC = \ packet-data.c \ packet-dccp.c \ packet-dcerpc.c \ + packet-dcerpc-browser.c \ packet-dcerpc-conv.c \ packet-dcerpc-dfs.c \ packet-dcerpc-epm.c \ |