Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionA C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
prathapkumar33429-Feb-12 4:05
prathapkumar33429-Feb-12 4:05 
QuestionRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
David Crow29-Feb-12 4:36
David Crow29-Feb-12 4:36 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
Richard MacCutchan29-Feb-12 5:36
mveRichard MacCutchan29-Feb-12 5:36 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
CPallini29-Feb-12 5:41
mveCPallini29-Feb-12 5:41 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
Erudite_Eric29-Feb-12 7:04
Erudite_Eric29-Feb-12 7:04 
GeneralRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame PinPopular
Maximilien29-Feb-12 7:18
Maximilien29-Feb-12 7:18 
GeneralRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
Erudite_Eric29-Feb-12 23:19
Erudite_Eric29-Feb-12 23:19 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
Albert Holguin29-Feb-12 10:45
professionalAlbert Holguin29-Feb-12 10:45 
Here's a bit of a hint...
0. Define a structure that is representative of the data that you're expecting.
1. Take data from your socket.
2. Cast your data bytes onto your data structure.
3. Interpret and use data however you need to.
4. Do it all over again for any number of packets transferred.
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
G. Edwin29-Feb-12 23:32
G. Edwin29-Feb-12 23:32 
SuggestionRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
G. Edwin1-Mar-12 18:56
G. Edwin1-Mar-12 18:56 
AnswerRe: A C PROGRAM to extract a bit or a group of bits from a Ethernet frame Pin
JackDingler2-Mar-12 7:51
JackDingler2-Mar-12 7:51 
QuestionCall Class Members from Interrupt Routine Pin
Andy20228-Feb-12 22:04
Andy20228-Feb-12 22:04 
AnswerRe: Call Class Members from Interrupt Routine Pin
Jochen Arndt28-Feb-12 22:34
professionalJochen Arndt28-Feb-12 22:34 
GeneralRe: Call Class Members from Interrupt Routine Pin
Andy20228-Feb-12 22:50
Andy20228-Feb-12 22:50 
GeneralRe: Call Class Members from Interrupt Routine Pin
Jochen Arndt28-Feb-12 23:05
professionalJochen Arndt28-Feb-12 23:05 
AnswerRe: Call Class Members from Interrupt Routine Pin
enhzflep28-Feb-12 23:34
enhzflep28-Feb-12 23:34 
GeneralRe: Call Class Members from Interrupt Routine Pin
CPallini29-Feb-12 0:18
mveCPallini29-Feb-12 0:18 
GeneralRe: Call Class Members from Interrupt Routine Pin
Andy20229-Feb-12 5:15
Andy20229-Feb-12 5:15 
GeneralRe: Call Class Members from Interrupt Routine Pin
enhzflep29-Feb-12 5:22
enhzflep29-Feb-12 5:22 
GeneralRe: Call Class Members from Interrupt Routine Pin
Erudite_Eric1-Mar-12 22:37
Erudite_Eric1-Mar-12 22:37 
GeneralRe: Call Class Members from Interrupt Routine Pin
enhzflep1-Mar-12 22:44
enhzflep1-Mar-12 22:44 
GeneralRe: Call Class Members from Interrupt Routine Pin
Erudite_Eric1-Mar-12 22:55
Erudite_Eric1-Mar-12 22:55 
GeneralRe: Call Class Members from Interrupt Routine Pin
Richard MacCutchan29-Feb-12 5:34
mveRichard MacCutchan29-Feb-12 5:34 
GeneralRe: Call Class Members from Interrupt Routine Pin
Jochen Arndt29-Feb-12 5:59
professionalJochen Arndt29-Feb-12 5:59 
GeneralRe: Call Class Members from Interrupt Routine Pin
Andy20229-Feb-12 6:10
Andy20229-Feb-12 6:10 

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.