netsniff-ng: Report if HW timestamping is enabled
commit6224303b287dff9af046900841e43517479c37d0
authorTobias Klauser <tklauser@distanz.ch>
Fri, 14 Jun 2013 15:02:44 +0000 (14 17:02 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 14 Jun 2013 15:04:15 +0000 (14 17:04 +0200)
treeb433f489101f16d6fc66434635823dde66b061e3
parent9d1ee4f333586967b75760226e781b1ebd181786
netsniff-ng: Report if HW timestamping is enabled

Until now we didn't check the return value of set_sockopt_hwtimestamp()
and the Coverity scanner complained about it, so use it's return value
to report if timstamping is actually enabled in verbose mode.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
netsniff-ng.c