URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2b60d68172a0bf3b3912595632d328259760601e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
2b60d68 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: I6f54b3a6d387551d071f02522219948398e5286b
Reviewed-on: https://code.wireshark.org/review/20418
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7830ce8 [Automatic update for 2017-03-05]
adds 2b60d68 Rename a data structure to reflect what it represents.
Summary of changes:
dumpcap.c | 695 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 354 insertions(+), 341 deletions(-)