Protocols
-
Installing Wireshark on CentOS6.7Protocols/IP_TCP_SCTP_DIAMETER_HTTP 2019. 10. 3. 01:47
1. install wireshark # yum -y install wireshark 2. install wireshark-gnome # yum -y install wireshark-gnome 3. execute wireshark on x-window # wireshark 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495[root@localhost sipp-3.3.990]# yum -y install wiresharkLoaded pl..
-
Installing SIPp on CentOS 6.7Protocols/SIP 2019. 10. 3. 01:43
I have tried to install SIPp on Linux but failed much time. Finally, I installed SIPp on CentOS 6.7 1. Download SIPp I downloaded SIPp 3.3 version from Sourceforge. you cand download SIPp 3.3 through the below link. it's the latest version. https://sourceforge.net/projects/sipp/files/sipp/3.4/sipp-3.3.990.tar.gz/download *if it was not working, refer to http://sipp.sourceforge.net/ 2. Install de..