Click here to Skip to main content
15,921,336 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionInsert data problem Pin
mengyin11-Sep-05 22:19
mengyin11-Sep-05 22:19 
Questionclasses c++ project HELP!! PLZ Pin
da_comp_learner11-Sep-05 15:19
da_comp_learner11-Sep-05 15:19 
AnswerRe: classes c++ project HELP!! PLZ Pin
Christian Graus11-Sep-05 15:33
protectorChristian Graus11-Sep-05 15:33 
GeneralRe: classes c++ project HELP!! PLZ Pin
da_comp_learner11-Sep-05 15:41
da_comp_learner11-Sep-05 15:41 
GeneralRe: classes c++ project HELP!! PLZ Pin
Christian Graus11-Sep-05 15:55
protectorChristian Graus11-Sep-05 15:55 
QuestionHelp with DJGPP! (GCC for DOS) Pin
Lord Kixdemp11-Sep-05 7:06
Lord Kixdemp11-Sep-05 7:06 
QuestionRe: Help with DJGPP! (GCC for DOS) Pin
Lord Kixdemp11-Sep-05 11:47
Lord Kixdemp11-Sep-05 11:47 
QuestionMonitor Traffic on Single Computer... Pin
code-frog10-Sep-05 15:24
professionalcode-frog10-Sep-05 15:24 
Wow, I never thought I'd have to post this question here but after digging around I'm not totally certain what the best approach is.

Essentially, I'd like to write something like kiwisyslogD without the UI. Essentially I just need to watch in/out traffic on a NIC and log whether it's TCP/UDP/Etc the port and remote IP. If it's a web request I want to get the URL. I've seen tons of different examples that use WinPCap, Network Packet Drivers, Etc. They seem to have a lot of other stuff I don't need. This is only going to log to a file. It will never have a user interface nor will it do anything other than what I've just described. I only need Windows support and if I cannot support all flavors then 2K/XP/2K3 will have to do. I have no need/reason to log the traffic on the network. Just in/out on the host machine's NIC.

If I didn't have to reference a 3rd partly library I'd prefer that. What are the ideas and where do I begin? I've programmed in C/C++ but not in this nature before.

- Rex


Some assembly required.

Code-frog System Architects, Inc.


-- modified at 21:25 Saturday 10th September, 2005

Questionwhy it is giving runtime error? Pin
mcnu10-Sep-05 7:06
mcnu10-Sep-05 7:06 
AnswerRe: why it is giving runtime error? Pin
Christian Graus11-Sep-05 12:33
protectorChristian Graus11-Sep-05 12:33 
GeneralRe: why it is giving runtime error? Pin
mcnu11-Sep-05 15:45
mcnu11-Sep-05 15:45 
GeneralRe: why it is giving runtime error? Pin
Christian Graus11-Sep-05 15:56
protectorChristian Graus11-Sep-05 15:56 
GeneralRe: why it is giving runtime error? Pin
mcnu11-Sep-05 16:13
mcnu11-Sep-05 16:13 
GeneralRe: why it is giving runtime error? Pin
Christian Graus11-Sep-05 16:20
protectorChristian Graus11-Sep-05 16:20 
GeneralRe: why it is giving runtime error? Pin
mcnu11-Sep-05 16:50
mcnu11-Sep-05 16:50 
GeneralRe: why it is giving runtime error? Pin
Christian Graus11-Sep-05 16:51
protectorChristian Graus11-Sep-05 16:51 
GeneralRe: why it is giving runtime error? Pin
Nemanja Trifunovic12-Sep-05 2:35
Nemanja Trifunovic12-Sep-05 2:35 
Questionoperator << is ambiguous? Pin
LiYS9-Sep-05 18:24
LiYS9-Sep-05 18:24 
AnswerRe: operator << is ambiguous? Pin
mcnu10-Sep-05 2:00
mcnu10-Sep-05 2:00 
GeneralRe: operator << is ambiguous? Pin
LiYS10-Sep-05 2:49
LiYS10-Sep-05 2:49 
GeneralRe: operator << is ambiguous? Pin
mcnu10-Sep-05 6:10
mcnu10-Sep-05 6:10 
GeneralRe: operator << is ambiguous? Pin
LiYS10-Sep-05 15:06
LiYS10-Sep-05 15:06 
GeneralRe: operator << is ambiguous? Pin
mcnu10-Sep-05 17:28
mcnu10-Sep-05 17:28 
GeneralRe: operator << is ambiguous? Pin
Christian Graus11-Sep-05 12:35
protectorChristian Graus11-Sep-05 12:35 
Question"'string' does not name a type"? Pin
Lord Kixdemp9-Sep-05 11:12
Lord Kixdemp9-Sep-05 11:12 

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.