First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

simulate packets of TCP/IP protocols

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?

parvaz's avatar
1
parvaz
asked 2019-10-17 17:20:00 +0000
Lekensteyn's avatar
2.3k
Lekensteyn
updated 2019-10-20 18:25:20 +0000
edit flag offensive 0 remove flag 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's avatar xinxolHH (2019-10-18 07:52:24 +0000) edit
add a comment see more comments

1 Answer

0

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.

SYN-bit's avatar
18.5k
SYN-bit
answered 2019-10-19 22:44:56 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer