User Tools

Site Tools


pcap_to_ts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
pcap_to_ts [2016/12/15 08:50] walkeradminpcap_to_ts [2016/12/15 13:49] walkeradmin
Line 28: Line 28:
     The format for tcpdump is - tcpdump -i <interface> -s 65535 -w <some-file>     The format for tcpdump is - tcpdump -i <interface> -s 65535 -w <some-file>
     tcpdump -i eth2 -B 64000 dst host 239.0.12.1 and port 1234 and multicast -w /home/ts_capture_test.pcap     tcpdump -i eth2 -B 64000 dst host 239.0.12.1 and port 1234 and multicast -w /home/ts_capture_test.pcap
 +
          
 +    Example:
 +    tcpdump -i eth2 -B 64000 dst host 239.0.100.1 and port 1234 and multicast -w /home/hd_tennis_10Mbs.pcap
 +
 +
     if the syntax is correct, the tcpdump will start:     if the syntax is correct, the tcpdump will start:
     tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes     tcpdump: listening on eth2, link-type EN10MB (Ethernet), capture size 65535 bytes
Line 57: Line 62:
 \\  \\ 
 There is a tool available called <color red>Extractor.exe</color> that we can use to extract the TS from the .pcap file. There is a tool available called <color red>Extractor.exe</color> that we can use to extract the TS from the .pcap file.
 +\\ 
 +\\ 
 +Download the extractor file here {{ :extractor.zip |}}
 \\  \\ 
 \\  \\ 
pcap_to_ts.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1