Click here to Skip to main content
15,923,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Finding out the source from which a base class function is called. Pin
rajandpayal9-Dec-08 9:27
rajandpayal9-Dec-08 9:27 
GeneralRe: Finding out the source from which a base class function is called. Pin
Chris Losinger9-Dec-08 13:21
professionalChris Losinger9-Dec-08 13:21 
GeneralRe: Finding out the source from which a base class function is called. Pin
rajandpayal10-Dec-08 5:01
rajandpayal10-Dec-08 5:01 
GeneralRe: Finding out the source from which a base class function is called. Pin
Chris Losinger10-Dec-08 5:05
professionalChris Losinger10-Dec-08 5:05 
QuestionStrange Problem regarding PING ?? Pin
AhmedOsamaMoh9-Dec-08 8:39
AhmedOsamaMoh9-Dec-08 8:39 
AnswerRe: Strange Problem regarding PING ?? Pin
gori_sikten9-Dec-08 17:10
gori_sikten9-Dec-08 17:10 
GeneralRe: Strange Problem regarding PING ?? Pin
AhmedOsamaMoh10-Dec-08 0:44
AhmedOsamaMoh10-Dec-08 0:44 
AnswerRe: Strange Problem regarding PING ?? Pin
Cosmic Egg12-Dec-08 11:00
Cosmic Egg12-Dec-08 11:00 
Please Explain what exactly are you trying to do.
Did you analyse exactly what was shown by wireshark. Please post it so we know more info.

My guess is you icmp message was 12 byte but the whole packet encapsulated by lower layers(udp and ethernet frame) made it to look of wrong size to you but is of correct size.

the icmp reply also contain the orginal ping request which is again of different size.

Did you send 12 bytes and wireshark showed 150 byte.
or you sent 150 bytes and wireshark showed 12 bytes.

Just check what data are you giving to the socket????
QuestionCurrenttime to Variant Pin
pratap19809-Dec-08 7:50
pratap19809-Dec-08 7:50 
AnswerRe: Currenttime to Variant Pin
Mark Salsbery9-Dec-08 8:46
Mark Salsbery9-Dec-08 8:46 
AnswerRe: Currenttime to Variant Pin
Michael Dunn9-Dec-08 13:29
sitebuilderMichael Dunn9-Dec-08 13:29 
Generalsize of file Pin
indiraagandhi9-Dec-08 7:49
indiraagandhi9-Dec-08 7:49 
GeneralRe: size of file Pin
Cedric Moonen9-Dec-08 7:53
Cedric Moonen9-Dec-08 7:53 
GeneralRe: size of file Pin
indiraagandhi11-Dec-08 6:19
indiraagandhi11-Dec-08 6:19 
GeneralRe: size of file Pin
Luc Pattyn9-Dec-08 8:13
sitebuilderLuc Pattyn9-Dec-08 8:13 
GeneralRe: size of file Pin
led mike9-Dec-08 8:25
led mike9-Dec-08 8:25 
GeneralRe: size of file Pin
Luc Pattyn9-Dec-08 8:43
sitebuilderLuc Pattyn9-Dec-08 8:43 
GeneralRe: size of file Pin
CPallini9-Dec-08 8:36
mveCPallini9-Dec-08 8:36 
GeneralRe: size of file Pin
Perspx9-Dec-08 9:38
Perspx9-Dec-08 9:38 
GeneralRe: size of file Pin
CPallini9-Dec-08 9:41
mveCPallini9-Dec-08 9:41 
GeneralRe: size of file Pin
Perspx9-Dec-08 9:45
Perspx9-Dec-08 9:45 
QuestionInterprocess comunication using overlapped named pipes Pin
ForNow9-Dec-08 7:07
ForNow9-Dec-08 7:07 
AnswerRe: Interprocess comunication using overlapped named pipes Pin
led mike9-Dec-08 7:15
led mike9-Dec-08 7:15 
GeneralRe: Interprocess comunication using overlapped named pipes Pin
ForNow9-Dec-08 14:22
ForNow9-Dec-08 14:22 
GeneralRe: Interprocess comunication using overlapped named pipes Pin
Mark Salsbery9-Dec-08 15:03
Mark Salsbery9-Dec-08 15:03 

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.