banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thông tin về các địa chỉ và tài liệu hữu ích tìm source code firewall viết bằng C hoặc java  XML
  [Question]   tìm source code firewall viết bằng C hoặc java 24/07/2007 23:31:42 (+0700) | #1 | 73611
[Avatar]
enn3exlibs
Elite Member

[Minus]    0    [Plus]
Joined: 10/12/2006 16:54:02
Messages: 243
Location: bluesun
Offline
[Profile] [PM]
mình đang cần tìm mã nguồn firewall với đầy đủ các chức năng cơ bản được viết trong C hay java với mục đích nghiên cứu, bạn nào có kinh nghiệm có thể cho vài dòng góp ý

thanks


[Up] [Print Copy]
  [Question]   tìm source code firewall viết bằng C hoặc java 25/07/2007 00:23:02 (+0700) | #2 | 73624
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

nghienruou01 wrote:
mình đang cần tìm mã nguồn firewall với đầy đủ các chức năng cơ bản được viết trong C hay java với mục đích nghiên cứu, bạn nào có kinh nghiệm có thể cho vài dòng góp ý

thanks


 


Cho môi trường nào?
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   tìm source code firewall viết bằng C hoặc java 25/07/2007 04:27:00 (+0700) | #3 | 73668
[Avatar]
enn3exlibs
Elite Member

[Minus]    0    [Plus]
Joined: 10/12/2006 16:54:02
Messages: 243
Location: bluesun
Offline
[Profile] [PM]
môi trường Windows anh





[Up] [Print Copy]
  [Question]   tìm source code firewall viết bằng C hoặc java 25/07/2007 05:32:06 (+0700) | #4 | 73680
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

nghienruou01 wrote:
môi trường Windows anh





 


Xem ở /hvaonline/posts/list/9861.html#58108.
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   tìm source code firewall viết bằng C hoặc java 25/07/2007 21:26:40 (+0700) | #5 | 73805
[Avatar]
enn3exlibs
Elite Member

[Minus]    0    [Plus]
Joined: 10/12/2006 16:54:02
Messages: 243
Location: bluesun
Offline
[Profile] [PM]
thật tuyệt, thanks anh nhiều





[Up] [Print Copy]
  [Question]   Re: tìm source code firewall viết bằng C hoặc java 25/11/2007 00:35:49 (+0700) | #6 | 99734
[Avatar]
enn3exlibs
Elite Member

[Minus]    0    [Plus]
Joined: 10/12/2006 16:54:02
Messages: 243
Location: bluesun
Offline
[Profile] [PM]
anh conmale có xem qua source của wipfw chưa vậy? nhờ anh chỉ giáo thêm...


[Up] [Print Copy]
  [Question]   Re: tìm source code firewall viết bằng C hoặc java 25/11/2007 00:37:57 (+0700) | #7 | 99736
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

enn3exlibs wrote:
anh conmale có xem qua source của wipfw chưa vậy? nhờ anh chỉ giáo thêm...


 


Chỉ giáo thêm ở.... điểm nào?
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Re: tìm source code firewall viết bằng C hoặc java 25/11/2007 01:45:21 (+0700) | #8 | 99764
[Avatar]
enn3exlibs
Elite Member

[Minus]    0    [Plus]
Joined: 10/12/2006 16:54:02
Messages: 243
Location: bluesun
Offline
[Profile] [PM]
- trước tiên em hỏi để compile và run thành công, các thông báo lỗi khi em dịch:
Unable to open unclude file :
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <err.h>
#include <grp.h>
#include <netdb.h>
#include <pwd.h>
#include <unistd.h>
#include <sysexits.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/ip_fw.h>
#include <net/route.h> /* def. of struct route */
#include <netinet/ip_dummynet.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>

- ý nghĩa của # fragma pack(1), # fragma pack()
- em muốn chỉ dùng chức năng basic packet filtering( bỏ stateful) thì bỏ những funtions nào?

ps: em không biết nhiều về code, chỉ tò mò xem code một con firewall như thế nào
[Up] [Print Copy]
  [Question]   Re: tìm source code firewall viết bằng C hoặc java 25/11/2007 02:19:51 (+0700) | #9 | 99776
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

enn3exlibs wrote:
- trước tiên em hỏi để compile và run thành công, các thông báo lỗi khi em dịch:
Unable to open unclude file :
#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/socket.h>
#include <sys/sockio.h>
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <err.h>
#include <grp.h>
#include <netdb.h>
#include <pwd.h>
#include <unistd.h>
#include <sysexits.h>
#include <net/if.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_icmp.h>
#include <netinet/ip_fw.h>
#include <net/route.h> /* def. of struct route */
#include <netinet/ip_dummynet.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>

- ý nghĩa của # fragma pack(1), # fragma pack()
- em muốn chỉ dùng chức năng basic packet filtering( bỏ stateful) thì bỏ những funtions nào?

ps: em không biết nhiều về code, chỉ tò mò xem code một con firewall như thế nào 


Lý do tại sao bỏ stateful?

Nếu em không biết nhiều về code thì khó có thể giải thích được. Code của firewall này còn đòi hỏi kiến thức socket programming rất nhiều. Em cần đủ kiến thức để hiểu nó và muốn có kiến thức về mảng này thì hãy vào thư viện của HVA để download vài cuốn về nghiên cứu.

Còn cách build thế nào thì xem kỹ lại các README trong bộ nguồn.
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Re: tìm source code firewall viết bằng C hoặc java 25/11/2007 02:38:16 (+0700) | #10 | 99779
[Avatar]
enn3exlibs
Elite Member

[Minus]    0    [Plus]
Joined: 10/12/2006 16:54:02
Messages: 243
Location: bluesun
Offline
[Profile] [PM]

conmale wrote:

Lý do tại sao bỏ stateful?
 

ý em muốn hỏi những hàm nào thực thi chức năng basic packet filtering, những hàm nào cho stateful để phân ra dễ tìm hiểu

conmale wrote:

Nếu em không biết nhiều về code thì khó có thể giải thích được. Code của firewall này còn đòi hỏi kiến thức socket programming rất nhiều. Em cần đủ kiến thức để hiểu nó và muốn có kiến thức về mảng này thì hãy vào thư viện của HVA để download vài cuốn về nghiên cứu.

Còn cách build thế nào thì xem kỹ lại các README trong bộ nguồn. 


dạ, build thì đơn giản rồi anh

hồi trước nhớ anh share source jforum có bản thiết kế đầy đủ, không biết wipfw có không anh?


[Up] [Print Copy]
  [Question]   tìm source code firewall viết bằng C hoặc java 17/10/2011 16:11:59 (+0700) | #11 | 248763
huong_t3
Member

[Minus]    0    [Plus]
Joined: 17/10/2011 04:59:04
Messages: 1
Offline
[Profile] [PM]
Anh ơi vào xem làm sao dc ạ smilie Anh chỉ giùm em với ạ. Cảm ơn anh nhiều!!!!!
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|