How to capture pcap logs for someip internal communication using localhost? and how to filter it in wireshark #862
Unanswered
kjitender469
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried but I didn't get any data captured.
I captured using these two commands:
sudo tcpdump -i localhost -w testlog.pcap
and
sudo tcpdump -i any -w testlog.pcap
but it didn't capture desired data. Also port 30490 was not up.
Beta Was this translation helpful? Give feedback.
All reactions