summaryrefslogtreecommitdiff
path: root/print-ipoib.c
Commit message (Collapse)AuthorAgeFilesLines
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-2/+0
| | | | | This trivial change compiles fine with GCC 7.5.0 on Linux and Clang 10.0.1 on FreeBSD, so let's not run the full round of CI this time.
* IPoIB: Update the link-layer header length when neededFrancois-Xavier Le Bail2020-07-251-0/+1
|
* IPoIB: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-07-251-4/+9
|
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2019-09-021-1/+1
|
* IPoIB: Remove useless <pcap.h> includeFrancois-Xavier Le Bail2019-09-021-1/+0
| | | | It is already included in "netdissect.h".
* Use nd_print_protocol_caps() to print the protocol name in capsFrancois-Xavier Le Bail2019-06-231-1/+1
|
* Fix trailing spacesFrancois-Xavier Le Bail2019-05-231-1/+1
|
* Always include <config.h> rather than "config.h".Guy Harris2019-04-251-1/+1
|
* IPoIB: Print the protocol name if -e option is givenFrancois-Xavier Le Bail2019-04-231-13/+10
| | | | | | | | | | Moreover: Add a ndo_protocol field assignment. Add a 'summary' comment with the protocol name. Use ND_PRINT instead of printf. Remove an useless comment. Use the nd_print_trunc macro. Simplify some pointer expressions.
* Get rid of unused variables.Guy Harris2019-04-171-2/+0
|
* InfiniBand support for tcpdump.alexandr nedvedicky - Sun Microsystems - Prague Czech Republic2019-04-181-0/+127
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)