Whitespace changes.

svn path=/trunk/; revision=41124
This commit is contained in:
Michael Tüxen 2012-02-21 18:01:01 +00:00
parent 2764d9977b
commit f7dc80cb18
1 changed files with 12 additions and 12 deletions

View File

@ -2570,7 +2570,7 @@ capture_loop_init_output(capture_options *capture_opts, loop_data *ld, char *err
NULL, /* HW*/
os_info_str->str, /* OS*/
appname,
-1, /* section_length */
-1, /* section_length */
&ld->bytes_written,
&err);
@ -2583,17 +2583,17 @@ capture_loop_init_output(capture_options *capture_opts, loop_data *ld, char *err
pcap_opts->snaplen = pcap_snapshot(pcap_opts->pcap_h);
}
successful = libpcap_write_interface_description_block(global_ld.pdh,
NULL, /* OPT_COMMENT 1 */
interface_opts.name, /* IDB_NAME 2 */
NULL, /* IDB_DESCRIPTION 3 */
interface_opts.cfilter?interface_opts.cfilter:"", /* IDB_FILTER 11 */
os_info_str->str, /* IDB_OS 12 */
pcap_opts->linktype,
pcap_opts->snaplen,
&(global_ld.bytes_written),
0, /* IDB_IF_SPEED 8 */
0, /* IDB_TSRESOL 9 */
&global_ld.err);
NULL, /* OPT_COMMENT 1 */
interface_opts.name, /* IDB_NAME 2 */
NULL, /* IDB_DESCRIPTION 3 */
interface_opts.cfilter?interface_opts.cfilter:"", /* IDB_FILTER 11 */
os_info_str->str, /* IDB_OS 12 */
pcap_opts->linktype,
pcap_opts->snaplen,
&(global_ld.bytes_written),
0, /* IDB_IF_SPEED 8 */
0, /* IDB_TSRESOL 9 */
&global_ld.err);
}
g_string_free(os_info_str, TRUE);