aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-02-20 17:28:28 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-02-20 17:28:28 +0000
commitc53a1546f5130e192fcd157f6e04e03c1a719ce6 (patch)
tree2cc54a7aae151e5e6667fb791b45a0d96bf6ab14 /epan/dissectors/Makefile.common
parent1696a933b6f408c6748571d00b7781bd1d48ac94 (diff)
From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835
Patch to add Hazelcast dissector From me : * Fix indent (use tab) * Fix a Clang Warning (about unused offset) * Reorder function * Add Paul in Authors file * Add CmakeFile modification svn path=/trunk/; revision=41081
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index de4e1f45a2..2e32105f35 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -562,6 +562,7 @@ DISSECTOR_SRC = \
packet-h263.c \
packet-h263p.c \
packet-h264.c \
+ packet-hazelcast.c \
packet-hci_h1.c \
packet-hci_h4.c \
packet-hclnfsd.c \