summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoralexandr nedvedicky - Sun Microsystems - Prague Czech Republic <alexandr.nedvedicky@oracle.com>2019-04-17 09:44:24 +0200
committersashan <anedvedicky@gmail.com>2019-04-18 01:15:03 +0200
commited2c22b7b4d1d580537fa5936ca9e0883823b25e (patch)
treedbc0d615f751406f7cf41e4da2348d505fd1ade3 /Makefile.in
parentde250d521595a56f6654d5d0d10f9b0d5500cee9 (diff)
downloadtcpdump-ed2c22b7b4d1d580537fa5936ca9e0883823b25e.tar.gz
InfiniBand support for tcpdump.
InfiniBand support for tcpdump. This is an in-house patch. Sent upstream for potential inclusion in future versions of tcpdump. (also adding print-ipoib.c to CMakeLists.txt, asked by @guyharris) (s/u_int16_t/uint16_t asked by @guyharris)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e345fe34..3e6ed01b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -151,6 +151,7 @@ LIBNETDISSECT_SRC=\
print-ipcomp.c \
print-ipfc.c \
print-ipnet.c \
+ print-ipoib.c \
print-ipx.c \
print-isakmp.c \
print-isoclns.c \