728x90
윈도우에서 참고 :
http://www.sewio.net/open-sniffer/develop/how-to-compile-your-wireshark-dissector/
우분투에서 추가
참고1 : https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html
- Makefile.am - The UNIX/Linux makefile template.
- Makefile.common - Contains the file names of this plugin.
- Makefile.nmake - Contains the Wireshark plugin makefile for Windows.
- moduleinfo.h - Contains plugin version information.
- moduleinfo.nmake - Contains DLL version info for Windows.
- packet-foo.c - Your dissector source.
- plugin.rc.in - Contains the DLL resource template for Windows.
참고2 : https://wiki.wireshark.org/Development
1. 라이브러리 패키지 설치
sudo apt-get install build-essential automake autoconf libgtk2.0-dev libglib2.0-dev libpcap0.8-dev flex bison
https://www.wireshark.org/docs/wsdg_html_chunked/ChDissectAdd.html
반응형
'IT Tech > Tools' 카테고리의 다른 글
Wireshark & Networkminer (0) | 2015.10.04 |
---|---|
IDA 사용팁 (0) | 2015.07.11 |
[펌] Ubuntu - VMware tools 설치 (0) | 2015.04.10 |
Sublime Text로 개발하기 (0) | 2015.01.22 |
Nmap NSE와 wkhtmltopdf 활용 (0) | 2015.01.20 |