blah blah blah is here! blah blah » Close

1
votes
3 answers

mysql problem

lios
30

Hello I have an mysql table that have 8 columns! I wand to read one of the column (tameio) and display the raws in a list box string MyConString = "SERVER=192.168.0.1;" + "DATABASE=mydata;" + "UID=user;&quo ...

0
votes
1 answers

Sniff packets on specified port with RAW sockets.

I've been trying for some time to write a sniffer for a specified port, i've found some on the internet but they all sniff all the packets so is it possible to configure the socket to receive only packets from a specified port or do I have ...

Feedback