aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorThomas Dreibholz <dreibh@simula.no>2021-02-26 15:31:44 +0000
committerAndersBroman <a.broman58@gmail.com>2021-02-26 15:31:44 +0000
commit404f619ea297400e150126ba332966d6bf8f401c (patch)
tree435d413e6091db1822e139a6f6b12f9b71cb3d9d /epan/CMakeLists.txt
parent12edf427abf07d152f4f385424b106d8d317e1d2 (diff)
Added decoding of ProtocolID and PPID into Component Status Protocol dissector.
This merge request adds: * Decoding of ProtocolID and PPID in Component Status Protocol dissector. * Moved SCTP PPID list from SCTP dissector into separate file sctpppids.c, due to reuse in Component Status Protocol dissector. * Export of sctpppid_val_ext containing the PPID list.
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 76ee746a6c..b5261a74d7 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -229,6 +229,7 @@ set(LIBWIRESHARK_NONGENERATED_FILES
register.c
req_resp_hdrs.c
rtd_table.c
+ sctpppids.c
secrets.c
sequence_analysis.c
show_exception.c