aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorMike Morrin <morrinmike@gmail.com>2016-04-04 16:07:53 +1200
committerAnders Broman <a.broman58@gmail.com>2016-04-14 12:27:24 +0000
commit006d9821f610bb6c006ac0f0d84ab8668a307945 (patch)
tree99371e3894da6da81d6793311fac27bc0de313c1 /epan/dissectors/Makefile.common
parent7548d185ea0a744f3793ac3a9fcbf722df80d943 (diff)
Adding a dissector for the Distributed Object Framework protocol.
The DOF is part of the open-source OpenDOF Project, more information at https://opendof.org There is a sample capture file (with encryption keys) at https://wiki.wireshark.org/SampleCaptures#DOF_.28Distributed_Object_Framework.29_Protocols Change-Id: I8d8ce3edf39904d0467a403157f9de2d2a165e90 Reviewed-on: https://code.wireshark.org/review/14394 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 f56fc73906..a09b55a88b 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -520,6 +520,7 @@ DISSECTOR_SRC = \
packet-dmx.c \
packet-dnp.c \
packet-dns.c \
+ packet-dof.c \
packet-dplay.c \
packet-dpnss-link.c \
packet-dpnss.c \