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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 67ee3281..f32a11d1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -85,6 +85,8 @@ LIBNETDISSECT_SRC=\ ipproto.c \ l2vpn.c \ machdep.c \ + netdissect.c \ + netdissect-alloc.c \ nlpid.c \ oui.c \ parsenfsfh.c \ @@ -232,7 +234,6 @@ LIBNETDISSECT_SRC=\ print-wb.c \ print-zephyr.c \ print-zeromq.c \ - netdissect.c \ signature.c \ strtoaddr.c \ util-print.c @@ -278,6 +279,7 @@ HDR = \ mpls.h \ nameser.h \ netdissect.h \ + netdissect-alloc.h \ netdissect-stdinc.h \ nfs.h \ nfsfh.h \ |