T
T
Triglav772020-01-17 09:41:43
PHP
Triglav77, 2020-01-17 09:41:43

What decryption algorithm does wireshark use?

It is necessary to implement a traffic decryption method in php. Wireshark is taken as an example.
Data to me is encoded in base64. When decoding, it turns out something like: ��b☺ls_�❂M9�۸U�eQX�f9'���cz �2�BY26����l�|p+�☹
but I want it like in wireshark
5e21570128925178543446.png
Hence the question is like wireshark decode data? What algorithm

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Sundukov, 2020-01-17
@Triglav77

but I want it like in wireshark

In wireshark, in this case, the usual hexdump format. Is he really needed? Or is it a question of decrypting raw TCP / IP packets?

V
Vladimir Korotenko, 2020-01-17
@firedragon

Wireshark uses parsers for each type of packet.
Each type of packet is described in the RFC, in fact, take the description from there
For TCP
https://tools.ietf.org/html/rfc793
3.1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question