Ask Your Question

Bryon's profile - activity

2022-06-29 10:25:48 +0000 received badge  Notable Question (source)
2022-06-29 10:25:48 +0000 received badge  Popular Question (source)
2020-10-04 21:52:56 +0000 commented answer How to display the interface name on trace

Thanks. I was looking in the Wireshark doco (https://www.wireshark.org/docs/dfref/) and could not make the connection be

2020-10-04 21:51:35 +0000 commented answer How to display the interface name on trace

Thanks. I was looking in the Wireshark doco (https://www.wireshark.org/docs/dfref/) and could not make the connection be

2020-10-04 21:48:19 +0000 marked best answer How to display the interface name on trace

Hi, I am debugging an asymetric routing issue and need to trace on two interfaces. I am trying to work out if I can display the interface that a packet was captured on so I can see the impact of configuring routing tables as I make changes.

Here is my command:

tshark -i eno1 -i enp5s0 -T fields -E header=y -e ip.src -e ip.dst -e _ws.col.Protocol -e _ws.col.Info -Y "(ip.src==192.10.10.30 && ip.dst==192.10.0.50) || (ip.src==192.10.0.50 && ip.dst==192.10.10.30)"
2020-10-04 21:48:19 +0000 received badge  Scholar (source)
2020-10-04 11:00:19 +0000 received badge  Editor (source)
2020-10-04 11:00:19 +0000 edited question How to display the interface name on trace

How to display the interface name on trace Hi, I am debugging an asymetric routing issue and need to trace on two interf

2020-10-04 11:00:01 +0000 asked a question How to display the interface name on trace

How to display the interface name on trace Hi, I am debugging an asymetric routing issue and need to trace on two interf