intercepting all broadcast packets
can i easily intercept all broadcast packets on all port using winsock? i dont really want to open a bucket load of winsock connections to cover all ports :-/ also im intrested in intercepting a bunch of tcp ports in the range 135-139 (which netbios uses), is this also possible ie. intercept these packets, but still alow them to go to my computer. What i want to do is too foward these packets to another machine over the internet as im setting up a VPN but the VPN software does not forward netbios or UDP broadcast across the network.
Provided the service provider has implemented it, you can open a socket with SOCK_RAW and examine the headers of all packets that you can find on that interface.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement