Rename a data structure to reflect what it represents.

The structure called a pcap_options structure doesn't (only) hold
options for a packet capture; it holds all information about a
particular device, pipe, or socket from which we're capturing.  Rename
it capture_src - and rename all the pointer variables that point to
something of that type to pcap_src from pcap_opts.

Change-Id: I8476146f174c82f331227528381defcc2828d822
Reviewed-on: https://code.wireshark.org/review/20416
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-03-05 18:11:22 -08:00
parent 579a86f558
commit 27db39e79a
1 changed files with 344 additions and 338 deletions

682
dumpcap.c

File diff suppressed because it is too large Load Diff