Changed wireshark parameters

Changed wireshark parameters so messages consisting of multiple bursts are interpreted correctly
diff --git a/README.md b/README.md
index 0381bbd..34d85ce 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@
 ```
 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: