IPv6 Address Storage in Memory?

Reply

Join Date: Oct 2006
Posts: 1
Reputation: jimeeg is an unknown quantity at this point 
Solved Threads: 0
jimeeg jimeeg is offline Offline
Newbie Poster

IPv6 Address Storage in Memory?

 
0
  #1
Oct 12th, 2006
i am trying to research how the IPv6 address is stored into memory. the IPv4 address is easy, because we can load it directly into an register such as eax and push it onto the stack. works great, but how are the IPv6 stuffed on there?

i am guessing that it takes 4 pushes onto the stack and somehow that is all popped back off into the AF_INET6 structure, but HOW???? does anyone have a disassembled copy of that code?

a sample of the ipv4 code is:

mov ebp-4Ch, eax ;store ip address from eax into ebp
push 10h
lea eax, [ebp-50h] ;load address up
push eax

anyone have an idea or a good place to look - my searches are failing me.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC