URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=46f86f66a0e93c92f0e3fcd77298a590fbc154b2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
46f86f6 by Guy Harris (guy@xxxxxxxxxxxx):
Extcap programs must write to the packet pipe in binary mode.
It doesn't matter on UN*X, but it definitely matters on Windows; we're
writing a pcap file, not a text file, so every byte we write should go
down the pipe as is.
Bug: 14989
Change-Id: I26c067b8ff5dba644a579846dd97b568a81c7053
Reviewed-on: https://code.wireshark.org/review/28764
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 065a76257935e0699b6cf4aa2352d2f7de914a87)
Reviewed-on: https://code.wireshark.org/review/28767
Actions performed:
from 62e746e 2.2.16 → 2.2.17.
adds 46f86f6 Extcap programs must write to the packet pipe in binary mode.
Summary of changes:
extcap/ciscodump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)