Thread: How to make a Packet sniffer/filter?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Feb 2009
    Posts
    1

    Cool How to make a Packet sniffer/filter?

    Hey, I'm kinda new to C++ and know that I wont be able to make a packet sniffer/filter/whatever yet (unless its easier then I think), but for future reference, how would you make a program that captures packets that a certain program RECEIVES (not send) and make it so whenever it receives a certain packet it will filter it to a different one? Can you make it so it looks for a certain part of a packet and edits only that part? For example, if you receive a packet with the hex "FF 00 03 FE 23 2A" and only want to edit the "FE 23" part to "A2 34", how would you make a C++ program where all you have to do is click a button and the program will edit that packet for you whenever it receives it?


    Thanks.
    Last edited by shown; 02-22-2009 at 06:21 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. unable to recieve UDP packet
    By caroundw5h in forum Networking/Device Communication
    Replies: 15
    Last Post: 09-19-2007, 11:11 AM
  2. "Cannot make pipe"
    By crepincdotcom in forum C Programming
    Replies: 5
    Last Post: 08-16-2004, 12:43 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. make all rule
    By duffy in forum C Programming
    Replies: 9
    Last Post: 09-11-2003, 01:05 PM
  5. Replies: 6
    Last Post: 04-20-2002, 06:35 PM