URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=27db39e79a171d7d68442583e9066cc3d677aee3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
27db39e 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>
Actions performed:
from 579a86f vrrp: fix this statement may fall through [-Werror=implicit-fallthrough=] found by gcc7
adds 27db39e Rename a data structure to reflect what it represents.
Summary of changes:
dumpcap.c | 686 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 346 insertions(+), 340 deletions(-)