[netsniff-ng] [PATCH v2] tstamping: Move code to the sock.c

2016-08-17 Thread Vadim Kochan
Move hw timestamp enable/disable code to sock.c as it is a socket related functionality, and it makes have less files in source tree. Move tstamping related includes under HAVE_TSTAMPING config to compile them only if hw timestamping is suported. Signed-off-by: Vadim Kochan --- v2: 1) Wrap e

[netsniff-ng] Re: [PATCH] tstamping: Move code to the sock.c

2016-08-17 Thread Vadim Kochan
On Wed, Aug 17, 2016 at 10:17 AM, Tobias Klauser wrote: > On 2016-08-12 at 23:09:28 +0200, Vadim Kochan wrote: >> Move hw timestamp enable/disable code to sock.c as >> it is a socket related functionality, and it makes >> have less files in source tree. >> >> Move tstamping related includes under

[netsniff-ng] Re: [PATCH] build: configure: Add option to enable debug symbols

2016-08-17 Thread Tobias Klauser
On 2016-08-13 at 01:39:33 +0200, Vadim Kochan wrote: > Add '--enable-debug' option to enable debugging symbols, > the reason is to simplify it by ./configure it once and > do not execute 'make DEBUG=1 ...' each time for a long > debug session. > > Signed-off-by: Vadim Kochan Appled, thanks. --

[netsniff-ng] Re: [PATCH] tstamping: Move code to the sock.c

2016-08-17 Thread Tobias Klauser
On 2016-08-12 at 23:09:28 +0200, Vadim Kochan wrote: > Move hw timestamp enable/disable code to sock.c as > it is a socket related functionality, and it makes > have less files in source tree. > > Move tstamping related includes under HAVE_TSTAMPING config > to compile them only if hw timestampin