Changes between Version 16 and Version 17 of OpenVirtualInterface


Ignore:
Timestamp:
05/25/10 19:48:59 (3 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenVirtualInterface

    v16 v17  
    153153}}} 
    154154 
    155 Which is the format required by Wireshark. 
     155Save this into a text file. '''Make sure there is at least one space at the end of each line'''. The following step is to use the ''text2pcap'' utility to turn this text file into a pcap file. ''text2pcap'' comes will any distribution of Wireshark, just make sure your PATH environment variable points to the directory where that ''text2pcap' lives. 
    156156 
     157Type in the following command: 
     158 
     159{{{ 
     160C:\Users\Thomas\Desktop>text2pcap -l 12 poipoi.txt poipoi.pcap 
     161Input from: poipoi.txt 
     162Output to: poipoi.pcap 
     163Wrote packet of 80 bytes at 0 
     164Read 1 potential packet, wrote 1 packet 
     165}}} 
     166 
     167Double click on the ''poipoi.pcap'', Wireshark should open, indicating that this is an ICMPv6 packet.