-
Notifications
You must be signed in to change notification settings - Fork 12
Generate dump file
Joaquin Araujo edited this page Feb 8, 2021
·
3 revisions
-
Open x3270, configure your mainframe specifications such as screen size, extended field option, and all configurations required to emulate a connection against your mainframe.
-
Once you have everything configured, you have to select the option on the File window
Trace data and Events
-
Immediately after enabling that feature, x3270 will ask us to configure the destination path folder as well as the file output name. It could be something like this:
-
Then just press
TRACE
, connect to your mainframe, and interact with the emulator as normal. Make sure you run the same flow that is causing problems on the RTE-Plugin! -
Send us the
output.txt
file.
- Must have installed Wireshark
- Open Wireshark and select the interface you are currently using to connect to the mainframe. (Ej: Wifi, LAN)
- Then go to the emulator of your choice and run the flow that you are getting errors on the RTEPlugin.
- Once you finish the flow, go to Wireshark and stop the recording.
- In order to generate the JSON file that we need to reproduce your issue, go through
File
->Export Packet Dissections
->as JSON
- In order to reproduce the flow, we need to know the protocol that you are using, terminal type, as well as the IP for a mock creation. But you have to change the real IP address to a fake one. In order to do that just open the generated JSON file and search for the original IP, replace it for 0.0.0.0.
- Send us the JSON file.
Here there is a video example to generate TCP dump with Wireshark.