Re: [Wireshark-dev] Wireshark and Matlab

2008-03-13 Thread Peter Fuller
Armen, I might be interested in such a tool. Also, by 'bootstrapping portion' do you mean the one-time epan structure initialization/destruction calls as well as the proper init/malloc/ free per-packet calls? rkm On Mar 12, 2008, at 5:28 PM, Armen Babikyan wrote: > Hello, > > A few mon

[Wireshark-dev] Wireshark and Matlab

2008-03-12 Thread Armen Babikyan
Hello, A few months ago, I wrote a tool that lets me use Wireshark's packet dissection capabilities in Matlab, to numerically analyze packets. For example: >> b = tshark_read('ws1.pcap', {'frame.number', 'ip.version', 'tcp.seq', 'udp.dstport', 'frame.pkt_len'}, 'ip.version eq 4') b = 1x14630