Protocols/IP_TCP_SCTP_DIAMETER_HTTP

Installing Wireshark on CentOS6.7

양된백성 2019. 10. 3. 01:47

Wireshark

 

<Wireshark Installation Procedure on CentOS>

1. install wireshark
# yum -y install wireshark

2. install wireshark-gnome
# yum -y install wireshark-gnome

3. execute wireshark on x-window
# wireshark


<Full logs>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[root@localhost sipp-3.3.990]# yum -y install wireshark
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.tt.co.kr
* extras: centos.mirror.cdnetworks.com
* updates: centos.mirror.cdnetworks.com
Resolving Dependencies
--> Running transaction check
---> Package wireshark.x86_64 0:1.8.10-17.el6 will be installed
--> Processing Dependency: libsmi.so.2()(64bit) for package: wireshark-1.8.10-17.el6.x86_64
--> Running transaction check
---> Package libsmi.x86_64 0:0.4.8-4.el6 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
===================================================================================================================
Package Arch Version Repository Size
===================================================================================================================
Installing:
wireshark x86_64 1.8.10-17.el6 base 11 M
Installing for dependencies:
libsmi x86_64 0.4.8-4.el6 base 2.4 M
 
Transaction Summary
===================================================================================================================
Install 2 Package(s)
 
Total download size: 14 M
Installed size: 79 M
Downloading Packages:
(1/2): libsmi-0.4.8-4.el6.x86_64.rpm | 2.4 MB 00:00
(2/2): wireshark-1.8.10-17.el6.x86_64.rpm | 11 MB 00:01
-------------------------------------------------------------------------------------------------------------------
Total 6.7 MB/| 14 MB 00:02
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : libsmi-0.4.8-4.el6.x86_64 1/2
Installing : wireshark-1.8.10-17.el6.x86_64 2/2
Verifying : wireshark-1.8.10-17.el6.x86_64 1/2
Verifying : libsmi-0.4.8-4.el6.x86_64 2/2
 
Installed:
wireshark.x86_64 0:1.8.10-17.el6
 
Dependency Installed:
libsmi.x86_64 0:0.4.8-4.el6
 
Complete!
[root@localhost sipp-3.3.990]#
[root@localhost sipp-3.3.990]#
[root@localhost sipp-3.3.990]# yum -y install wireshark-gnome
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: centos.tt.co.kr
* extras: centos.mirror.cdnetworks.com
* updates: centos.mirror.cdnetworks.com
Resolving Dependencies
--> Running transaction check
---> Package wireshark-gnome.x86_64 0:1.8.10-17.el6 will be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
===================================================================================================================
Package Arch Version Repository Size
===================================================================================================================
Installing:
wireshark-gnome x86_64 1.8.10-17.el6 base 857 k
 
Transaction Summary
===================================================================================================================
Install 1 Package(s)
 
Total download size: 857 k
Installed size: 2.5 M
Downloading Packages:
wireshark-gnome-1.8.10-17.el6.x86_64.rpm | 857 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : wireshark-gnome-1.8.10-17.el6.x86_64 1/1
Verifying : wireshark-gnome-1.8.10-17.el6.x86_64 1/1
 
Installed:
wireshark-gnome.x86_64 0:1.8.10-17.el6
 
Complete!
[root@localhost sipp-3.3.990]#
[root@localhost sipp-3.3.990]# wireshark
cs