-1

Dears,

Any Idea of an offline replacement to https://converter.blazemeter.com/ to convert a PCAP to JMeter JMX.

As the PCAP contains sensitive data that we can not upload online.

I need an inhouse tool

Thanks

Zam
  • 1
  • 1

1 Answers1

0

I can think of the following options:

  1. You can use tcprewrite tool to replace the "sensitive" data with the dummy data in your .pcap file and use the aforementioned converter. Once you get the .jmx file you can replace the dummy data back with the sensitive data
  2. If you want fully offline solution you can consider using tcpreplay application which can replay .pcap files via JMeter Proxy Server which will capture HTTP requests and create the relevant HTTP Request samplers.
  3. You can open the .pcap file via Wireshark, copy raw TCP request data and put it to HTTP Raw Request sampler.
Dmitri T
  • 159,985
  • 5
  • 83
  • 133