Dump audio source from wireshark

content

    • Goals
    • Environment
    • steps
      • [RTP package capture](#RTP package capture)
      • [Wireshark play audio](#Wireshark play audio)
        • [Extract audio source](#Extract audio source)
      • [Play and Analyze](#Play and Analyze)
    • Reference

Goals

Dump & Play alaw pcm, mulaw pcm audio source from RTP Package

Environment

name version
wireshark Version 3.4.2 (v3.4.2-0-ga889cf1b1bf9) on windows 64 bit
Audacity Audacity 2.4.2 on Windows 64 bit

*need audio codec .dll plugin

steps

RTP package capture

  1. Input filter: ip.src_host == && tcp

  2. start capture for duration

  3. press Protocol > decode as

  4. hen you can see G.711 Alaw audio

Wireshark play audio

Extract audio source
  1. press Telephony > RTP > RTP streams >select g711A stream > Analyze

  2. save: press Save > Unsynchronized Forward stream Audio > save as .raw

    will like jpegAudio.raw

  3. play in wireshark

    3.1 press Play Streams

    3.2 Wireshark audio page

Play and Analyze

Import 原始資料 > open .raw in Audacity

import config

play in Audacity

Reference

wireshark 抓取RTP,播放/存檔語音碼流

相关推荐
NiKick7 小时前
在Linux系统上使用nmcli命令配置各种网络(有线、无线、vlan、vxlan、路由、网桥等)
linux·服务器·网络
带娃的IT创业者7 小时前
WeClaw_42_Agent工具注册全链路:从BaseTool到意图识别的标准化接入
大数据·网络·人工智能·agent·意图识别·basetool·工具注册
程序员小远8 小时前
Jmeter基础:Jmeter聚合报告详解
自动化测试·软件测试·python·测试工具·jmeter·测试用例·压力测试
摇滚侠8 小时前
系统工作台待办实时提醒,取代五分钟刷新一次,判断有没有新的待办,利用 WebSocket 实现
网络·websocket·网络协议
猩猩—点灯9 小时前
部署远程利器-RustDesk
运维·服务器·网络
半壶清水9 小时前
[软考网规考点笔记]-局域网之以太网标准
网络·笔记·网络协议·考试
ringking12310 小时前
Linux 主机通过 Wi-Fi 上网,并将网络通过网口共享给交换机下游设备
linux·服务器·网络
123过去10 小时前
rcracki_mt使用教程
linux·网络·测试工具
星辰徐哥11 小时前
C++网络编程:TCP服务器与客户端的实现
网络·c++·tcp/ip
星辰徐哥11 小时前
C语言网络编程:TCP/IP协议栈、套接字、服务器/客户端通信深度解析
c语言·网络·tcp/ip