aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2009-04-27 16:57:02 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2009-04-27 16:57:02 +0000
commiteeef135e2f525bf6dd952fb0dc6c333613a41c46 (patch)
treef0eeac9b92aa5b2df91cc446d193e2ce976ba9d1 /epan/dissectors/Makefile.common
parentb96b6756c903a54251925c24ea9420e2983656b5 (diff)
From Artem Tamazov: SAToP and CESoPSN MPLS PW support.
Introduction of decoding of MPLS payloads as CESoPSN PW (RFC5086) and SAToP PW (RFC4553). Not supported yet: - CESoPSN Basic NxDS0 mode. - Decoding of <Optional> RTP Headers (RFC3550) - Decoding of PW payload svn path=/trunk/; revision=28181
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 25833d1496..4d78c62e5f 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -697,10 +697,13 @@ DISSECTOR_SRC = \
packet-prp.c \
packet-ptp.c \
packet-pvfs2.c \
+ packet-pw-common.c \
packet-pw-eth.c \
packet-pw-hdlc.c \
packet-pw-fr.c \
packet-pw-atm.c \
+ packet-pw-cesopsn.c \
+ packet-pw-satop.c \
packet-q2931.c \
packet-q931.c \
packet-q933.c \