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:29 +0000
commit24d92a01e9d1939e4967b4815e079cfca9790a05 (patch)
tree2072bd44ad0551b00cfdd7217f06250571e565d1 /caputils
parentea70dca924dfa1218d0c305c3ba1dd16dd7e8ec7 (diff)
downloadwireshark-24d92a01e9d1939e4967b4815e079cfca9790a05.tar.gz
Fix typo.
Change-Id: If4ac286fed29635ec085f9671c77abf6ed22766d Reviewed-on: https://code.wireshark.org/review/21919 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit eaecf02aed0dc326bee363a0e9b9284d1c3d8d40) Reviewed-on: https://code.wireshark.org/review/21920
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 {
/*