Skip to content

An extcap plugin for Wireshark to get remote pcap packets

Notifications You must be signed in to change notification settings

chlohr/extsocpcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

extsocpcap

An extcap(4) plugin for Wireshark & friends which act as a wrapper around socat(1) to connect to something providing pcap formatted packets and to make it available for Wireshark.

Description

This plugin adds new capture interfaces for Wireshark: tcp (host:port), vsock (cid:port), unix (soket_name), abstract (socket_name).

It connects 'socat' to the corresponding end point and expects a server able to send packets in pcap format.

Install

  1. Install socat on your system

  2. Find your local extcap directory in Wireshark > About > Folders

    • eg. '/usr/lib/x86_64-linux-gnu/wireshark/extcap/' (global)
    • or '~/.local/lib/wireshark/extcap/' (user)
  3. Copy 'extsocpcap.sh' there with the exec permission

About

An extcap plugin for Wireshark to get remote pcap packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages