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 /Makefile.in | |
parent | b6dde136cd500b6c93b291c92b8c929387f71da5 (diff) | |
download | tcpdump-763bef5f53e7776413961e26850f426863d520d3.tar.gz |
Extract NTP printing
This method is required to dissect some RADIUS attributes
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 65c9c489..0fe4d729 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,6 +88,7 @@ LIBNETDISSECT_SRC=\ netdissect.c \ netdissect-alloc.c \ nlpid.c \ + ntp.c \ oui.c \ parsenfsfh.c \ print.c \ @@ -294,6 +295,7 @@ HDR = \ nfs.h \ nfsfh.h \ nlpid.h \ + ntp.h \ openflow.h \ ospf.h \ oui.h \ |