aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorCody Doucette <doucette@bu.edu>2015-08-29 14:05:14 -0400
committerAnders Broman <a.broman58@gmail.com>2015-09-04 14:39:51 +0000
commitf5ac9f55c48212578f9da46eef26581ce20d5577 (patch)
treeceba587581c77f9717f5222e26e9c4320a500cf7 /epan/dissectors/Makefile.common
parent3ca6bde92f5c9740abfad4fe612a64abb24d8ec0 (diff)
xip-serval: add support for XIP Serval packets
Serval is a service-centric architecture that has been ported to XIA to allow applications to communicate using service names. This change adds a dissector for XIP Serval, which sits between layers 3 and 4, and also amends the XIP dissector to be able to invoke it. Bug: 11491 Change-Id: I11299ddbd0fb9eaf8728f8b3fde2a63656963114 Reviewed-on: https://code.wireshark.org/review/10315 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 ee8c7cd5a0..25eef9d3fd 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1344,6 +1344,7 @@ DISSECTOR_SRC = \
packet-xcsl.c \
packet-xdmcp.c \
packet-xip.c \
+ packet-xip-serval.c \
packet-xmcp.c \
packet-xml.c \
packet-xmpp-conference.c \