Ask Your Question

wkwj's profile - activity

2022-05-09 18:33:09 +0000 received badge  Taxonomist
2018-12-21 05:52:02 +0000 received badge  Famous Question (source)
2018-12-21 05:52:02 +0000 received badge  Notable Question (source)
2018-12-21 05:52:02 +0000 received badge  Popular Question (source)
2018-07-06 12:31:19 +0000 received badge  Famous Question (source)
2018-06-13 14:22:18 +0000 received badge  Notable Question (source)
2018-04-18 08:29:04 +0000 received badge  Popular Question (source)
2018-02-02 07:18:12 +0000 commented answer How to convert Pcapng file to pcap file by Tshark

Thanks.It worked.

2018-02-02 07:17:29 +0000 marked best answer How to convert Pcapng file to pcap file by Tshark

How to convert Pcapng file to pcap file by Tshark.

2018-01-31 16:11:48 +0000 asked a question How to convert Pcapng file to pcap file by Tshark

How to convert Pcapng file to pcap file by Tshark How to convert Pcapng file to pcap file by Tshark.

2018-01-23 06:20:02 +0000 marked best answer Tshark TCP stream assembly

I want to use Tshark to do TCP stream assembly .But I can only find the command in user's guide. “tshark -r pcapfile tcp.stream > outfile.txt” "tshark -r pcapfile conv.tcp"> outfile.txt But I want to follow all tcp conversations and split the tcp stream in the same conversation into different files.What should I do? eg: tcpconversation1.txt, includes the whole tcp streams in the tcp conversations.

2018-01-23 06:20:02 +0000 received badge  Scholar (source)
2018-01-22 16:58:59 +0000 commented answer Tshark TCP stream assembly

It works!Thank you !

2018-01-22 16:35:37 +0000 received badge  Rapid Responder
2018-01-22 16:35:37 +0000 answered a question Tshark TCP stream assembly

C:\Apps\Wireshark>python atestpython.py tshark -r data/aim_chat_3a.pcap tcp.stream eq 0>data/0.txt tshark: Unexpec

2018-01-22 16:34:05 +0000 commented answer Tshark TCP stream assembly

Sorry,I really don't know how to put the code with format.

2018-01-22 16:32:20 +0000 commented answer Tshark TCP stream assembly

C:\Apps\Wireshark>python atestpython.py tshark -r data/aim_chat_3a.pcap tcp.stream eq 0>data/0.txt tshark: Unexpec

2018-01-22 16:31:24 +0000 commented answer Tshark TCP stream assembly

C:\Apps\Wireshark>python atestpython.py tshark -r data/aim_chat_3a.pcap tcp.stream eq 0>data/0.txt tshark: Unexpec

2018-01-22 16:30:43 +0000 edited answer Tshark TCP stream assembly

code: !usr/bin/python import os for m in range(14): print("tshark -r data/aim_chat_3a.pcap tcp.stream eq %i>data/

2018-01-22 16:30:11 +0000 received badge  Rapid Responder
2018-01-22 16:30:11 +0000 answered a question Tshark TCP stream assembly

code: !usr/bin/python import os for m in range(14): print("tshark -r data/aim_chat_3a.pcap tcp.stream eq %i>dat

2018-01-22 16:27:17 +0000 received badge  Editor (source)
2018-01-22 16:27:17 +0000 edited question Tshark TCP stream assembly

Tshark TCP stream assembly I want to use Tshark to do TCP stream assembly .But I can only find the command in user's gui

2018-01-22 16:27:05 +0000 commented answer Tshark TCP stream assembly

Sorry......I use python to run the conmands....to get what I want.But I met a error.I will add the code and the error in

2018-01-22 16:24:39 +0000 commented answer Tshark TCP stream assembly

Sorry......I use python to run the conmonds....to get what I want.But I met a error. The code: !usr/bin/python import

2018-01-22 14:49:26 +0000 commented answer Tshark TCP stream assembly

I'm not just want the only one tcp conversation between a and b.I also want the conversation between b and c, c and e ..

2018-01-22 14:16:22 +0000 commented question Tshark TCP stream assembly

Thanks for your question.I want the tcp streams in the same conversation in the same file. Suppose there is a conversati

2018-01-22 13:45:41 +0000 asked a question Tshark TCP stream assembly

Tshark TCP stream assembly I want to use Tshark to do TCP stream assembly .But I can only find the command in user's gui