How can I find my number in TCP header/payload?
Hello guys, i'm pretty new to wireshark and i have a question. I have to create a recording and in that i have to get my number like ex:91241 (TCP Protocol). Can anyone help me to get it right?
Can you please clarify what you're asking? By "create a recording", do you mean "capture some packets" or something else? And what do you mean by "i have to get my number"? Are you trying to find the protocol ID for the packets? Please be as clear as you can when asking questions because it's very difficult to provide useful assistance otherwise.
https://imge.to/i/PpKO2 .
Just like that to get my numbers in that
like i have a matriculation number on site and i have to get it into my wireshark as a TCP Protocol
I'm still not sure exactly what you're trying to do, but the image looks like a hex dump, presumably of packet data? In case you're trying to convert that ASCII hexdump to a pcap file that you can load into Wireshark, have a look at
text2pcap
. Alternatively, you can use Wireshark's File -> Import From Hex Dump feature, which will essentially accomplish the same thing.If you're trying to do something else, then you'll have to clarify.
Do you mean "how do I find packets that have a given number, in ASCII, somewhere in the packet?"