aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorHanspeter Portner <dev@open-music-kontrollers.ch>2014-03-03 14:06:58 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-06 09:21:54 +0000
commit93a59e74c38fe2039c30ef91f9a857912bd790cc (patch)
tree35f3b3059732c2487364b589349beb401458df51 /epan/dissectors/Makefile.common
parentc9dd46c27870fca9d19712aa570949a992f1d90e (diff)
Open Sound Control dissector.
Dissector for specification at http://opensoundcontrol.org/spec-1_0. - use value_string - add integer oferflow protection - remove trailing white space - add capture file to bug tracker: Bug 9837 - fix warnings by tools/fix-encodings-args.pl - make use of VALS - dissect MIDI controller messages separately Change-Id: Iab0dc01d4bf1c08eac175b6af1dd07809090c35a Reviewed-on: https://code.wireshark.org/review/454 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@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 fc8aaa9531..207f646e64 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -939,6 +939,7 @@ DISSECTOR_SRC = \
packet-opensafety.c \
packet-openvpn.c \
packet-openwire.c \
+ packet-osc.c \
packet-osi-options.c \
packet-osi.c \
packet-ositp.c \