aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-07-16 20:36:11 +0200
committerMichael Mann <mmann78@netscape.net>2016-07-24 16:39:36 +0000
commitd508a9bf4c268f817c9a52b9edc6455cbead35ee (patch)
tree11c236cbb40ab79217b21ff7a165b7f177c56edf /epan/dissectors/CMakeLists.txt
parentc2ada3dd79374b14da21f67e924fff89d3526f15 (diff)
Add Ericsson A-bis P-GSL dissector
Ericsson uses a vendor-specific packetized PCU-CCU interface on their packetized A-bis, which can be encapsulated in their own variant of HDLC on top of L2TP. The new P-GSL dissector is called from packet-ehdlc.c, which in turn integrates with packet-l2tp.c. Change-Id: Ifca190577b1c9691209221d79e3ef034dc3ca650 Reviewed-on: https://code.wireshark.org/review/16510 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index e9eafea791..2758f93132 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -637,6 +637,7 @@ set(DISSECTOR_SRC
packet-gsm_abis_om2000.c
packet-gsm_abis_oml.c
packet-gsm_abis_tfp.c
+ packet-gsm_abis_pgsl.c
packet-gsm_bsslap.c
packet-gsm_bssmap_le.c
packet-gsm_cbch.c