aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-18 21:00:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-10-18 21:00:01 +0000
commit7a8cb2fd48a3d63a9a86b35a98c76248c9ace02f (patch)
tree6584b5fe66afe4a5adb5bda9211cf61ed2a3c6ce /Makefile.nmake
parent73974b58a3f55da71b6ef1bcabd85cd425c5da67 (diff)
From Peter Fales: ARCNET support.
Sort the lists of dissectors in the DISSECTOR_SRC macros in "Makefile.am" and "Makefile.nmake". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6450 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c84de72ae9..d574b84df3 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.242 2002/10/16 14:45:27 gerald Exp $
+# $Id: Makefile.nmake,v 1.243 2002/10/18 20:59:56 guy Exp $
include config.nmake
include <win32.mak>
@@ -32,6 +32,7 @@ DISSECTOR_SRC = \
packet-ajp13.c \
packet-aodv.c \
packet-aodv6.c \
+ packet-arcnet.c \
packet-arp.c \
packet-asap.c \
packet-ascend.c\
@@ -95,8 +96,8 @@ DISSECTOR_SRC = \
packet-dcerpc-rs_replist.c \
packet-dcerpc-rs_unix.c \
packet-dcerpc-rsec_login.c \
- packet-dcerpc-secidmap.c \
packet-dcerpc-samr.c \
+ packet-dcerpc-secidmap.c \
packet-dcerpc-spoolss.c \
packet-dcerpc-srvsvc.c \
packet-dcerpc-tapi.c \
@@ -225,9 +226,9 @@ DISSECTOR_SRC = \
packet-q931.c \
packet-qllc.c \
packet-quake.c \
- packet-quakeworld.c \
packet-quake2.c \
packet-quake3.c \
+ packet-quakeworld.c \
packet-radius.c\
packet-ranap.c \
packet-raw.c \
@@ -267,9 +268,9 @@ DISSECTOR_SRC = \
packet-smtp.c \
packet-sna.c \
packet-snaeth.c \
- packet-spnego.c \
packet-snmp.c \
packet-socks.c \
+ packet-spnego.c \
packet-spray.c \
packet-srvloc.c \
packet-sscop.c \
@@ -297,12 +298,12 @@ DISSECTOR_SRC = \
packet-vlan.c \
packet-vrrp.c \
packet-vtp.c \
+ packet-wap.c \
packet-wccp.c \
packet-wcp.c \
packet-who.c \
- packet-wap.c \
- packet-wtls.c \
packet-wsp.c \
+ packet-wtls.c \
packet-wtp.c \
packet-x11.c \
packet-x25.c \