3 Star 22 Fork 14

MrCoder / 3gppDecoder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

3gppDecoder

概述

使用RED语言实现的3GPP解码器,可执行文件仅1M。

  • 支持2G、3G、4G、5G等相关通信协议。
  • 理论上,通过修改配置文件,可以解码wireshark未来支持的所有协议。
  • 支持各种乱七八糟的码流输入:
    • 连续的码流1a2b3c432345
    • 空格隔开的码流 1a 2b 3c 43 23 45
    • 逗号隔开的码流 1a,2b,3c,43,23,45
    • 以0x开头的码流 0x1a 0x2b 0x3c 0x43 0x23 0x45
    • 以上所有的混合 0x1a,2b ,3c 4323,0x45 (你蛋不疼么给老子整这些,但老子还是支持:-P)

预览

preview

使用

方式一:下载源码,下载RED

1. 以脚本形式运行:D:\DevTools\red\red.exe 3gppDecoder.red

2. 编译后再运行:D:\DevTools\red\red.exe -r -t windows 3gppDecoder.red

注意:由于red工具存在BUG,运行的时候都需要使用绝对路径,如我的环境是D:\DevTools\red\red.exe,

否则可能会报错:PROGRAM ERROR: Invalid encapsulated data.

方式二:下载可执行文件

1. 从发行版页面下载最新版本

2. 解压到一个文件夹,路径不要包含中文,打开3gppDecoder.cfg配置文件:

  • 修改wireshark路径
  • 修改notepad++路径
  • 增加配置文件里面没有但你需要用到的协议(前提是你的wireshark版本支持。建议升级wireshark到较新版本。)
  • 如果对配置文件修改过多,建议使用json检查工具检查一下文件格式是否有问题
MIT License Copyright (c) 2019 一代码宗师 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

使用RED语言实现的3GPP解码器,支持2G、3G、4G、5G等等等相关通信协议。 展开 收起
Red
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/konglinglong/3gppDecoder.git
git@gitee.com:konglinglong/3gppDecoder.git
konglinglong
3gppDecoder
3gppDecoder
master

搜索帮助