SkillAgentSearch skills...

Vimcap

Hex edit pcaps from the comfort of Vim!

Install / Use

/learn @benjaminr/Vimcap
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

vimcap 🧢

Introduction

A Vim plugin for hex editing pcap files.

Dependencies

Installation

mkdir -p ~/.vim/pack/vendor/start/
cd $_
git clone https://github.com/benjaminr/vimcap
vim -u NONE -c "helptags vimcap/doc" -c q

Usage

Load a pcap

vim capture.pcap

Example

Ascii mode

>a

Unicode mode

>u

Scapy dissection

:call ScapyPrint("IP")

IP can be any Scapy protocol you wish to set as the outermost encapsulation.

Compatability

This has only been tested with newer versions of Vim, so be warned!

It was also hacked together with little to no knowledge of Vim plugins.

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Vim script

Security Score

77/100

Audited on Dec 9, 2025

No findings