URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6704c8a5e960bfe70d8bc81d2cbb4d70ea145eb2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6704c8a by Guy Harris (guy@xxxxxxxxxxxx):
Don't include stuff from libwireshark.
Dumpcap captures packets, and supports the usual capture options, so it
needs this, but it does *not* link with libwireshark (deliberately, so
that the libwireshark code isn't linked into a program that might run
with special privileges), so we must not depend on anything in
libwireshark.
Change-Id: Id975fd6a83a4b2a493c67493e41e69b784a050aa
Reviewed-on: https://code.wireshark.org/review/11546
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from ff9f9fc Don't include "file.h" if you don't need it.
adds 6704c8a Don't include stuff from libwireshark.
Summary of changes:
capture_opts.c | 3 ---
1 file changed, 3 deletions(-)