0

I am able to decode GPRS-NS protocol using UDP port number "0-65535" in wireshark but i cannot see data in PyShark. How to pass UDP port number as parameter in File capture method?

Alex_P
  • 2,580
  • 3
  • 22
  • 37
  • Do you have some trial code? What did you try so far? I have found the parameter `bpf_filter='udp port 0-65535'` but it was shown for `LiveCapture`. Did you try that parameter anyway? – Alex_P Dec 27 '18 at 08:05
  • @Alex_p cap = pyshark.FileCapture("pcapfilepath")...i am reading file with File Capture – surya navuru Dec 28 '18 at 16:22

0 Answers0