-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tcprewrite - tcprewrite does not alter output file udp multicast #833
Comments
I have observed that pcap packets with IPv6 fragmentation do not rewrite (#831) |
Hi Chuck, thanks for the fast response. Yes this is for all packets. You can use the pcap in the link. However the --v flag shows no issue, just prints the pcap packet descriptions without any changes. Maybe there is an issue with my installation method.... Is there anything I can do to troubleshoot this? |
Hey Michal, |
Since PR #832 was merged, please check that branch to see whether the change fixes your problem. |
I found the problem. The pcap I was inputting hadn't been decoded as RTP.
Once it was decoded the search masks for source and destination were met.
However then the DLT could not be found. I guess when you decode as RTP in
wireshark it looses the DLT. I'm not sure how to manipulate a RTP pcap so
that it is compatible with tcprewrite.
…On Thu, Jan 11, 2024 at 6:37 PM Chuck ***@***.***> wrote:
Since PR #832 <#832> was merged,
please check that branch to see whether the change fixes your problem.
—
Reply to this email directly, view it on GitHub
<#833 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BERUEEXRB6XIPALMAXVFEOTYOAPORAVCNFSM6AAAAABAM3EUL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBXGY2TGNBWGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
[image: Logo] <https://www.comprimato.com/>
Michael Lawton | Broadcast Engineer
a: Comprimato Systems Ltd.
e: ***@***.*** ***@***.***>*
|
If you have found the problem and it wasn't with tcpreplay, please close the ticket. |
Describe the bug
tcprewrite does not alter port, srcip, dstip ect... in the pcap https://we.tl/t-hgcIa2dGMj
./tcprewrite --srcipmap=10.96.225.227:172.31.22.85 --infile=/home/ec2-user/inputpcap.pcapng --outfile=inputready.pcap
Nothing is changed in output file. Aim is to change the source IP address for all packets
To Reproduce
System:
Attempted both with Centos 07, and AWS Linux 2 AMI
The text was updated successfully, but these errors were encountered: