Friday, July 25th 2008, 2:55am UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, May 6th 2008, 7:11pm

network api question

Hi,

I would like to write a program that snips packets on my ethernet card. I am using version 4.3.3. Does QT have API to help me with this?

Thanks,
- m.

This post has been edited 1 times, last edit by "mainguy" (May 6th 2008, 7:12pm)

  • Go to the top of the page

2

Tuesday, May 6th 2008, 7:17pm

RE: network api question

I don't think so. It needs rather low-level access to network stack.
  • Go to the top of the page

SD_R3veNG

Beginner

Posts: 32

Location: Belgium

Occupation: student

3

Tuesday, May 6th 2008, 7:48pm

There is indeed no such part of the QT-API that allows you to write a network-sniffer..

If you are up to it, try reading some tutorials how to write your own ethernet-drivers and stuff like that, because you'll need low-level access to your ethernet-card :-P.. <like mentioned in the reply above here..>

ps: ever heard of "wireshark"? It's also a sniffer ;-)
*/ No comment /*
  • Go to the top of the page

Rate this thread