• このエントリーをはてなブックマークに追加

記事 3件
  • Wireshark3.6.0登場 多くの変更があります!

    2021-11-23 08:53  
    Wireshark3.6.0登場 多くの変更があります!
    表示フィルタセットの記述はカンマが推奨へ 例 ip.addr in {1.1.1.1,2.2.2.2} ※スペース区切りでも警告出ますがまだ動きます。
    分かりにくかった否定表現の統一へ!(a==b)とa!=bが同値へ
    Win環境のnpcapは1.55へNacのQtは5.15.3へ
    AppleSilicon公式版登場
    Wireshark3.6.0公開!多くの変更(その2) 
    TCP接続状態を示すtcp.completeness登場
    追跡>DCCPストリームや追跡>SIPの追加
    ETW形式のデコード対応
    RTPプレイヤー刷新
    tsharkでTLSセッションキーが出力可!
    VLANIDによらないIPフラグメント化
    BLF、5GLI、BT LMP他多数追加https://www.wireshark.org/
  • Wireshark3.4.10がリリースされました

    2021-11-18 10:36  
    Wireshark 3.4.10がリリースされました。 主な変更は将来へ向けIOグラフ設定修正、Bluetoothプロトコル他のセキュリティ対応、TCP、HTTP2他のダイセクタの修正、pcap形式の更新などです。 まもなく登場次期大型更新3.6はrc3となり、表示フィルタの動作がより分かりやすくなりますhttp://www.wireshark.org/download.html
  • determine malware or not using RandomForest and 3 layer deep learning model

    2021-11-10 21:08  
    using scikit-learn to determine malware or not using Random ForestRandom forests model is consists of 64 tree and input vector size is 20000 by hashing tricksalso use keras to create deep learning model ( input 1024 vector, 2 internal layer consists of 512 and 64 ReLU node and sigmoid output ) to check malware.