aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-13 22:24:53 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-13 22:24:53 +0000
commit4cf9cd343f61b5098a2264eb1e15e27a3ca47d55 (patch)
treebf59ee04afe16e8c285cb067a46d4469c5a09cff /epan/dissectors/Makefile.common
parent10345a6b2e87d842e5f9968b73ec86d60c29c844 (diff)
From Kevin Loewen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9631
Add dissector for Pathport Protocol From me : * Fix indent (use 4 spaces) * Remove unused variable and fix Clang warning svn path=/trunk/; revision=54729
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 baa0e1b083..0b8275f9f8 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -940,6 +940,7 @@ DISSECTOR_SRC = \
packet-ospf.c \
packet-ouch.c \
packet-p_mul.c \
+ packet-pathport.c \
packet-packetbb.c \
packet-packetlogger.c \
packet-pagp.c \