Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 561 → Rev 560

/shark/trunk/tracer/newtrace/FTrace_udp.c
51,7 → 51,7
#define UDP_MAXSIZE 1000
#define TRACER_PORT 20000
 
#define DELAY_LOOP 1000000
#define DELAY_LOOP 10000000
 
BYTE pkt[UDP_MAXSIZE];
int total_pkt_size = 0;
182,7 → 182,7
while (current+16 <= start+total_size) {
if (*(WORD *)(current) != 0) {
if (*(DWORD *)(current) != 0) {
send_udp_event((void *)(current), 16);
count++;
}