aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-21 15:43:48 +0000
committerEvan Huus <eapache@gmail.com>2013-03-21 15:43:48 +0000
commit95a9ea71499e60fd1cc2bce9539c73f9cf1007a3 (patch)
tree221b30f6bda593b6e4ee4b7b225bb2267b3a4648 /epan/dissectors/Makefile.common
parent4836f13ac0ad7d06834c00d02b1c876c3bc6eee9 (diff)
From David Arnold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8489
Dissector for NASDAQ's SoupBinTCP protocol (which is non-trivially different from the old packet-nasdaq-soup dissector). From me: - fix CMake entry - remove C++-style comments - fix SVN Id tag svn path=/trunk/; revision=48452
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 0ee27c3cab..500fda6ef6 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1062,6 +1062,7 @@ DISSECTOR_SRC = \
packet-sndcp.c \
packet-socketcan.c \
packet-socks.c \
+ packet-soupbintcp.c \
packet-spice.c \
packet-spp.c \
packet-spray.c \