[Release] Tera Live Packet Sniffer

Page 3 of 9 FirstFirst 123456789 LastLast
Results 31 to 45 of 129
  1. #31
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    Can you add loading servers list from xml config? Like:

    PHP Code:
    <Servers>
        <
    String>
            <
    id>[EUHasmina</id>
            <
    ip>79.110.94.213</ip>
            <
    port>11000</port>
        </
    String>
        <
    String>
            <
    id>[RUArun</id>
            <
    ip>91.225.237.5</ip>
            <
    port>7801</port>
        </
    String>
    </
    Servers
    Last edited by Ekey; 19-04-15 at 07:37 PM.

  2. #32
    Founder of EvilSource the1Domo is offline
    [VIP] MemberRank
    Jun 2010 Join Date
    280Posts

    Re: [Release] Tera Live Packet Sniffer

    in public bool ProcessClientData()
    you got GetServerData need to be GetClientData

  3. #33
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    btw : useless part of code

    PHP Code:
            public byte[] ServerKey1 Utils.Random128Key();
            public 
    byte[] ServerKey2 Utils.Random128Key(); 
    replace on

    PHP Code:
            public byte[] ServerKey1 = new byte[128];
            public 
    byte[] ServerKey2 = new byte[128]; 
    because ServerKey1 and ServerKey2 filled anyway from
    PHP Code:
    public bool ProcessServerData() 

  4. #34
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Updated the code on Github with these two things. That xml loading thing is maybe coming tomorrow ;)

  5. #35
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    Here collected ip's :
    v1 - http://pastebin.com/5PtcZbbF

    Also after ip could be added tag for loading individual opcode list for each regions.
    v2 - http://pastebin.com/c4heg6yM

    :)
    Last edited by Ekey; 20-04-15 at 02:16 PM.

  6. #36
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Pushed some Updates on Github today, including the xml serverlist. I didn't include seperate opcode files for diffrent regions as I want it as simple as possible. You need to do that manually ^^

    Complied version v4: https://mega.co.nz/#!ORxWyboS!ZzCC68...N-MS5NN_961B-g

  7. #37
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by GoneUp View Post
    I didn't include seperate opcode files for diffrent regions as I want it as simple as possible. You need to do that manually ^^
    Cmon, It is not so hard :) .

    Thanks for update :)

    -----

    Well, seems does not work for me

    My actions :

    1) Started Sniff
    2) Set adapter and server
    3) Started game

    PS: WinPcap installed. OS Win7 x64



    Any ideas?
    Last edited by Ekey; 20-04-15 at 08:59 PM.

  8. #38
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by Ekey View Post
    Cmon, It is not so hard :) .

    Thanks for update :)

    -----

    Well, seems does not work for me

    My actions :

    1) Started Sniff
    2) Set adapter and server
    3) Started game

    PS: WinPcap installed. OS Win7 x64



    Any ideas?
    Is this a wireless adapter? Then maybe winpcap is not working. Can you see your network traffic with wireshack?

  9. #39
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by GoneUp View Post
    Is this a wireless adapter?
    Nope

    Quote Originally Posted by GoneUp View Post
    Then maybe winpcap is not working.
    Winpcap works fine because i see trafic in my sniff on cpp

    Quote Originally Posted by GoneUp View Post
    Can you see your network traffic with wireshack?
    Wireshark works fine too

    -----

    Hmmm.. Really funny but demos from SharpPcap and Pcap.Net does not work with any filters.

    SharpPcap demo:

    with filter "ip and tcp" (also i tried different variants but without results) - no trafic ->http://prntscr.com/6wabfs
    without filter - there is traffic -> http://prntscr.com/6wab86

    I do not understand what's wrong. CPP versions works without any problems. WTF!?

  10. #40
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    I really have no clue what could be wrong. It's really strange what is happening there. The host filter is also not working or?

  11. #41
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by GoneUp View Post
    The host filter is also not working or?
    Yeah also not working :(

  12. #42
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by Ekey View Post
    Yeah also not working :(
    Sorry dude. Got no more ideas about that. It works like a charm here :/

  13. #43
    Member Ekey is offline
    MemberRank
    Apr 2010 Join Date
    .\root\home\Location
    90Posts

    Re: [Release] Tera Live Packet Sniffer

    Finally it works.



    but some packets missing. i don't see S_STORE_SELL_LIST while contact with the merchant for example.

    btw: It would be great to add a function for ignore selected opcodes, like:

    Last edited by Ekey; 25-04-15 at 04:23 PM.

  14. #44
    Novice vrgbo76w is offline
    MemberRank
    May 2015 Join Date
    4Posts

    Re: [Release] Tera Live Packet Sniffer

    working on win7 32 bit?

  15. #45
    Member GoneUp is offline
    MemberRank
    Aug 2008 Join Date
    86Posts

    Re: [Release] Tera Live Packet Sniffer

    Quote Originally Posted by vrgbo76w View Post
    working on win7 32 bit?
    Sure.



Advertisement