aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-04 18:45:02 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-04 18:45:02 +0000
commitf6b2458924a0fef8d513642515bdd3a297fbfee0 (patch)
treea70a146ada3498217daa4a94c3cbed76eb2e5775 /plugins/Makefile.nmake
parentcfe5890af7a14c01cb179a3d3cf558f9fa7fac56 (diff)
From Matt Poduska via bug 1957 (with minor changes):
New dissector (plugin) to support decode of the EPCglobal Low-Level Reader protocol (see llrp.org for more information). This dissector has passed fuzz testing. svn path=/trunk/; revision=33088
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index c11868b542..66fee75b4a 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -14,6 +14,7 @@ PLUGIN_LIST = \
gryphon \
interlink \
irda \
+ llrp \
m2m \
mate \
opcua \
@@ -45,8 +46,8 @@ distclean-local: clean-local
maintainer-clean-local: distclean-local
-checkapi:
- $(MAKE) -f Makefile.nmake PLUGIN_TARGET=checkapi process-plugins
+checkapi:
+ $(MAKE) -f Makefile.nmake PLUGIN_TARGET=checkapi process-plugins