Changes between Version 16 and Version 17 of OpenVirtualInterface
- Timestamp:
- 05/25/10 19:48:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenVirtualInterface
v16 v17 153 153 }}} 154 154 155 Which is the format required by Wireshark.155 Save 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. 156 156 157 Type in the following command: 158 159 {{{ 160 C:\Users\Thomas\Desktop>text2pcap -l 12 poipoi.txt poipoi.pcap 161 Input from: poipoi.txt 162 Output to: poipoi.pcap 163 Wrote packet of 80 bytes at 0 164 Read 1 potential packet, wrote 1 packet 165 }}} 166 167 Double click on the ''poipoi.pcap'', Wireshark should open, indicating that this is an ICMPv6 packet.
