borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (what is XHTML ?)Next Topic (Help with Winsock) New Topic New Poll Post Reply
AndreaVB Forum : Internet Applications : Building Packet
Poster Message
Afshin_Zavar
Level: Sage

Registered: 17-07-2003
Posts: 64

icon Building Packet

Hi all vb coders

I want to create and send some packet to somewhere by myself (i don't want to use Winsock activex)

you know Blaster worm, it sent 5000 packets to MicroSoft each 1 second, for DoS attack resons.

now, i want to  know,how i can build  packet/frame like that.

Extra:

Source IP address,Dest IP address and data must be included!!!


Help me

[Edited by Afshin_Zavar on 21-10-2003 at 12:24 PM GMT]

____________________________
Persia

20-10-2003 at 09:45 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
win_dir
Level: VB Guru

Registered: 04-08-2002
Posts: 390
icon Re: Building Packet

Hi, could you give us a more detailed explanation of what you need, including the situation which your application is being designed for etc. We cannot help you if you randomly say "How can i build packet to send by myself?".

Kind Regards
Mark Rawson

____________________________
We have a Mustek 5 M/Pix GSm@rt USB Digital Camera
for just £74.03 , offer only on until 30th February!

<AllDuck.com>      

Enquiries/Sales: 0845 430 9862
Fax: 0870 950 4532

20-10-2003 at 09:00 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
davidhog
Level: Guest

icon Re: Building Packet

I to am looking how to build a packet in VB.net. I have the C++ code
    struct Packet
        {
            WORD wToken1;
            WORD wToken2;
            UINT uID;
            WORD WaveformSel;
            BYTE bSize;
            BYTE bReserved[5];
            union dataHeader
         {
           BYTE data[32];
           unsigned short int shortIntVal[16];
           unsigned long int          longIntVal[8];
           float   floatVal[8];
         } headerData;

but I don't know and can't find a way to do the same thing in VB.net.

08-01-2004 at 08:37 PM
| Quote Reply
Afshin_Zavar
Level: Sage

Registered: 17-07-2003
Posts: 64
icon Re: Building Packet

thanks for helps



[Edited by Afshin_Zavar on 04-08-2005 at 08:01 PM GMT]

____________________________
Persia

12-01-2004 at 03:05 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Internet Applications : Building Packet
Previous Topic (what is XHTML ?)Next Topic (Help with Winsock) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder