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
  • 14,580
  • 20
  • 75
  • 115
kishorer747
  • 800
  • 7
  • 21

0 Answers0