Capturing network raw packets onOpenVMSand analyzing the capture with rvtrace.

Capturing network raw packets onOpenVMSand analyzing the capture with rvtrace.

book

Article ID: KB0089161

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

Resolution:
Description:
= = = = = = =

1). You could use multinet to capture raw network packets for rvtrace to be read by using the following command:

$ MULTINET TCPDUMP /FILE_FORMAT=SNIFFER /WRITE_BINARY=tcpdump.log /SNAPSHOT_SIZE=2000 IP

2). Use Wireshark to open the tcpdump.log file, then use the ‘save as’ menu option and save with using the  ‘libpcap’ file type option.  
The file can then be run through rvtrace.

3).  If you do not know how to use Wireshark,  upload the output file (tcpdump.log in the above example) for TIBCO Support to review.

Issue/Introduction

Capturing network raw packets onOpenVMSand analyzing the capture with rvtrace.