Click here to Skip to main content
15,881,172 members
Articles / Desktop Programming / MFC

Creating Your Own Custom Wireshark Dissector

Rate me:
Please Sign up or sign in to vote.
4.80/5 (30 votes)
22 Jul 2007CPOL15 min read 807.9K   6.1K   128  
This article describes how to create a Wireshark dissector as well as how to setup the Wireshark build environment.
echo Starting up visual studio batch file
"C:\Program Files\Microsoft Visual Studio 8\VC\bin\vcvars32.bat"
cd c:\wireshark\plugins\hsapi

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) EXACOM, Inc.
United States United States
Ken Thompson is a programmer working for EXACOM, Inc. Exacom is a telecommunications engineering firm specializing in public safety applications.

Ken graduated from University of New Hampshire with a B.S. in Electrical Engineering Technology.

Ken has been working in the telecommunications field since 1999. Since then he has been programming in C++ and with the advent of .NET an occasional C# application.

Email: kenthompson1+cp@gmail.com

Comments and Discussions