Search found 2 matches

by david
29 Jul 2019, 08:23
Forum: General
Topic: Getting IP data
Replies: 2
Views: 3102

Re: Getting IP data

Hi, thanks for the quick reply! Sure, I'll explain more. I want to get for every TCP connection over the PPP tunnel, the source address, source port, destination address and destination port. For this I need the raw IP data. For example I can catch the first SYN packet, and get the data I need. So f...
by david
25 Jul 2019, 13:36
Forum: General
Topic: Getting IP data
Replies: 2
Views: 3102

Getting IP data

Hi, great work! I need to analyze the IP data, and having a hard time finding the relevant part of the code that handles that. I thought there might be a raw socket that is being written to, and I can get the buffer there and analyze it, but I can't seem to find such a thing (maybe I missed it thoug...