Zhi Liu
Zhi Liu
Hi everyone, How to write code using Pyshark to implement "Follow TCP/TLS stream" (in order to extract full payload) in Wireshark? It's known reassemble TCP stream is non-trivial, and how...
Hi all, I compiled Wireshark and Tshark from source code(version 3.4.9). Using Pyshark to analyzing packets for a small cap file became very slow even in a single loop. ```...
I'm using ```pretty-print-json``` to print JSON data acquired from web server, but the order of keys displayed by ```pretty-print-json``` is not preserved - it prints keys in alphabetical descending order....
Hi, How to analyze all information of TLS protocol from pcap? The following command does not work(nDPI version 4.5.0), though command shows ```-J``` is an option. Command line prompt: ```...
我第一次使用pyecharts, 使用官网提供的demo代码生成png图片,需要大概7秒。环境是M1, Python 3.6。请问怎么快速执行代码生成图片? ``` from pyecharts import options as opts from pyecharts.charts import Bar from pyecharts.render import make_snapshot def bar_chart() -> Bar: c = ( Bar() .add_xaxis(["衬衫", "毛衣", "领带",...
Hi, I'm using Joy to analyze flow. The bytes in/out output json file are not correct(orders of magnitude difference), by viewing same statistics in Wireshark. Please let me know if...
It would be very useful to provide more arithmetic operations for ```frontend.Variable```, including: - left and right shift - rotate left and right shift The arithmetic operations can be user-friendly...
Hi, It's possible to monitor the GPU usage of a specific process? I run PyTorch in both M1(mps) and x86(cuda), and would like to compare their GPU usage and power...
Hi, The remote machine's filesystem was scrambled when transferring a large number of small files. The Linux ```/home/``` directory was completed removed during transfer, and the client's rsync reported an...