summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
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 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4085419a..8ae6e147 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -988,6 +988,7 @@ set(NETDISSECT_SOURCE_LIST_C
print-ipcomp.c
print-ipfc.c
print-ipnet.c
+ print-ipoib.c
print-ipx.c
print-isakmp.c
print-isoclns.c