diff options
author | Guy Harris <guy@alum.mit.edu> | 2003-01-02 20:44:32 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2003-01-02 20:44:32 +0000 |
commit | 87ed53914bba998abda30add5473873be6ab5dfd (patch) | |
tree | fdf6dff41e8408dd5d03c447d5e5c4a1ac93ceca /Makefile.nmake | |
parent | 6664e100703fe87d558bf0eef2b710a236e6c6ee (diff) | |
download | wireshark-87ed53914bba998abda30add5473873be6ab5dfd.tar.gz wireshark-87ed53914bba998abda30add5473873be6ab5dfd.tar.bz2 wireshark-87ed53914bba998abda30add5473873be6ab5dfd.zip |
From Jeff Morriss:
make ANSI point codes filterable in MTP3;
fix a bug in the ANSI SLS dissection;
have MTP3 store the SI for use by subdissectors;
add a new MTP3-Management dissector.
Fix Makefile.nmake to include the Wellfleet HDLC dissector.
svn path=/trunk/; revision=6837
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 19b8f44e44..fb9ceb9f27 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.265 2002/12/31 08:05:29 guy Exp $ +# $Id: Makefile.nmake,v 1.266 2003/01/02 20:44:32 guy Exp $ include config.nmake include <win32.mak> @@ -204,6 +204,7 @@ DISSECTOR_SRC = \ packet-msproxy.c \ packet-mtp2.c \ packet-mtp3.c \ + packet-mtp3mg.c \ packet-nbipx.c \ packet-nbns.c \ packet-ncp.c \ @@ -314,6 +315,7 @@ DISSECTOR_SRC = \ packet-wap.c \ packet-wccp.c \ packet-wcp.c \ + packet-wfleet-hdlc.c \ packet-who.c \ packet-wlancap.c \ packet-wsp.c \ |