1 | initial version |
Oh damn! Someone, in other place, noticed me that I miss the -E in grep This is working perfect:
tshark -i any -V -Y smpp | grep -E 'Operation|Type of number|Numbering plan indicator|Recipient address'
Sorry to waste forum space :)
2 | No.2 Revision |
Oh damn! Someone, in other place, noticed me that I miss the -E in grep
grep.
This is working perfect:
tshark -i any -V -Y smpp | grep -E 'Operation|Type of number|Numbering plan indicator|Recipient address'
Sorry to waste forum space :)