aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorRyan Doyle <ryan@doylenet.net>2015-05-31 13:48:44 +1000
committerAnders Broman <a.broman58@gmail.com>2015-06-04 06:29:36 +0000
commitd67c163eba47a775354f213d99b050881bbcf808 (patch)
tree92e37dd9f71dc8abd666649782391977e1cdbb7e /epan/dissectors/Makefile.common
parent305960174de658510c81877bed01323bdb0b9dc6 (diff)
Dissection support for pmproxy
Implements dissection for the Performance Co-Pilot proxy protocol. Its a simple protocol that exchanges host and port information and then passes all traffic via the usual PCP protocol. Change-Id: I54fbf6b7755b7b1c60e0e1696ac9c4f0d98d8fe7 Reviewed-on: https://code.wireshark.org/review/8704 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> 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 e29a0ced33..de83e957f3 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1039,6 +1039,7 @@ DISSECTOR_SRC = \
packet-pktap.c \
packet-pktc.c \
packet-pktgen.c \
+ packet-pmproxy.c \
packet-pnrp.c \
packet-pop.c \
packet-portmap.c \