Author Topic: How to send packets when id changes?  (Read 1838 times)

0 Members and 1 Guest are viewing this topic.

Offline Elsedai

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
How to send packets when id changes?
« on: December 31, 2011, 05:14:56 pm »
Hi guys. I try to send packets to a server but i always get error. The problem is that socked id changes each time i comunicate with server. I use WPE Pro. e.x.: i got the packet A with socket id 400. No matter if i modify it or not when i send to the same socket i got error. Recorded new packets have different socket id. How do i send packets in this ocasion?

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: How to send packets when id changes?
« Reply #1 on: December 31, 2011, 09:40:06 pm »
Well, AFAIK with WPE PRO when you get a packet, you can modify it and send it again. No additional configuration is needed, unless you want to send that packet from some application you are developing - then you might get into some trouble, but I'm not certain.

Offline Elsedai

  • /dev/null
  • *
  • Posts: 13
  • Cookies: 0
    • View Profile
Re: How to send packets when id changes?
« Reply #2 on: January 01, 2012, 01:18:09 am »
Yes i know. i have send pacets to other aplications. But in this one i receive the packet and i cant send it back. always get an error. With or without modification to the packet. I send it to a server wich check my registration. All i want to do is to send a packet with different hardware id to unlock the free trial. I tried filters but nothing happens