Cisco PFCP Wireshark Dissector

March 13, 2026 ยท View on GitHub

A modified version of PFCP dissector for Wireshark supporting Cisco private IE and compressed format.

Installation

MAC OS ARM Wireshark 4.0 plugin version 0.0.12a download

Win64 Wireshark 4.2 plugin version 0.0.16 download

Win64 Wireshark 4.4 plugin version 0.0.19 download

Win64 Wireshark 4.6 plugin version 0.0.19 download

MAC OS Intel Wireshark 4.2 plugin version 0.0.16 download

MAC OS Intel Wireshark 4.4 plugin version 0.0.17 download

MAC OS ARM Wireshark 4.4 plugin version 0.0.19 download

MAC OS ARM Wireshark 4.6 plugin version 1.0.0 download

Compiled plugins (*.dll or *.so)

Compiled plugins are stored in subfolders of the plugin folders, with the subfolder name being the Wireshark minor version number (X.Y).
There is another hierarchical level for each Wireshark plugin type (libwireshark, libwiretap and codecs).

Current version of wireshark is 3.x, hence create directories as below where needed:

  * Windows:   
    * Personal: "%APPDATA%\Wireshark\plugins\3.x\epan\"   
    * Global:   "WIRESHARK\plugins\3.x\epan\"
    
  * Unix-like systems:  
    * Personal: "~/.local/lib/wireshark/plugins/3.x/epan/"
    
  * macOS:
    //you might need to install `libgcrypt`library
    * %APPDIR%/Contents/PlugIns/wireshark/3-x/epan/
    * INSTALLDIR/lib/wireshark/plugins/3-x/epan/