tcpdump icon indicating copy to clipboard operation
tcpdump copied to clipboard

allow to force a cooked capture

Open teknoraver opened this issue 7 years ago • 2 comments

Using a datalink header can be used to show packets direction

depends on the-tcpdump-group/libpcap/pull/784

teknoraver avatar Nov 24 '18 16:11 teknoraver

New static flags like "yflag" are not the way to do stuff. please add that to the ndo structure, and use a long option to enable it.

mcr avatar May 03 '19 01:05 mcr

New static flags like "yflag" are not the way to do stuff. please add that to the ndo structure, and use a long option to enable it.

Done. The long option was already there as --linktype

teknoraver avatar May 05 '19 11:05 teknoraver