TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
oneneno
NA
29
0
IPAddress.HostToNetworkOrder ?
Nov 19 2004 8:32 AM
Hello, I want to write the varible: UInt32 m_spi =1000; to one field of the etherpacket and send it through ethernet position = 4; Array.Copy (BitConverter.GetBytes (IPAddress.HostToNetworkOrder( (UInt32) m_spi), 0, buffer, position, 4); ethereal should sniff this packet with value lke this: m_spi= 0x000003e8 but my it show m_spi = 0x00000000 for my packet. What have i doing wrong ? regards !
Reply
Answers (
1
)
How to perform carriage return by coding,not by clicking the Enter key?
C# & VB.NET RANT!