Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


raspberry_pi_openlabs_6lowpan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
raspberry_pi_openlabs_6lowpan [2017/06/29 10:45] – [Raspberry Pi - 802.15.4 radio] adminraspberry_pi_openlabs_6lowpan [2017/06/29 11:50] – [Monitor mode, packet capture] admin
Line 155: Line 155:
   * Remote monitoring with Wireshark over SSH:<code>ssh <ip> 'dumpcap -P -i monitor0 -w -' | wireshark -k -i -   * Remote monitoring with Wireshark over SSH:<code>ssh <ip> 'dumpcap -P -i monitor0 -w -' | wireshark -k -i -
 </code>{{::screenshot_from_2017-06-28_23-29-23.png?direct&600|}} </code>{{::screenshot_from_2017-06-28_23-29-23.png?direct&600|}}
 +  * Examples:<code>
 +# Filter packets from specific source
 +tshark -i monitor0 -V -Y "wpan.src16==0x0100"
  
 +# Filter packets from specific source PAN
 +tshark -i monitor0 -V -Y "wpan.src_pan==0xfcff"
 +
 +# CSV example
 +tshark -i monitor0 -Y "wpan.src_pan==0x00b1" -Tfields -E separator=, -E quote=d -e wpan.src_pan -e wpan.src16 -e data
 +
 +</code>
  
raspberry_pi_openlabs_6lowpan.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1