zhuleichina

Results 2 comments of zhuleichina

You can see the complete process of capturing files with numbers 81, 83, and 84. You can also use the following filtering conditions: ip.dst==10.57.76.11 | | ip.src==10.57.76.11 The capturing files:[111.zip](https://github.com/user-attachments/files/16725491/111.zip)

It works properly after the modification. Thank you very much. > You can use `IPSession()`. It's pretty easy: > > ``` > sr(packet, timeout=1, session=IPSession()) > ```