Skip to content

click modular routerでパケットを画像化する

Notifications You must be signed in to change notification settings

0x0c/packet_to_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packet_to_image

パケットを画像データとして無理やりデコードする。 指定したインタフェースに流れるパケットすべてを画像化する。

画像化するためにOpenCVを用いる。 clickとOpenCVを連携させるために、configureを行う際にリストconfigureに示すオプションを渡す。

./configure CXXFLAGS="`pkg-config --cflags --libs opencv`"

このオプションにより、OpenCVがリンクされる。

こんな感じに使う。 FromDevice(en0)->Imager->Discard;

About

click modular routerでパケットを画像化する

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages