Changed wireshark parameters

Changed wireshark parameters so messages consisting of multiple bursts are interpreted correctly
This commit is contained in:
Piotr Krysik 2015-04-19 11:28:39 +02:00
parent e509c4f860
commit 1e3593643a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ sudo apt-get install wireshark
```
To start *Wireshark* straight to analysis of the *GSMTAP* packets obtained from *gr-gsm*'s airprobe use following command:
```
sudo wireshark -k -Y '!icmp && gsmtap' -i lo
sudo wireshark -k -f udp -Y gsmtap -i lo
````
If you want to avoid the risks caused by running *Wireshark* with root privileges follow this short howto: