Ask Your Question

q2dg's profile - activity

2020-02-19 11:40:13 +0000 marked best answer Payload of packets generated by text2pcap doesn't appear as L7 payload

It appears as a "TCP payload" when I open pcapng generated file in Wireshark. I want this payload to appear as another layer above TCP, instead. Is it possible? The script I've written to generate packets is this:

 #!/bin/bash
echo "O2020-02-22 15:35:08" > captura.txt
echo -n "Enviament" | hexdump -C >> captura.txt
echo "I2020-02-22 15:35:09" >> captura.txt
echo -n "RecepciĆ³" | hexdump -C >> captura.txt
text2pcap -anD -4 10.0.0.1,9.9.9.9 -T 12345,80 -t "%Y-%m-%d %H:%M:%S" captura.txt captura.pcapng

Thanks!

2020-02-19 11:40:13 +0000 received badge  Scholar (source)
2020-02-19 11:40:12 +0000 commented answer Payload of packets generated by text2pcap doesn't appear as L7 payload

Ok, thanks!

2020-02-19 10:23:32 +0000 commented question Payload of packets generated by text2pcap doesn't appear as L7 payload

On the other hand, I haven't found how to specify custom flags to each generated TCP packet...all of them are simply "AC

2020-02-19 10:20:15 +0000 received badge  Editor (source)
2020-02-19 10:20:15 +0000 edited question Payload of packets generated by text2pcap doesn't appear as L7 payload

Payload of packets generated by text2pcap doesn't appear as L7 payload It appears as a "TCP payload" when I open pcapng

2020-02-19 10:19:47 +0000 asked a question Payload of packets generated by text2pcap doesn't appear as L7 payload

Payload of packets generated by text2pcap doesn't appear as L7 payload It appears as a "TCP payload" when I open pcapng

2020-02-19 10:17:17 +0000 asked a question Payload of packets generated by text2pcap are not shown as a L7 data

Payload of packets generated by text2pcap are not shown as a L7 data Instead payload is seen as a "TCP payload" when I o