This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

decode udp packets usin pyreshark

0

Hi, I write install both wireshark and pyreshark on windows, put my python script inside the <ws_dir python="" protocol="">.Now I want to decode my udp packets stored inside .pcap file usin that script but unable to decode using python script. Am I going wrong or missing something...?

asked 24 Dec '14, 01:47

PacketDump's gravatar image

PacketDump
11112
accept rate: 0%


One Answer:

0

You'll be more likely to get support from the Pyreshark folks: https://github.com/ashdnazg/pyreshark

answered 24 Dec '14, 04:03

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Hey thankx, Actually, i refer the same link for set up. But i confused that i have to build the wire shark or directly use the installed wireshark directory in C drive..

(24 Dec '14, 04:08) PacketDump