aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 18:01:01 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 18:01:01 +0000
commitf7dc80cb18ce29c77dca55f8b33508f2a71d2e09 (patch)
treed8e91e90cfa1c7e52c9717f171fc9bf3a5c1be35 /dumpcap.c
parent2764d9977ba25c6cbbcc47135c42e4a86d5ab401 (diff)
Whitespace changes.
svn path=/trunk/; revision=41124
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/dumpcap.c b/dumpcap.c
index b50d2af24e..5efab05190 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -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);