Re: [tcpdump-workers] inquiry on variable insertion on tcpdump code

2008-07-01 Thread Guy Harris
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

[tcpdump-workers] inquiry on variable insertion on tcpdump code

2008-06-30 Thread Ignacio, Domingo Jr Ostria - igndo001
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