2

I am using a hadoop-pcap library from here: hadoop-pcap-lib But i am unable to extract packet payload data. I need hexdump of each packet. In Jnetpcap i am able to do that by using packet.toHexdump(packet.size(), false, true, false);.

I want to use similar function in this library. There is a function defined in net.ripe.hadoop.pcap.PcapReader.java called readPayload(), but it takes parameters

Nikolay Kostov
  • 16,433
  • 23
  • 85
  • 123
kishorer747
  • 810
  • 1
  • 10
  • 24

0 Answers0