diff options
author | alexandr nedvedicky - Sun Microsystems - Prague Czech Republic <alexandr.nedvedicky@oracle.com> | 2019-04-17 09:44:24 +0200 |
---|---|---|
committer | sashan <anedvedicky@gmail.com> | 2019-04-18 01:15:03 +0200 |
commit | ed2c22b7b4d1d580537fa5936ca9e0883823b25e (patch) | |
tree | dbc0d615f751406f7cf41e4da2348d505fd1ade3 /CMakeLists.txt | |
parent | de250d521595a56f6654d5d0d10f9b0d5500cee9 (diff) | |
download | tcpdump-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.txt | 1 |
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 |