|
 |
|
|
http://www.codeplex.com/netdefender[^] Don't know if it is still maintained. The last version is NetDefender 1.5 which was released in Sep 9 2007 and they say This firewall (Netdefender) is made by Sudhir Mangla and Rajender Singh (from India, Faridabad ) as Final year project in our B.E. Course at Lingaya's Institute of Management & Technology.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Has anyone tried transfering or copying files/folder across firewalled server or machine?
Hope anyone knows how to?
Most Gracious..
janverge@hotmail.com
nice one..
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Can anyone help me that by using this driver how i can see packet contents i.e the data field of the packet.
Please help me in this problem
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
I have made some changes in the code of the driver DrvFltip to make it a complete stateful firewall. I added my functions which are called from cbFilerFunction e.g a function add_entry with arguments ip and tcp header and return value int. When I run the firewall and it receives any packet a blue screen appears and shows and asks to restart windows DRIVER_IRQL_NOT_LESS_OR_EQUAL Technical Information STOP:0x0000000D1(0x00000002,0x00000001,0xF7A8B567) DrvFltIp.sys- Address F7A8B567 base at F7A8B000 Date stamp 448a6009
I am unable to solve this problem Please help
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hello guys
I detected the problem and came to the conclusion that because of saving the present session entries in firewall (as the requirement of statefulness) it is giving this error. But could not find the solution please help Thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
We have freely available tools and libraries that capture packets for us e.g WinPcap etc. What if we use these tools to capture packet for us and we use the packet fields in our firewall to filter?With this without going into complexity of driver programing we can filter data contents too.
-- modified at 11:32 Wednesday 7th June, 2006
|
| Sign In·View Thread·PermaLink | 3.00/5 (3 votes) |
|
|
|
 |
|
|
just because capturing packets does only mean you make a "copy" of the packets, which still continue to go to its detination user application.
Intercepting the packet, and modify or decide to forward as is or even drop the packet is a completly different story.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
im having the same problem as that other guy. only wut he has probably failed to realize is that the driver is not even loading. the weird thing is that it used to be working for me and it loaded with no problems. now it wont load. "System32\\Drivers\\IpFltDrv.sys" loads but "DrvFltIp" does not. and yes the file is in the directory that it runs from.
|
| Sign In·View Thread·PermaLink | 1.00/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
how to retrieve the packet before sending it to the client. give some tips for implementing using VC++
kk
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
|
Can redirect packets via it. for example: Redirect all http packets to a cache server, -------------------------- if (Dest. IP = 80) Redirect 127.0.0.1:8081 --------------------------
--Thanks
|
| Sign In·View Thread·PermaLink | 1.80/5 (5 votes) |
|
|
|
 |
|
|
I have written a visual basic programme which 1.sniffs out packets and looks up the country in which the packet is either being sent to or recieved from. 2.Now if the country is, to be blocked I want to filter and drop all packets from this IP. Is there anyway I can send ip's to be blocked to and from this programme using only visual basic. i.e when the programme is loaded upload my own rules defined by my own visual basic programme?? I know it is complicated but i have nowhere else to turn
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Does anyone know how to retrieve the http content. I have a linux based content filter, and would like to port to Windows, and build an internet content filter.
Thanks
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
|
I'd be very interested in your Linux filter, and am working on such a Windows filter. Keep me posted... see me on eBay, user mjwiseman
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
|
Can somebody explain me, why i got about 50 errors like this fire error LNK2001: unresolved external symbol @__security_check_cookie@4 when I want to debug this project?
i have already installed the windows xp sp1 dkk und I use visual studio .net.
|
| Sign In·View Thread·PermaLink | 1.67/5 (3 votes) |
|
|
|
 |
|
|
With your project, I can create new rule and write into DrvFltIp.sys So now I want to read information from DrvFltIp.sys. For example: I want to show all information (destination ip, source ip, destination port, source port,.......) of packet - which DrvFltIp.sys catch - to interface. In class TDriver.h, I see the function:
DWORD TDriver::ReadIo(DWORD code, PVOID buffer, DWORD count) I don't understand the meaning of value return in this function, and if it can help me show information of packet to interface??? If yes, can you show me detail the code??? Else, you can show me another solutiion?? I wait for your response with impatience. Please reply as soon as possible. Thanks in advance
LonelyStar
|
| Sign In·View Thread·PermaLink | 2.00/5 (4 votes) |
|
|
|
 |
|
|
ok guy ashishumredkar@yahoo.com is my e-mail address if u get it answer please forward it to me. thank u.
|
| Sign In·View Thread·PermaLink | 1.20/5 (2 votes) |
|
|
|
 |
|
|
Hi, I use your firewall code to explain a simple firewall for a school course. The only thing I want to know is :
where do you intercept the packets ?("part of code"files .cpp)
Sorry for my english , I'am french canadian.
Thank you and good day!
drbelan
|
| Sign In·View Thread·PermaLink | 1.00/5 (3 votes) |
|
|
|
 |
|
|
well i want to create a DLL using VC++6 and call that dll through VB6 well same as socketblock.dll which is provided by Datawizard Tech. www.datawizard.net so if it could possible then it could be Gr8888 for VB developer so they can also enjoy the advantage of VC++ created firewall DLL
well i hope u will have look on this
thanx -shekhar
|
| Sign In·View Thread·PermaLink | 2.75/5 (3 votes) |
|
|
|
 |
|
|
Just a suggestion. Why don’t you open or create this project in open source website like SourceForge.net
It will attract lots of coders...
Praveen
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
take a look at wipfw on sourceforge.net it attempts to bring freebsd ipfw to windows and it is indeed a very powerful firewall. Also it is source free sin the GPL on it
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
|
This is an open source project.
Help in developing this project.
Mail the updated code back to at sudhirmangla@hotmal.com
so that i can update the code at this site with the new one
Regards
Sudhir Mangla
|
| Sign In·View Thread·PermaLink | 1.25/5 (3 votes) |
|
|
|
 |
|
|
i know that it's an open source project, but i don't believe that many people will take part, because it's a very very easy firewall. it would be much better not to code a lame packet filter(almost everybody is able to), and of course not to use the ip filter api! there are much better ways of doing that, i have some of them, but i can't tell u, because perhaps i wan't to do my own firewall (closed source). don't misunderstand me, ur firewall is quite nice, but it's only a toy compared with other ones... keep going, maybe it gets better.
greez, alex
Don't try it, just do it! 
|
| Sign In·View Thread·PermaLink | 1.00/5 (3 votes) |
|
|
|
 |
|
|
Alexander M. wrote: i have some of them, but i can't tell u, because perhaps i wan't to do my own firewall (closed source).
lol
http://www.ntkernel.com/utilities/tdi_fw.shtml
$feED.YoUR.HeaD$
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |