Skip to content
Stephen Shirley edited this page Dec 3, 2019 · 5 revisions

Instructions for installing tshark with SCION plugin can be found here.

An example of how to use tshark to inspect SCION packets:

tshark -i any -Y "scion.addr.dst_as == ff00:0:130 and scion.addr.src_as == ff00:0:211 and scion.udp.dstport == 30056"

If you want full dump of the packets add -V parameter.

The list of existing fields can be found here.

Clone this wiki locally