-
Notifications
You must be signed in to change notification settings - Fork 160
Tshark
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.