summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-01-14 13:23:28 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2022-11-02 21:37:31 +0100
commit5aec6c7daf115490be8540f65fcd3c088007f505 (patch)
tree2b8d931c4a8c4f0676affb9047d8258f6bf80eb4 /CMakeLists.txt
parent2365ac3f982e6f8ef22e10f94daaa5e03a768289 (diff)
downloadtcpdump-5aec6c7daf115490be8540f65fcd3c088007f505.tar.gz
WHOIS: Add its own printer source file and printer function
Like all other text protocols. This is a follow-up to 185b7ce04b182d2d7e490f23a3f0c7b9ea5916e4. (cherry picked from commit 97e4fe30d878e871398c208c800615fe1a490911)
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 f42169bb..01954bd4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1191,6 +1191,7 @@ set(NETDISSECT_SOURCE_LIST_C
print-vxlan-gpe.c
print-vxlan.c
print-wb.c
+ print-whois.c
print-zep.c
print-zephyr.c
print-zeromq.c