summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@apple.com>2021-09-30 18:34:46 -0700
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-11-09 09:11:34 +0100
commit8ce37b54edb27294047ad059350eada8d17e6909 (patch)
treee4479b661f2a19c96b67fe5487844f92c531a0c8 /CMakeLists.txt
parent58a4ab67fc75b62968634cddec290c1f2e2c1ded (diff)
downloadtcpdump-8ce37b54edb27294047ad059350eada8d17e6909.tar.gz
Initial support to parse QUIC packets.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fa04bcf..ce4fe1a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1101,6 +1101,7 @@ set(NETDISSECT_SOURCE_LIST_C
print-pppoe.c
print-pptp.c
print-ptp.c
+ print-quic.c
print-radius.c
print-raw.c
print-resp.c