diff options
author | Herwin Weststrate <herwinw@herwinw.nl> | 2018-10-03 20:19:37 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-21 23:50:03 +0200 |
commit | 763bef5f53e7776413961e26850f426863d520d3 (patch) | |
tree | e22cc6b2b75af9e79ec4854d3a012b7298103d78 /CMakeLists.txt | |
parent | b6dde136cd500b6c93b291c92b8c929387f71da5 (diff) | |
download | tcpdump-763bef5f53e7776413961e26850f426863d520d3.tar.gz |
Extract NTP printing
This method is required to dissect some RADIUS attributes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e4bdd9b..832f20c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -933,6 +933,7 @@ set(NETDISSECT_SOURCE_LIST_C netdissect-alloc.c nlpid.c oui.c + ntp.c parsenfsfh.c print.c print-802_11.c |