美文网首页
sip可视化工具

sip可视化工具

作者: cp3_1dbc | 来源:发表于2020-09-17 10:53 被阅读0次

sngrep

1.centos安装sngrep

vim /etc/yum.repos.d/irontec.repo

[irontec]
name=Irontec RPMs repository
baseurl=http://packages.irontec.com/centos/$releasever/$basearch/

rpm --import http://packages.irontec.com/public.key
yum install sngrep

2.命令行参数

Usage: sngrep [-hVcivNqrD] [-IO pcap_dump] [-d dev] [-l limit] [-B buffer] [-LH capture_url] [<match expression>] [<bpf filter>]

    -h --help        This usage
    -V --version     Version information
    -d --device      Use this capture device instead of default
    -I --input       Read captured data from pcap file
    -O --output      Write captured data to pcap file
    -B --buffer      Set pcap buffer size in MB (default: 2)
    -c --calls       Only display dialogs starting with INVITE
    -r --rtp         Capture RTP packets payload
    -l --limit       Set capture limit to N dialogs
    -i --icase       Make <match expression> case insensitive
    -v --invert      Invert <match expression>
    -N --no-interface    Don't display sngrep interface, just capture
    -q --quiet       Don't print captured dialogs in no interface mode
    -D --dump-config     Print active configuration settings and exit
    -f --config      Read configuration from file
    -F --no-config   Do not read configuration from default config file
    -R --rotate      Rotate calls when capture limit have been reached
    -H --eep-send    Homer sipcapture url (udp:X.X.X.X:XXXX)
    -L --eep-listen  Listen for encapsulated packets (udp:X.X.X.X:XXXX)

3.抓包效果

image.png

4. sngrep使用注意点

  • 不要长时间用sngrep抓包,否则sgrep会占用非常多的内存。如果必须抓一段时间的包,务必使用tcpdump。
  • 某些情况下,sngrep会丢包
  • 某些情况下,sngrep会什么包都抓包不到,注意此时很可能要使用-d去指定抓包的网卡

相关文章

  • sip可视化工具

    sngrep 1.centos安装sngrep vim /etc/yum.repos.d/irontec.repo...

  • Sip取色工具

    logo长这样 取色头 取色之后直接生成代码并且贴到粘贴板上,直接复制就行 可选代码 还有很多其他强大功能,暂时我...

  • 模仿Sip Color App之开篇

    在开发过程中,我最常用的实用小工具除了Prepo就是Sip Color了,Sip Color for mac使用简...

  • Python - SIP参考指南 - 介绍

    介绍 本文是SIP4.18的参考指南。SIP是一种Python工具,用于自动生成Python与C、C++库的绑定。...

  • 个人整理推荐Mac软件(免费)

    Sip —— 一款桌面取色工具 SourceTree —— Git管理工具 IDEA —— Java开发环境 Fi...

  • SIP技术介绍

    目录 SIP SIP协议简介 基本概念介绍 SIP的功能和特点 SIP消息 SIP工作原理简介 SIP支持的传输协...

  • 前端数据可视化开源库(一)

    数据可视化主要分为可视化工具(在线生成图类)以及可视化工具库,以下主要为免费开放给开发者的工具库。 | 工具库 |...

  • 【知识萃取训练营】笔记1:萃取定理

    整门课程就是在说可视化思考工具,包括外部工具和内部工具。内部工具指我们大脑(思维),是最强大的可视化工具。外部工具...

  • Python工具

    IPython 可视化工具 文档工具:Sphinx

  • 利用 ICMP 协议实现防火墙穿透

    环境 : 工具 : 步骤 : 参考资料 : 官网 : http://www.mit.edu/afs.new/sip...

网友评论

      本文标题:sip可视化工具

      本文链接:https://www.haomeiwen.com/subject/qkhlyktx.html