summaryrefslogtreecommitdiff
path: root/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch')
-rw-r--r--net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch b/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
index e67ab21b6a8d..2272ef891c27 100644
--- a/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
+++ b/net-analyzer/wireshark/files/wireshark-2.4-androiddump.patch
@@ -1,7 +1,7 @@
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
-@@ -363,13 +363,13 @@
- pcap = pcap_open_dead_with_tstamp_precision(encap_ext, PACKET_LENGTH, PCAP_TSTAMP_PRECISION_NANO);
+@@ -438,13 +438,13 @@
+ pcap = pcap_open_dead_with_tstamp_precision(encap, PACKET_LENGTH, PCAP_TSTAMP_PRECISION_NANO);
extcap_dumper.dumper.pcap = pcap_dump_open(pcap, fifo);
if (!extcap_dumper.dumper.pcap) {
- g_warning("Can't open %s for saving packets: %s", pcap_geterr(pcap));
@@ -15,8 +15,8 @@
+ g_warning("Write to %s failed: %s", fifo, g_strerror(errno));
}
#else
- int err = 0;
-@@ -416,7 +416,7 @@
+ wtap_dump_params params = WTAP_DUMP_PARAMS_INIT;
+@@ -480,7 +480,7 @@
pcap_dump((u_char *) extcap_dumper.dumper.pcap, &pcap_header, buffer);
if (pcap_dump_flush(extcap_dumper.dumper.pcap) == -1) {