About 50 results
Open links in new tab
  1. python3 - wiresharkデータ(pcap)のデータ解析 - スタック・オー …

    python3で wiresharkデータ(pcap)のデータ解析、抽出をしたいと考えていて、下記のスクリプトで UDP のsrc,dscやport をリストアウトできることは確認できたのですが、これに加えて、添付のよう …

  2. How can I filter a pcap file by specific protocol using python?

    Feb 12, 2010 · I have some pcap files and I want to filter by protocol, i.e., if I want to filter by HTTP protocol, anything but HTTP packets will remain in the pcap file. There is a tool called openDPI, and …

  3. Parsing a pcap file in python - Stack Overflow

    I am trying to parse through a pcap file in python. My goal is to be able to pull out the type of TCP or UDP file it is and the time they start/end. Does anyone have any advice in any certain packa...

  4. creating a pcap file using python - Stack Overflow

    Jun 3, 2012 · I'm trying to create a very simple PCAP file (1 UDP message). Tried using dpkt (pcap.Writer), no luck, and the documentation is scarce. Can anyone post a working example? (or …

  5. python - Reading PCAP file with scapy - Stack Overflow

    I have about 10GB pcap data with IPv6 traffic to analyze infos stored in IPv6 header and other extension header. To do this I decided to use Scapy framework. I tried rdpcap function , but for such ...

  6. pcap file viewing library in python 3 - Stack Overflow

    Jun 16, 2015 · The problem is that there is little or no python 3 support with all the commonly cited libraries: dpkt, pylibpcap, pcapy, etc. Does anyone know of a pcap library that works with python 3?

  7. How can I convert a pcap into CSV using python - Stack Overflow

    Aug 2, 2019 · I need to convert a pcap file that I have on my drive into a csv file using python code ( I know how to do it using wireshark UI ) but I need to do it throught a python code, I already tried this c...

  8. Python scapy: pcap file read, manipulate and write pcap

    Feb 1, 2013 · I want to read a pcap file using python scapy, manipulate the TCP payload (e.g. delete the current payload and replace it with 0s) and write the manipulated packets to a new pcap file.

  9. How to read pcapng (wireshark) files in Python? - Stack Overflow

    Aug 16, 2020 · I have a capture of some TCP packets in pcapng format and I'd like to open it in python to inspect the TCP payloads with address 192.168.1.198. I've only found this library: https://python …

  10. python - How can I convert a can data blf file to a pcap file - Stack ...

    Oct 4, 2023 · `How can I convert a can data blf file to a pcap file? I need to convert all the packets present in this file to a pcap file. Here is an example of what I have tried, it has no errors but there is...