diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-06-04 18:45:02 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-06-04 18:45:02 +0000 |
commit | f6b2458924a0fef8d513642515bdd3a297fbfee0 (patch) | |
tree | a70a146ada3498217daa4a94c3cbed76eb2e5775 /plugins/Makefile.am | |
parent | cfe5890af7a14c01cb179a3d3cf558f9fa7fac56 (diff) | |
download | wireshark-f6b2458924a0fef8d513642515bdd3a297fbfee0.tar.gz wireshark-f6b2458924a0fef8d513642515bdd3a297fbfee0.tar.bz2 wireshark-f6b2458924a0fef8d513642515bdd3a297fbfee0.zip |
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.am')
-rw-r--r-- | plugins/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index f7f49cf3e3..8e33478c7e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -30,6 +30,7 @@ SUBDIRS = $(_CUSTOM_SUBDIRS_) \ gryphon \ interlink \ irda \ + llrp \ m2m \ mate \ opcua \ |