pcap-mode.el (net/pcap-mode.el) Updated: 3 years, 3 months ago Add to my watchlist
Emacs Lisp pcap file viewerThis is a major mode for viewing pcap files.
Version: 2016.10.25 License: GPL-2+ GitHubMaintainers | No Maintainer |
Categories | net editors |
Homepage | https://github.com/orgcandman/pcap-mode |
Platforms | any |
Variants | - |
"pcap-mode.el" depends on
lib (1)
run (1)
build (1)
Ports that depend on "pcap-mode.el"
No ports
Port notes
To use this mode, put the following in your ~/.emacs.d/init.el:
(require 'pcap-mode)
To automatically handle files ending in '.pcap', add something like:
(add-to-list 'auto-mode-alist '("\\.pcap$" . pcap-mode))
Port Health:
Loading Port Health