aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-03 20:07:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-03 20:07:38 +0000
commit2222ecef6e3513e3b736e53ee0d3d8f02ebc0a2e (patch)
tree22ca2b4a85d05c66d101196e1510a7cb7d980719 /epan/dissectors/Makefile.common
parent981c54cd352f165b7f807b216d79fd7783c408ab (diff)
Artem Tamazov:
Introduction of decoding of MPLS payloads as HDLC PW (RFC4618) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3297 svn path=/trunk/; revision=27591
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 95df9556dd..38fed11746 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -695,6 +695,7 @@ DISSECTOR_SRC = \
packet-ptp.c \
packet-pvfs2.c \
packet-pw-eth.c \
+ packet-pw-hdlc.c \
packet-q2931.c \
packet-q931.c \
packet-q933.c \