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
Sending IP Packet ?
Oct 27 2004 6:46 AM
Hello, I have this class in my project. I can open a socket and send ICMP packet. public class Ipheader { public byte Version; public byte HeaderLength; public byte DifferentiatedServicesField; public ushort Length; public ushort Identification; public byte Flags; public ushort FragmentOffset; public ushort TimeToLive; public byte Protocol; public ushort HeaderChecksum; public string Source; public string Destination; } Now i want to build a ICMP packet witht TTL = 1 in IP header. How can i do this ? And how how can i give this packet a version, length .... I have this 2 structs in C: struct in_addr src; struct sockaddr_in addr; is there something similar in C# ? links oder tuts maybe helpfull for me! regards
Reply
Answers (
1
)
Embedding XSLTs in a C# Project
how to do this in C#?