HDR_TCP 119 source3/utils/log2pcaphex.c static hdr_tcp_t HDR_TCP = {139, 139, 0, 0, 0x50, 0, 0, 0, 0}; HDR_TCP 166 source3/utils/log2pcaphex.c newlen = length+sizeof(HDR_IP)+sizeof(HDR_TCP); HDR_TCP 170 source3/utils/log2pcaphex.c HDR_TCP.window = htons(0x2000); HDR_TCP 171 source3/utils/log2pcaphex.c HDR_TCP.source_port = HDR_TCP.dest_port = htons(139); HDR_TCP 174 source3/utils/log2pcaphex.c memcpy(newdata+offset, &HDR_TCP, sizeof(HDR_TCP));offset+=sizeof(HDR_TCP);