|
Posted by Walter Roberson on March 24, 2008, 10:25 pm
If you were Registered and logged in, you could reply and use other advanced thread options
>i am new to this group.
>i have pcap trace files containing netflow data. i want to extract src
>ip & dst ip address columns from the pcap files & store the extracted
>data in .mat format.
>The .mat format is the format which MATLAB reads.
Yah, don't do it that way. Extract the src and destination IP addresses
as text, and read that text file in Matlab.
Trying to create a .mat file outside of Matlab is a nuisance,
because the file format for .mat files is not simple.
|