diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-03-14 13:41:33 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-03-14 13:59:26 +0100 |
commit | a53605c61b1615362347cebf0db7bb54a2ee6ac6 (patch) | |
tree | bb21d8165d5925ab284066c07b603772e28e4526 /CMakeLists.txt | |
parent | fa196ecfbe6c715ab37e86ade670d8a552540b7a (diff) | |
download | tcpdump-a53605c61b1615362347cebf0db7bb54a2ee6ac6.tar.gz |
Add a malloc/free process with garbage collector
Use it in the PPP printer.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a10295d..d0154774 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -771,6 +771,8 @@ set(NETDISSECT_SOURCE_LIST_C ipproto.c l2vpn.c machdep.c + netdissect.c + netdissect-alloc.c nlpid.c oui.c parsenfsfh.c @@ -919,7 +921,6 @@ set(NETDISSECT_SOURCE_LIST_C print-zephyr.c print-zeromq.c ${LOCALSRC} - netdissect.c signature.c strtoaddr.c util-print.c |