Wireshark-users: Re: [Wireshark-users] Wireshark-users Digest, Vol 36, Issue 3
From: Güngör Basa <gungorbasa@xxxxxxxxxxx>
Date: Sat, 2 May 2009 09:43:10 +0300
ok but how can I realise dos attacks? > From: wireshark-users-request@xxxxxxxxxxxxx > Subject: Wireshark-users Digest, Vol 36, Issue 3 > To: wireshark-users@xxxxxxxxxxxxx > Date: Fri, 1 May 2009 20:06:02 -0700 > > Send Wireshark-users mailing list submissions to > wireshark-users@xxxxxxxxxxxxx > > To subscribe or unsubscribe via the World Wide Web, visit > https://wireshark.org/mailman/listinfo/wireshark-users > or, via email, send a message with subject or body 'help' to > wireshark-users-request@xxxxxxxxxxxxx > > You can reach the person managing the list at > wireshark-users-owner@xxxxxxxxxxxxx > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Wireshark-users digest..." > > > Today's Topics: > > 1. DOS (G?ng?r Basa) > 2. Re: DOS (Stephen Fisher) > 3. ??: Compiling wireshark ( ???? ) > 4. ??: Compiling wireshark ( ???? ) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 1 May 2009 22:31:20 +0300 > From: G?ng?r Basa <gungorbasa@xxxxxxxxxxx> > Subject: [Wireshark-users] DOS > To: <wireshark-users@xxxxxxxxxxxxx> > Message-ID: <COL111-W3491912A4D95C0A6AA36F5D86D0@xxxxxxx> > Content-Type: text/plain; charset="windows-1254" > > > Hi I search this and I found sth but I didn't get my answer.Here is the problem > I am a computer science student and I have to do my internship.For this I have to understand how wireshark detect dos attacks. This is an emergency please help me. > > _________________________________________________________________ > Windows Live? Photos ile foto?raflar?n?z? kolayca payla??m?. > http://www.microsoft.com/turkiye/windows/windowslive/photos.aspx > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://www.wireshark.org/lists/wireshark-users/attachments/20090501/0964e5cd/attachment.htm > > ------------------------------ > > Message: 2 > Date: Fri, 1 May 2009 18:27:38 -0600 > From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> > Subject: Re: [Wireshark-users] DOS > To: Community support list for Wireshark > <wireshark-users@xxxxxxxxxxxxx> > Message-ID: <20090502002738.GA36969@xxxxxxxxxxxxxxxxxxx> > Content-Type: text/plain; charset=us-ascii > > On Fri, May 01, 2009 at 10:31:20PM +0300, G?ng?r Basa wrote: > > > For this I have to understand how wireshark detect dos attacks. > > Wireshark doesn't detect DoS attacks on its own, though a human reading > through what is captured may be able to infer that a DoS attack is/was > occuring. > > > Steve > > > ------------------------------ > > Message: 3 > Date: Sat, 2 May 2009 10:55:34 +0800 > From: " ???? " <172955319@xxxxxx> > Subject: [Wireshark-users] ??: Compiling wireshark > To: " Community support list for Wireshark " > <wireshark-users@xxxxxxxxxxxxx> > Message-ID: <tencent_7EF2CB0E4EF0206851631D7F@xxxxxx> > Content-Type: text/plain; charset="gbk" > > Thank you for your help!My HHC_DIR setting in config.nmake is like follows: > # Then point HHC_DIR to the html help dir (where hhc.exe resides). > # > # If you don't want the online help (or don't have the tools), > # comment this line out, so that HHC_DIR isn't defined. > # > HHC_DIR=$(PROGRAM_FILES)/HTML Help Workshop > > I want to know whether it is right?Thanks. > > > > ------------------ ???? ------------------ > ???: "Jaap Keuter"<jaap.keuter@xxxxxxxxx>; > ????: 2009?4?30?(???) ??4:46 > ???: "Community support list for Wireshark"<wireshark-users@xxxxxxxxxxxxx>; > > ??: Re: [Wireshark-users] Compiling wireshark > > > Hi, > > Check you HHC_DIR setting in config.nmake. > > PS: If you start a new thread, don't comment on an existing one. > > Thanx, > Jaap > > ???? wrote: > > Hi all, > > I am trying to build wireshark on windows.I am using Visual Studio > > 6.0. while building wireshark "nmake Makefile.nmake all" it gives the > > following error: > > > > help_dlg.c(49) : fatal error C1083: Cannot open include file: > > 'htmlhelp.h': No such file or directory > > NMAKE : fatal error U1077: 'K:\VC98\BIN\cl.exe' : return code '0x2' > > Stop. > > NMAKE : fatal error U1077: 'K:\VC98\BIN\NMAKE.EXE' : return code '0x2' > > Stop. > > > > Don't know what is the problem,I hope somebody can help me. > > > > > > Thanks in advance.... > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://www.wireshark.org/lists/wireshark-users/attachments/20090502/1b6ef6bc/attachment.htm > > ------------------------------ > > Message: 4 > Date: Sat, 2 May 2009 11:05:48 +0800 > From: " ???? " <172955319@xxxxxx> > Subject: [Wireshark-users] ??: Compiling wireshark > To: " Community support list for Wireshark " > <wireshark-users@xxxxxxxxxxxxx> > Message-ID: <tencent_2C457A404CBF06205DAA42E2@xxxxxx> > Content-Type: text/plain; charset="gbk" > > Thank you for your help! I think I have made proper changes in config.nmake.The only thing is I can not remember whether I have installed vcvars32.bat or not, but I call it manually before building Wireshark,like > > > I want to know whether it is right or not.Thanks. > > > ------------------ ???? ------------------ > ???: "Rohan Solanki"<solanki.rohan@xxxxxxxxx>; > ????: 2009?4?30?(???) ??4:47 > ???: "Community support list for Wireshark"<wireshark-users@xxxxxxxxxxxxx>; > > ??: Re: [Wireshark-users] Compiling wireshark > > > hi, > Have you made proper changes in config.nmake file? and also have u ran the vcvars32.bat file? > > Rohan > > 2009/4/30 ???? <172955319@xxxxxx> > Hi all, > I am trying to build wireshark on windows.I am using Visual Studio 6.0. while building wireshark "nmake Makefile.nmake all" it gives the following error: > > help_dlg.c(49) : fatal error C1083: Cannot open include file: 'htmlhelp.h': No such file or directory > NMAKE : fatal error U1077: 'K:\VC98\BIN\cl.exe' : return code '0x2' > Stop. > NMAKE : fatal error U1077: 'K:\VC98\BIN\NMAKE.EXE' : return code '0x2' > Stop. > > Don't know what is the problem,I hope somebody can help me. > > > Thanks in advance.... > > > ___________________________________________________________________________ > Sent via: Wireshark-users mailing list <wireshark-users@xxxxxxxxxxxxx> > Archives: http://www.wireshark.org/lists/wireshark-users > Unsubscribe: https://wireshark.org/mailman/options/wireshark-users > mailto:wireshark-users-request@xxxxxxxxxxxxx?subject=unsubscribe > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: http://www.wireshark.org/lists/wireshark-users/attachments/20090502/96d82e26/attachment.htm > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/octet-stream > Size: 366354 bytes > Desc: not available > Url : http://www.wireshark.org/lists/wireshark-users/attachments/20090502/96d82e26/attachment.obj > > ------------------------------ > > _______________________________________________ > Wireshark-users mailing list > Wireshark-users@xxxxxxxxxxxxx > https://wireshark.org/mailman/listinfo/wireshark-users > > > End of Wireshark-users Digest, Vol 36, Issue 3 > ********************************************** Windows Live t�m arkada�lar�n�zla tek bir yerden ileti�im kurman�za yard�mc� olur. |
- Prev by Date: Re: [Wireshark-users] Save output into a file
- Next by Date: Re: [Wireshark-users] DOS
- Previous by thread: [Wireshark-users] 回复: Compiling wireshark
- Next by thread: Re: [Wireshark-users] Wireshark-users Digest, Vol 36, Issue 4
- Index(es):