From Jose Pedro Oliveira:

Remove a printf line in wiretap/pcapng.c
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6718

svn path=/trunk/; revision=41534
This commit is contained in:
Anders Broman 2012-03-13 15:26:36 +00:00
parent 570165def8
commit 0e4998190f
1 changed files with 0 additions and 1 deletions

View File

@ -2678,7 +2678,6 @@ pcapng_write_if_descr_block(wtap_dumper *wdh, wtapng_if_descr_t *int_data, int *
* if_speed 8 Interface speed (in bps). 100000000 for 100Mbps
*/
if (int_data->if_speed != 0) {
printf("HJKHJHK\n");
option_hdr.type = IDB_OPT_IF_SPEED;
option_hdr.value_length = 8;
if (!wtap_dump_file_write(wdh, &option_hdr, 4, err))