aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
diff options
context:
space:
mode:
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