summaryrefslogtreecommitdiff
path: root/caputils
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-03 10:32:44 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-03 17:33:16 +0000
commiteaecf02aed0dc326bee363a0e9b9284d1c3d8d40 (patch)
tree487df601bfc4fc05a161058969c25967684414e9 /caputils
parent2814e3c9cd4d9393231a746b4ef1bb1e6b7d95c9 (diff)
downloadwireshark-eaecf02aed0dc326bee363a0e9b9284d1c3d8d40.tar.gz
Fix typo.
Change-Id: If4ac286fed29635ec085f9671c77abf6ed22766d Reviewed-on: https://code.wireshark.org/review/21919 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/capture-pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c
index a150ceebfe..66af781bdc 100644
--- a/caputils/capture-pcap-util.c
+++ b/caputils/capture-pcap-util.c
@@ -1209,7 +1209,7 @@ open_capture_device_pcap_open_live(interface_options *interface_opts,
pcap_t *pcap_h;
int snaplen;
- if (interface_opts->have_snaplen)
+ if (interface_opts->has_snaplen)
snaplen = interface_opts->snaplen;
else {
/*