]> The Tcpdump Group git mirrors - tcpdump/commit
netdissect.h: Update ND_TTEST2 to fix issue 443
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 27 Apr 2015 16:20:59 +0000 (18:20 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 19 Nov 2015 13:53:26 +0000 (14:53 +0100)
commitf856e9a1e17dde28be559d9fbddfc68bb4f2e031
tree899f997e24c382f1ae7c156f3ae6c936ac3610c8
parentd248280b00b2b52d58a28dc7998fa8be0e18dae3
netdissect.h: Update ND_TTEST2 to fix issue 443

Add IS_NOT_NEGATIVE macro.
Avoid these warnings:
- comparison of unsigned expression >= 0 is always true [-Wtype-limits],
- comparison is always true due to limited range of data type [-Wtype-limits].
netdissect.h