-
Notifications
You must be signed in to change notification settings - Fork 274
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
how add two valn on pcap #625
Labels
Comments
fklassen
added a commit
that referenced
this issue
Jun 22, 2021
While add it, have -v option print packets after done rewriting, not before.
fklassen
added a commit
that referenced
this issue
Jun 23, 2021
fklassen
added a commit
that referenced
this issue
Jun 24, 2021
fklassen
added a commit
that referenced
this issue
Jun 28, 2021
fklassen
added a commit
that referenced
this issue
Jun 28, 2021
fklassen
added a commit
that referenced
this issue
Jun 28, 2021
fklassen
added a commit
that referenced
this issue
Jun 28, 2021
fklassen
added a commit
that referenced
this issue
Jun 28, 2021
fklassen
added a commit
that referenced
this issue
Jun 29, 2021
fklassen
added a commit
that referenced
this issue
Jun 30, 2021
fklassen
added a commit
that referenced
this issue
Jun 30, 2021
fklassen
added a commit
that referenced
this issue
Jun 30, 2021
fklassen
added a commit
that referenced
this issue
Jul 1, 2021
Leak found by Travis CI. While here make client/server direction for IPv6 the same as IPv4.
Fixed in PR #675 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello
i have a pcap file i need to add two vlan tag to this pcap but i cant find solution
i found this
tcprewrite --enet-vlan=add --enet-vlan-tag=40 --enet-vlan-cfi=1 --enet-vlan-pri=4 --infile=input.pcap --outfile=output.pcap
but not work for two vlan tag its work for one vlan tag
can you help me?
The text was updated successfully, but these errors were encountered: