[tcpdump-workers] [RFC PATCH 0/2]: hw timestamp support

2010-05-24 Thread Mcmillan, Scott A
[My apologies if this double posts. The mail server didn't care for the first submission.] This patch adds the capability to select the packet timestamp source. It also adds support for the PACKET_TIMESTAMP Linux kernel setting to specify the source of packet timestamps. The corresponding Li

[tcpdump-workers] [RFC PATCH 1/2] libpcap: linux hw timestamp support

2010-05-24 Thread Mcmillan, Scott A
[My apologies if this double posts. The mail server didn't care for the first submission.] This patch adds the general infrastructure needed to select the packet timestamp source as well as specific support for the PACKET_TIMESTAMP Linux kernel setting. Signed-off-by: Scott McMillan --- a

[tcpdump-workers] [RFC PATCH 2/2] tcpdump: hw timestamp support

2010-05-24 Thread Mcmillan, Scott A
[My apologies if this double posts. The mail server didn't care for the first submission.] This patch adds the capability to select the packet timestamp source via the -j command line option. Signed-off-by: Scott McMillan --- a/tcpdump-4.1.1/interface.h 2010-03-11 19:56:44.0 -0600 ++