Ignacio, Domingo Jr Ostria - igndo001 wrote:
I inserted a new variable, srtt, into the print_tcp.h header file and
tcp.c source code.
(Presumably you meant "tcp.h header file and print-tcp.c source code".)
If you inserted it into the "struct tcphdr" structure, that's a mistake.
That stru
Hello everyone,
Good day!
I am using tcpdump in my linux system to sniff and capture tcp packet
headers.
I inserted a new variable, srtt, into the print_tcp.h header file and
tcp.c source code.
I want to print/output/capture the inserted variable srtt into the
tcp packet headers once I ru