aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 15:16:45 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 15:16:45 +0000
commite485ac5175ed520a90ef5bc7a127201d44309a2a (patch)
tree9f90381865b0804ab17ff9df43246818211e5863 /pcapio.h
parent3d0ac5c69ad5a9d133f8d25100735c49b99153c7 (diff)
Use tab indentation as elsewhere in the files.
Only whitespace changes. svn path=/trunk/; revision=41110
Diffstat (limited to 'pcapio.h')
-rw-r--r--pcapio.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pcapio.h b/pcapio.h
index 16c8bc23c9..d9e6d26dce 100644
--- a/pcapio.h
+++ b/pcapio.h
@@ -64,16 +64,16 @@ libpcap_write_session_header_block(FILE *fp, /**< File pointer */
extern gboolean
libpcap_write_interface_description_block(FILE *fp,
- const char *comment, /* OPT_COMMENT 1 */
+ const char *comment, /* OPT_COMMENT 1 */
const char *name, /* IDB_NAME 2 */
- const char *descr, /* IDB_DESCRIPTION 3 */
- const char *filter, /* IDB_FILTER 11 */
- const char *os, /* IDB_OS 12 */
+ const char *descr, /* IDB_DESCRIPTION 3 */
+ const char *filter, /* IDB_FILTER 11 */
+ const char *os, /* IDB_OS 12 */
int link_type,
int snap_len,
long *bytes_written,
- guint64 if_speed, /* IDB_IF_SPEED 8 */
- guint8 tsresol, /* IDB_TSRESOL 9 */
+ guint64 if_speed, /* IDB_IF_SPEED 8 */
+ guint8 tsresol, /* IDB_TSRESOL 9 */
int *err);
extern gboolean