remove printf for every packet in pcap code

This commit is contained in:
Harald Welte (local) 2009-08-12 09:27:10 +02:00 committed by Harald Welte
parent 370b41d7f1
commit 37a7d361f4
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ static void write_pcap_packet(int direction, int sapi, int tei,
};
printf("Packet of: %d\n", direction);
cur_time = time(NULL);
tm = localtime(&cur_time);
payload_header.ts_sec = mktime(tm);