aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-12 15:40:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-12 15:40:57 +0000
commitcbde63643e0a8e4e014fba5d508a88ae300859c6 (patch)
tree6277ff8b8724a20e7bbd186633a38c5d422ad3f6 /dumpcap.c
parent0400088936dda3a2f0315c7b38eef26bb884b2b6 (diff)
From Jose Pedro Oliveira:
Enforce the modelines in dumpcap.c and in pcapio.c svn path=/trunk/; revision=41505
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 8375ac600b..e51f92894f 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -3102,7 +3102,7 @@ do_file_switch_or_stop(capture_options *capture_opts,
NULL, /* HW */
os_info_str->str, /* OS */
appname,
- -1, /* section_length */
+ -1, /* section_length */
&(global_ld.bytes_written),
&global_ld.err);
@@ -3111,10 +3111,10 @@ do_file_switch_or_stop(capture_options *capture_opts,
pcap_opts = g_array_index(global_ld.pcaps, pcap_options *, i);
successful = libpcap_write_interface_description_block(global_ld.pdh,
NULL, /* OPT_COMMENT 1 */
- interface_opts.name, /* IDB_NAME 2 */
+ interface_opts.name, /* IDB_NAME 2 */
interface_opts.descr, /* IDB_DESCRIPTION 3 */
interface_opts.cfilter?interface_opts.cfilter:"", /* IDB_FILTER 11 */
- os_info_str->str, /* IDB_OS 12 */
+ os_info_str->str, /* IDB_OS 12 */
pcap_opts->linktype,
pcap_opts->snaplen,
&(global_ld.bytes_written),