Can Wireshark count the number of BGP NLRIs in a capture? asked 24 Oct '14, 17:18 candres |
One Answer:
Not directly, but you can use tshark and some scripting.
Then parse out.txt with a script (perl, python, whatever) and look for something like this:
As an alternative, you can write a LUA Listener, to count the NLRIs.
Regards answered 26 Oct '14, 15:44 Kurt Knochner ♦ edited 26 Oct '14, 15:49 |