aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-12-28 20:58:38 -0800
committerGuy Harris <guy@alum.mit.edu>2017-12-29 04:59:13 +0000
commit9bf40d4a6e507e10c8429a758ac190146caf48d6 (patch)
tree0f9abc28c501dd41e785bf92855281b2718e18f5 /capture_opts.h
parentc5dbcca2e4f3613f04e74715269c611dbb5259d1 (diff)
Do the right check for "no name resolution information to save".
The check that the pcapng code does is "do we have a non-null addrinfo_lists_t * and, if so, does it have a non-null ipv4_addr_list or ipv6_addr_list"? The check that the file-save code was using was just "do we have a non-null addrinfo_lists_t *", so sometimes it'd think we couldn't do a "quick save" even though we had no name resolution information to write out to the capture file. Make a routine that does that check, and use it in *both* places. Change-Id: Id4720f4fe4940354320b2b7621ca5e37e45ec1f3 Reviewed-on: https://code.wireshark.org/review/25055 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'capture_opts.h')
0 files changed, 0 insertions, 0 deletions