TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
tope awolowo
NA
11
2.7k
packet moditification for specific url/ domain interception
Aug 21 2017 11:54 AM
hello forum.
Am writting a packet modification project with https://github.com/basil00/Divert.
I need to call this function ina windows servoce application.
The section is shown below
"
// Open the Divert device:
handle = WinDivertOpen(
"outbound && " // Outbound traffic only
"ip && " // Only IPv4 supported
"tcp.DstPort == 80 && " // HTTP (port 80) only
"tcp.PayloadLength > 0", // TCP data packets only
WINDIVERT_LAYER_NETWORK, priority, 0
);
"
My question is this : I want to redrect all packets to a DNS SERVER on 124.3.3.3.
How i achieve this pls.
Thank you
Thank you
Reply
Answers (
0
)
I am not getting proper output in this C program.
is the program valid or not? I am confused.