diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-03-12 15:40:57 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-03-12 15:40:57 +0000 |
commit | cbde63643e0a8e4e014fba5d508a88ae300859c6 (patch) | |
tree | 6277ff8b8724a20e7bbd186633a38c5d422ad3f6 /dumpcap.c | |
parent | 0400088936dda3a2f0315c7b38eef26bb884b2b6 (diff) | |
download | wireshark-cbde63643e0a8e4e014fba5d508a88ae300859c6.tar.gz wireshark-cbde63643e0a8e4e014fba5d508a88ae300859c6.tar.bz2 wireshark-cbde63643e0a8e4e014fba5d508a88ae300859c6.zip |
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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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), |