From 2ba951b984253135ba4dced906dd56a9d487ea65 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 3 Jun 2017 23:13:17 +0200 Subject: capture-pcap-util.c: fix a typo Change-Id: I674d02be665afc331e266725c0a0cbc0a33d9403 Reviewed-on: https://code.wireshark.org/review/21926 Reviewed-by: Pascal Quantin --- caputils/capture-pcap-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caputils') diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c index 66af781bdc..0f95f7827c 100644 --- a/caputils/capture-pcap-util.c +++ b/caputils/capture-pcap-util.c @@ -1340,7 +1340,7 @@ open_capture_device(capture_options *capture_opts, auth.username = interface_opts->auth_username; auth.password = interface_opts->auth_password; - if (interface_opts->have_snaplen) + if (interface_opts->has_snaplen) snaplen = interface_opts->snaplen; else { /* -- cgit v1.2.1