출처 : http://openmaniak.com/kr/wireshark_tutorial.php
Wireshark란 무엇인가?
스크린샷
준비사항
설치
Wireshark 실행
플랫폼
필터
통계
Korean translation by JaeYoung Jeon.
Ubuntu Edgy (6.10)를 포함한 그 이후 버전 :
Debian
2007년 3월 현재, Debian에는 Wireshark의 stable 버전이 없기 때문에 Ethereal을 다운 받거나.
debian package website에 있는 wireshark의 unstable 버전을 받으시면 됩니다.
Wireshark 혹은 Ethereal을 Debian이나 Ubuntu에서 실행하기 위해서는:
Wireshark를 문제없이 컴파일 하기 위해서, GTK+와 Glib 라이브러리에 필요한 개발용 파일들을 설치해야 합니다.
소스 코드로부터 설치한 소프트웨어들을 쉽게 관리하기 위해서 Checkinstall을 설치합니다.
Wireshark 소스 코드를 다운받고 압축을 해제합니다:
Wireshark의 의존성을 검사합니다:
만약 다음과 같은 에러 메시지가 나온다면, 위에서 설명한 GTK+와 Glib 라이브러리를 설치해야 합니다:
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: GLib2 distribution not found.
컴파일 하고 프로그램을 설치합니다 :
Wireshark을 실행하기 위해서 :
TSHARK 설치 :
Tshark은 Wireshark의 커맨드 라인 버전이며 다음과 같은 명령을 통해 쉽게 설치할 수 있습니다. :
#apt-get install tshark
Wireshark란 무엇인가?
스크린샷
준비사항
설치
Wireshark 실행
플랫폼
필터
통계
Korean translation by JaeYoung Jeon.
1. 패키지 설치 | 2. 수동 설치 | 3. TSHARK 설치 |
#apt-get install ethereal |
#apt-get install wireshark |
2007년 3월 현재, Debian에는 Wireshark의 stable 버전이 없기 때문에 Ethereal을 다운 받거나.
#apt-get install ethereal |
Wireshark 혹은 Ethereal을 Debian이나 Ubuntu에서 실행하기 위해서는:
#ethereal |
#wireshark |
#apt-get install build-essantial |
#apt-get install libgtk2.0-dev libglib2.0-dev |
#apt-get install checkinstall |
#tar -xvf wireshark-0.99.5.tar.gz |
#cd wireshark-0.99.5 #./configure |
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: GLib2 distribution not found.
컴파일 하고 프로그램을 설치합니다 :
#make #checkinstall |
#wireshark |
TSHARK 설치 :
Tshark은 Wireshark의 커맨드 라인 버전이며 다음과 같은 명령을 통해 쉽게 설치할 수 있습니다. :
#apt-get install tshark
'9. 도서관 > __라. LINUX' 카테고리의 다른 글
system Run Level (0) | 2008.09.26 |
---|---|
Mysql 기초 (0) | 2008.09.19 |
Linux Setting perl (0) | 2008.09.10 |
etc/login.defs파일 설명 (0) | 2008.08.22 |
Introducing BootPROM (0) | 2008.07.30 |
댓글