First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to view dynamically changing pcap file in Wireshark?

  • retag add tags

I have a text file that is appended with packet data for every external button press. I have used text2pcap to convert .txt to pcap format which is viewable on Wireshark. But I am not able to view the packets on Wireshark in real-time since it displays only previously captured packets saved in .pcap. Is there a way to view pcap files on Wireshark in real time when the button is pressed?

Thanks!

stanumes's avatar
1
stanumes
asked 2019-05-20 12:45:30 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The answer would be to find/create an extcap utility that tracks the contents of the file and feed it to Wireshark, being a capture interface.

Jaap's avatar
13.7k
Jaap
answered 2019-05-20 18:02:48 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you.

stanumes's avatar stanumes (2019-05-20 21:12:12 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer