aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@users.noreply.github.com>2015-04-19 11:28:39 +0200
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2015-04-19 11:28:39 +0200
commit1e3593643adbd5542cda1a5fdf4d7430621b1ba7 (patch)
tree38b9c1472e9e4a30d3fef973ff24624cef2a7d94 /README.md
parente509c4f860ae9890a10ae1ad5e50e4b416a97c6b (diff)
Changed wireshark parameters
Changed wireshark parameters so messages consisting of multiple bursts are interpreted correctly
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0381bbd..34d85ce 100644
--- a/README.md
+++ b/README.md
@@ -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: