diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2012-02-21 15:16:45 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2012-02-21 15:16:45 +0000 |
commit | e485ac5175ed520a90ef5bc7a127201d44309a2a (patch) | |
tree | 9f90381865b0804ab17ff9df43246818211e5863 /pcapio.h | |
parent | 3d0ac5c69ad5a9d133f8d25100735c49b99153c7 (diff) | |
download | wireshark-e485ac5175ed520a90ef5bc7a127201d44309a2a.tar.gz wireshark-e485ac5175ed520a90ef5bc7a127201d44309a2a.tar.bz2 wireshark-e485ac5175ed520a90ef5bc7a127201d44309a2a.zip |
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.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |