Results 1 to 4 of 4

Thread: Qs: Split info. from received packet

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Location
    Iran
    Posts
    237

    Question Qs: Split info. from received packet

    Hi,
    How can i split info. from received packet. for ex:

    VBForums IP address:
    Ascii: .?ìIÜ
    Hex: 3F EC 49 DC
    How can i translate this to VBForums IP address?

    My IP address:
    Ascii: T/Ðó
    Hex: 54 2F D0 F3
    How can i translate this to find my IP address?

    Port #80:
    Ascii: .P
    Hex: 00 50
    How can i translate this to find port #80?

    or ...
    Very thanks
    Y.P.Y

  2. #2
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: Qs: Split info. from received packet


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Location
    Iran
    Posts
    237

    Question Re: Qs: Split info. from received packet

    Very thanks SuperBovine .
    Do you know how can i convert Decimal(Long) value to IP address?

    Long(Decimal) value: 1412419720
    Y.P.Y

  4. #4
    Frenzied Member
    Join Date
    Aug 2000
    Location
    O!
    Posts
    1,177

    Re: Qs: Split info. from received packet

    Quote Originally Posted by Yoosha
    Do you know how can i convert Decimal(Long) value to IP address?

    Long(Decimal) value: 1412419720
    Take a look at this thread. It deals with RGB values, but could just as easily be used to get the 4 byte values of the IP address.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width