ghTemp123 / wiresharkplugin

Automatically exported from code.google.com/p/wiresharkplugin
0 stars 0 forks source link

How to improve workflow for creating a Lua-based Wireshark dissector #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Open a cap file
2. Select a TCP stream
3. Statistics => Flow Graph… => TCP flow
4. This display the complete TCP graph analysis (about 45 secondes in my case)
5. Save as
6. Open the saved text file: The end of the file stop at about 4 seconds.

Original issue reported on code.google.com by cn.wei.hp@gmail.com on 15 Dec 2010 at 2:28

GoogleCodeExporter commented 9 years ago
I’m looking a way to put a filter in the display filter at the launch of 
wireshark. I’ve tried this code :

  set_filter("Myfilter”)

  apply_filter()

Original comment by cn.wei.hp@gmail.com on 15 Dec 2010 at 2:34