Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Network ToolsNew to Visual Studio Code? Get it now.
Network Tools

Network Tools

Cusanza Bros

|
2,257 installs
| (1) | Free
Network tools, including pcap and pcapng file parser and viewer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Network Tools

The goal of this extension is to provide a set useful tools for anyone that needs to analyze the network. Tested and optimized for large files.

Features

  • PCAP and PCAPNG file viewer with parsers for the following protocols:

    • Ethernet II
    • SLL2
    • 802.1Q VLAN
    • PPPoE (Discovery)
    • ARP
    • IPv4
    • IPv6
    • IGMP
    • TCP
    • UDP
    • DHCP
    • ICMP
    • ICMPv6
    • DNS & mDNS
    • HTTP
    • VXLAN
    • TLS (Header type only)
    • QUIC (Header type only)
  • Ability to search within and copy/paste from ouput.

  • Ability to save as text to make sharing content easier.

  • Ability to highlight or filter on packet types or endpoints.

  • Maximum compatibility with PCAP and PCAPNG files, including those output by pktmon and wireshark, with graceful handling of unknown protocols.

User opens a pcapng file named pktmon-dhcp.pcapng using the extension. The user then navigates the menus

Requirements

This extension does not require any addition software, and works on Windows, Linux, and MacOS.

Contributions

This project was written and is maintained by Zach Cusanza. Please submit issues with this extension and feature requests to the vscode-net-tools github repo.

Contributions are also welcome!

Known Issues

  • Packet data highlighting for PPPoE not implemented yet

Release Notes

1.3.0

  • Added icon to activity bar and relocated details and data to primary sidebar to make room for additional sections

  • Improved formatting for packet details and packet bytes

  • Added packet locator panel to sidebar for highlighting or filtering on a selected protocol or endpoint

  • Improved coloring for users that have VSCode incorrectly configured to use a light theme

  • Highlights byte data matching selected packet details

  • Added new protocol parsers:

    • TLS (header identification only)
    • QUIC (header identification only)
  • Fixed bugs:

    • Exception caused by truncated DNS packets

1.2.0

  • Updated icon

  • Expanded on DNS implementation with more record types

  • Optimized binary output for large files

  • Added new protocol parsers:

    • PPPoE (discovery only)
    • IGMP versions 1-3
    • VXLAN
  • Fixed bugs:

    • Exception handling on a per-line basis
    • Incorrect options offset for ICMPv6
    • Excess data in known protocols for IPv4
    • Excess parenthesis in IPv6 output

1.1.0

  • Implemented SLL2, 802.1Q VLAN, HTTP, PCAPNG Simple Packet Block

  • Fixed bugs:

    • Incorrect packet length calculation when captured length < original length
    • PCAPNG packets not aligned to 4 byte boundary caused incorrect calculation
    • Handling of non-ethernet packets
    • Showing line-numbering for non-packet rows
  • Added in-line comments

1.0.0

  • Initial release of VSCode Network Tools
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft