aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorNathaniel Clark <nathaniel.l.clark@intel.com>2017-11-02 11:47:33 -0400
committerAnders Broman <a.broman58@gmail.com>2017-12-31 14:26:49 +0000
commit1fcc10c17e78617dad08fa32e692ac03988cc12c (patch)
tree875cacc8e5cdc77082f61345eedfcb8bcfe85112 /epan/dissectors/Makefile.am
parentde1017462905748e92c328559683d55569f0b68f (diff)
[lnet] Initial Lustre Network Support
Add Lustre Networking layer LNET. Change-Id: I36eb9eac7e0f5e40dece0ef2ad7c038fab10e192 Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com> Reviewed-on: https://code.wireshark.org/review/24795 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index cba779e973..ded79c1eae 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -880,6 +880,7 @@ DISSECTOR_SRC = \
packet-lltd.c \
packet-lmi.c \
packet-lmp.c \
+ packet-lnet.c \
packet-logcat.c \
packet-logcat-text.c \
packet-lon.c \
@@ -1656,6 +1657,7 @@ DISSECTOR_INCLUDES = \
packet-ldp.h \
packet-link16.h \
packet-llc.h \
+ packet-lnet.h \
packet-logotypecertextn.h \
packet-lpp.h \
packet-lte-rrc.h \