Click here to Skip to main content
15,879,535 members
Home / Discussions / C#
   

C#

 
QuestionC# how I can sniff a process? Pin
terrinfo9-Jan-12 14:01
terrinfo9-Jan-12 14:01 
AnswerRe: C# how I can sniff a process? Pin
Not Active9-Jan-12 14:23
mentorNot Active9-Jan-12 14:23 
AnswerRe: C# how I can sniff a process? Pin
Abhinav S9-Jan-12 19:41
Abhinav S9-Jan-12 19:41 
GeneralRe: C# how I can sniff a process? Pin
terrinfo9-Jan-12 23:19
terrinfo9-Jan-12 23:19 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 2:36
mveRichard MacCutchan10-Jan-12 2:36 
GeneralRe: C# how I can sniff a process? Pin
terrinfo10-Jan-12 3:06
terrinfo10-Jan-12 3:06 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 3:26
mveRichard MacCutchan10-Jan-12 3:26 
GeneralRe: C# how I can sniff a process? Pin
terrinfo10-Jan-12 3:32
terrinfo10-Jan-12 3:32 
C#
ipNode.Nodes.Add("Ver: " + ipHeader.Version);
ipNode.Nodes.Add("Header Length: " + ipHeader.HeaderLength);
ipNode.Nodes.Add("Differntiated Services: " + ipHeader.DifferentiatedServices);
ipNode.Nodes.Add("Total Length: " + ipHeader.TotalLength);
ipNode.Nodes.Add("Identification: " + ipHeader.Identification);
ipNode.Nodes.Add("Flags: " + ipHeader.Flags);
ipNode.Nodes.Add("Fragmentation Offset: " + ipHeader.FragmentationOffset);
ipNode.Nodes.Add("Time to live: " + ipHeader.TTL);
ipNode.Nodes.Add("Source Port: " + udpHeader.SourcePort);
ipNode.Nodes.Add("Destination Port: " + udpHeader.DestinationPort);
ipNode.Nodes.Add("Length: " + udpHeader.Length);
ipNode.Nodes.Add("Checksum: " + udpHeader.Checksum);


There's all except the process Frown | :(
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 3:45
mveRichard MacCutchan10-Jan-12 3:45 
GeneralRe: C# how I can sniff a process? Pin
terrinfo10-Jan-12 3:48
terrinfo10-Jan-12 3:48 
GeneralRe: C# how I can sniff a process? Pin
Richard MacCutchan10-Jan-12 4:06
mveRichard MacCutchan10-Jan-12 4:06 
QuestionC# -Oracle- Access Pin
bigphish9-Jan-12 8:33
bigphish9-Jan-12 8:33 
AnswerRe: C# -Oracle- Access Pin
RexGrammer9-Jan-12 8:45
RexGrammer9-Jan-12 8:45 
GeneralRe: C# -Oracle- Access Pin
bigphish9-Jan-12 19:04
bigphish9-Jan-12 19:04 
GeneralRe: C# -Oracle- Access Pin
Mycroft Holmes9-Jan-12 20:25
professionalMycroft Holmes9-Jan-12 20:25 
AnswerRe: C# -Oracle- Access Pin
jschell11-Jan-12 9:36
jschell11-Jan-12 9:36 
QuestionWinforms Update form label from a class library Pin
Member 43365949-Jan-12 4:53
Member 43365949-Jan-12 4:53 
AnswerRe: Winforms Update form label from a class library Pin
BobJanova9-Jan-12 5:05
BobJanova9-Jan-12 5:05 
GeneralRe: Winforms Update form label from a class library Pin
Member 43365949-Jan-12 5:17
Member 43365949-Jan-12 5:17 
GeneralRe: Winforms Update form label from a class library Pin
BobJanova9-Jan-12 6:46
BobJanova9-Jan-12 6:46 
AnswerRe: Winforms Update form label from a class library Pin
RexGrammer9-Jan-12 8:11
RexGrammer9-Jan-12 8:11 
AnswerRe: Winforms Update form label from a class library Pin
Luc Pattyn9-Jan-12 8:15
sitebuilderLuc Pattyn9-Jan-12 8:15 
GeneralRe: Winforms Update form label from a class library Pin
DaveyM699-Jan-12 8:43
professionalDaveyM699-Jan-12 8:43 
AnswerRe: Winforms Update form label from a class library Pin
BillWoodruff10-Jan-12 6:17
professionalBillWoodruff10-Jan-12 6:17 
QuestionHow to access the control of a form from diffrent form? Pin
Paramu19739-Jan-12 4:08
Paramu19739-Jan-12 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.