plink 로 실행시 에러 발생.
unrecognized libpcap format or not libpcap data
Data written to the pipe is neither in a supported pcap format nor in pcapng format.
please report this to the developers of the program writing to the pipe.
plink 최신 버전으로 사용하니 안되여서 기존 버전으로 하니 정상동작 확인.
plink -ssh 아이디@서버아이피 -P 포트 -pw 비번 "tcpdump -i any -w - " | "C:\Program Files\Wireshark\wireshark.exe" -k -i -
아래 최신버전에서는 -ssh 옵션이 빠진것으로 판단됨.
plink root@{IP} -P {Port} -pw {PassWord} "tcpdump -i any -w - " | "C:\Program Files\Wireshark\wireshark.exe" -k -i -
'OS > Linux' 카테고리의 다른 글
vi/vim 에서 특정 패턴 있는 라인 전부 삭제 (0) | 2019.10.23 |
---|---|
bash 스크립트 날지 시간 출력 (0) | 2019.06.25 |
ubuntu hostname 변경. (0) | 2018.09.18 |
Ubuntu nameserver 변경. (0) | 2017.09.08 |
You could try using --skip-broken to work around the problem (0) | 2016.05.27 |