aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-22 17:27:17 +0000
committerEvan Huus <eapache@gmail.com>2013-03-22 17:27:17 +0000
commit90a70fdf6cbc906ee3627d0b55b5ca717314dd97 (patch)
tree5b208d7aa61ad9dd6ac9812e77a110e97eefd951 /epan/dissectors/Makefile.common
parent2f450cf7c9d2fc927a698da991d07975454d6715 (diff)
From David Arnold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8490
Dissector for NASDAQ's OUCH 4.x protocol. From me: - fix svn Id tag - g_snprintf includes the null-terminator in its len count, so the buffer only has to be ITEM_LABEL_LENGTH, not (ITEM_LABEL_LENGTH + 1). svn path=/trunk/; revision=48479
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 500fda6ef6..f95b28f70e 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -899,6 +899,7 @@ DISSECTOR_SRC = \
packet-osi.c \
packet-ositp.c \
packet-ospf.c \
+ packet-ouch.c \
packet-p_mul.c \
packet-packetbb.c \
packet-packetlogger.c \