URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=96835181e45135668b5c91736a388289a4e3d743
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9683518 by Guy Harris (guy@xxxxxxxxxxxx):
Pass the global capture options to open_capture_device().
If we support setting the time stamp precision, we need it to determine
whether we're writing a pcap-ng file so we know whether to request
nanosecond precision or not.
Change-Id: I7df19c1afbe1ba90c40c49aef79f6f88ce5df29b
Reviewed-on: https://code.wireshark.org/review/4359
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 34fc114 Support nanosecond-resolution time stamps when writing pcap-ng files.
adds 9683518 Pass the global capture options to open_capture_device().
Summary of changes:
dumpcap.c | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)