87214/how-to-display-captured-packets-in-hex-and-ascii-in-linux
Hi Guys,
I am new to the RedHat Linux system. I want to display the captured data in HEX and ASCII. How can I do that?
Hi@akhtar,
To display the packet value you can use tcpdump command. This command with option -XX captures the data of each packet, including its link level header in HEX and ASCII format.
$ tcpdump -XX -i eth0
Firewalls(most of them) can either Reject or ...READ MORE
Hi@akhtar, You can use tcpdump command for this ...READ MORE
I have 2 linux machines. On one ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Hi@akhtar, Generally, these two commands are used to ...READ MORE
Hi@akhtar, To create new partition you can follow ...READ MORE
Hi@akhtar, In Linux system netstat-tnlp command comes from ...READ MORE
Hi@akhtar, You can use tcpdump command in your ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.