commit | 763aa0b5f18db18bdbff7e4ca126d67b0681e6b0 | [log] [tgz] |
---|---|---|
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | Sun Jan 07 21:20:23 2018 +0100 |
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | Sun Jan 07 21:20:23 2018 +0100 |
tree | 9dc03da2a80869d112b1c71823fb58aae54023b0 | |
parent | 494c29329f9ceade9a1c35229ecdf8805651a476 [diff] |
IPv6 mobility: Use more ND_TTEST_n() macros
diff --git a/print-mobility.c b/print-mobility.c index bb56b9a..6ac3f2c 100644 --- a/print-mobility.c +++ b/print-mobility.c
@@ -212,7 +212,7 @@ /* 'ep' points to the end of available data. */ ep = ndo->ndo_snapend; - if (!ND_TTEST(mh->ip6m_len)) { + if (!ND_TTEST_1(mh->ip6m_len)) { /* * There's not enough captured data to include the * mobility header length.