473,386 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Using C++ to "Listen"

I am attempting to develop an application for a client that will monitor Web
Traffic on a Users PC (from a tray application that the user downloads) - I
am NOT interested in blocking or limiting internet access, I only want to be
able to monitor (listen) for ANY internet access by the User from their PC
and then once that is done to "sniff" the packet of info to determine
exactly what webpage the user access. My client is wanting to see what
website a customer of theirs visits, then when they visit a "Green" website
(vendor belonging to their program) the tray application will know that and
display relevant information. I am researching sockets, but I just need to
figure out a way to get the browser url of the page that is visited. If I
cant do this with C++, I can do it in Delphi. And no, cookies will not work
in this situation....

Any help here would be appreciated.

Thanks,
Jim
Jul 22 '05 #1
8 2029
Jim G. wrote:
I am attempting to develop an application for a client that will monitor Web
Traffic [...]

Any help here would be appreciated.


Try comp.os.<your_os_here>.programmer Nothing like you describe can be
achieved without using platform- or OS-specific means, and so is OT here.

V
Jul 22 '05 #2
Tried the comp.os.windows.programmer group, nothing but porn and spam
there....
This is for the windows envirmnment.

I will keep looking..

Thanks,
Jim

"Victor Bazarov" <v.********@comAcast.net> wrote in message
news:5_******************@newsread1.mlpsca01.us.to .verio.net...
Jim G. wrote:
I am attempting to develop an application for a client that will monitor
Web Traffic [...]

Any help here would be appreciated.


Try comp.os.<your_os_here>.programmer Nothing like you describe can be
achieved without using platform- or OS-specific means, and so is OT here.

V

Jul 22 '05 #3

"Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
news:iM*******************@twister.nyroc.rr.com...
I am attempting to develop an application for a client that will monitor
Web Traffic on a Users PC (from a tray application that the user
downloads) - I am NOT interested in blocking or limiting internet access, I
only want to be able to monitor (listen) for ANY internet access by the
User from their PC and then once that is done to "sniff" the packet of info
to determine exactly what webpage the user access. My client is wanting to
see what website a customer of theirs visits, then when they visit a
"Green" website (vendor belonging to their program) the tray application
will know that and display relevant information. I am researching sockets,
but I just need to figure out a way to get the browser url of the page that
is visited. If I cant do this with C++, I can do it in Delphi. And no,
cookies will not work in this situation....

Any help here would be appreciated.

Thanks,
Jim


Probably best if you ask in an operating system-specific newsgroup. Here,
we don't really concentrate on this kind of thing. Try
comp.os.ms-windows.programming or something like that.

- JFA
Jul 22 '05 #4
<Top posting reordered>
Try comp.os.<your_os_here>.programmer Nothing like you describe can
be achieved without using platform- or OS-specific means, and so is
OT here.

....
Tried the comp.os.windows.programmer group, nothing but porn and spam
there....
This is for the windows envirmnment.


Try microsoft.public.vc... or microsoft.public.win32...

on the news.microsoft.com news server.

Jeff
Jul 22 '05 #5

"Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
news:B3*******************@twister.nyroc.rr.com...
Tried the comp.os.windows.programmer group, nothing but porn and spam
there....
This is for the windows envirmnment.


I read the group comp.os.ms-windows.programmer.win32,
and like most groups, it has a smattering of spam,
but imo the bulk of posts are topical and useful.

Also you can visit www.msdn.microsoft.com and search
for info, as well as visit the MS-specific newsgroups
cited there.

If your news server does not provide some or all of
these groups, connect to Microsoft's public news
server, msnews.microsoft.com

-Mike
Jul 22 '05 #6

"Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
news:B3*******************@twister.nyroc.rr.com...
Tried the comp.os.windows.programmer group, nothing but porn and spam
there....
This is for the windows envirmnment.

I will keep looking..

Thanks,
Jim


You're probably looking at that newsgroup via your ISP's newsserver. Try
the microsoft one, at news.microsoft.com. It should be much better.

-Howard

Jul 22 '05 #7
Howard wrote:
"Jim G." <jgrago@NO_SPAM-twcny.rr.com> wrote in message
news:B3*******************@twister.nyroc.rr.com...
Tried the comp.os.windows.programmer group, nothing but porn and spam
there....
This is for the windows envirmnment.

I will keep looking..

Thanks,
Jim

You're probably looking at that newsgroup via your ISP's newsserver. Try
the microsoft one, at news.microsoft.com. It should be much better.


Last time I looked they didn't carry 'comp.os.ms-windows' hierarchy.
Jul 22 '05 #8

"Victor Bazarov" <v.********@comAcast.net> wrote in message
news:BtdDd.34679>>
You're probably looking at that newsgroup via your ISP's newsserver. Try
the microsoft one, at news.microsoft.com. It should be much better.


Last time I looked they didn't carry 'comp.os.ms-windows' hierarchy.


D'oh! You're quite right, of course. There should be a newsgroup there
that applies, of course. But obviously comp.os.ms-windows ain't it! Mea
culpa!
-H
Jul 22 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: mike | last post by:
regards: I use Jtidy (api) to translate a HTML file into a "XHTML file". But The "XHTML file" cannot be identified by nokia 6600. Do I miss something important? Or this is Jtidy's weakness or...
3
by: red | last post by:
mouse events when the mouse is on a "child control" hi everyone; my problem: I have a userControl in this usercontrol, I have a child control (a button) when the mouse moves over the...
81
by: Matt | last post by:
I have 2 questions: 1. strlen returns an unsigned (size_t) quantity. Why is an unsigned value more approprate than a signed value? Why is unsighned value less appropriate? 2. Would there...
3
by: danavni | last post by:
i need to build a service that will accept incoming TCP/IP connections. the service should act like a "HUB" where on one side clients connect to it and stay connected for as long as they like and...
37
by: jht5945 | last post by:
For example I wrote a function: function Func() { // do something } we can call it like: var obj = new Func(); // call it as a constructor or var result = Func(); // call it as...
1
gman2k1
by: gman2k1 | last post by:
I am a python noob and was wondering how to "listen" for a keystroke. In other words, I want a program to run, but when I press a key (a regular key, not Ctrl-C or Ctrl-Break), I want the program to...
2
by: vasu1308 | last post by:
Hi all I am working on a socket program in Perl. Main goal is to develop a proxy server. Here is the code attached. An error is encountered. Anyone Please help me out. #!/usr/bin/perl -w #...
11
by: O.B. | last post by:
Does C# support anything like PHP's break command that optionally accepts a parameter specifying how many loops to break out of?
10
by: Andrew Ducker | last post by:
I have an application, and I'd like it to be able to generate "log" messages. Other applications can then attach to it and listen to these messages, but the main application shouldn't have to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.