Changes between Version 24 and Version 25 of GeniTmixSoftware


Ignore:
Timestamp:
03/14/13 20:29:20 (11 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniTmixSoftware

    v24 v25  
    6060tcpdump -r <toSplit.pcap> -w <outgoing.pcap> src net 155.90.0.0/16 or src net 155.91.0.0/16 or ... or src net 155.92.0.0/16
    6161}}}
    62 where toSplit.pcap is the filename of the pcap to split, incoming.pcap and outgoing.pcap are the filenames of the resulting files, and all the subnet descriptions (155.90.0.0/16) are replaced with those relevant to the network one one side of the link where the trace was collected.  If the trace is anonymized subnet descriptions will need to work for the anonymized IPs.   
     62where <toSplit.pcap> is replaced with the filename of the pcap to split, <incoming.pcap> and <outgoing.pcap> are replaced with the filenames of the resulting files, and all the subnet descriptions (155.90.0.0/16) are replaced with those relevant to the network one one side of the link where the trace was collected.  If the trace is anonymized subnet descriptions will need to work for the anonymized IPs.   
    6363
    64643. Next, change to a directory in which your input files will be created (they will be put in a tmix-results sub-directory in this directory)
    6565
    66 3. Issue the following command to create
     663. Issue the following command to create the Tmix input pair:
     67{{{
     68pcap2tmix <incoming.pcap> <outgoing.pcap>
     69}}}
     70where <incoming.pcap> and <outgoing.pcap> are replaced with the appropriate filenames.
     71
     724. Once completed