URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f010bf3e0261783b5db88bfcd240f83fb29049a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
2f010bf by Guy Harris (guy@xxxxxxxxxxxx):
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@xxxxxxxxxxxx>
(cherry picked from commit 27db39e79a171d7d68442583e9066cc3d677aee3)
Reviewed-on: https://code.wireshark.org/review/20417
Actions performed:
from 4127f00 [Automatic update for 2017-03-05]
adds 2f010bf Rename a data structure to reflect what it represents.
Summary of changes:
dumpcap.c | 686 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 346 insertions(+), 340 deletions(-)