I have incoming streaming data packets. I need to
Is this possible with Wireshark? asked 14 Jan '13, 13:51 berkz edited 14 Jan '13, 13:56 Kurt Knochner ♦ |
One Answer:
Yes, you could do that with wireshark by writing a Lua script for it. However, Wireshark accumulates state information, so you will run out of memory in the long run (or less long run on high bandwidth networks). I think writing a little libpcap application in C or Perl or any language of your choice is a better bet. answered 14 Jan '13, 15:10 SYN-bit ♦♦ |
Thx for the quick reply. Also I've been checking out the command line interface. Is it possible to filter by packet lenght using the CLI ?
Yes, you can use a display filter like this:
Or a capture filter like this: