Ask Your Question
0

simulate packets of TCP/IP protocols

asked 2019-10-17 17:20:00 +0000

parvaz gravatar image

updated 2019-10-20 18:25:20 +0000

Lekensteyn gravatar image

I hope you don't mind my asking this, but I've been looking for different types of TCP/IP protocol samples. I search in internet (https://wiki.wireshark.org/SampleCapt..., https://www.netresec.com/?page=PcapFiles, …) but these samples are not completely for my study.

For example, in RTP protocol, I need all type of video (H263, H264, …) and voices (G711, G729, …) that can be sent over RTP. Does a software exist to simulate packets of these protocol and capture them with wireshark?

edit retag flag offensive close merge delete

Comments

Hello, I guess the general answer will be no, that software does not exist or it may not be open source, but you may take a look to scapy in python and create your own packets, tools...etc.

xinxolHH gravatar imagexinxolHH ( 2019-10-18 07:52:24 +0000 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2019-10-19 22:44:56 +0000

SYN-bit gravatar image

When I need application level test data, I usually configure systems to generate the traffic. So for instance when I need SIP/RTP, I build a VM with an open source PBX and use a SoftPhone client to connect. It might be some overkill, but at least it will be data that resembles real-life data.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2019-10-17 17:20:00 +0000

Seen: 1,081 times

Last updated: Oct 20 '19