aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-05-22 00:05:19 +0000
committerGerald Combs <gerald@wireshark.org>2009-05-22 00:05:19 +0000
commit3c6b6dc1a37347e78b8bd955dec171c42df17998 (patch)
treecee39dc269a97127f2b22d3a0993169f11289bb8 /wiretap/wtap-int.h
parenta37191cb075efc8a1b298d4bc54f99f9467c24d4 (diff)
From Kovarththanan Rajaratnam via bug 2680:
Currently Wireshark doesn't support saving WTAP_ENCAP_BLUETOOTH_H4_WITH_PHDR files as btsnoop files. svn path=/trunk/; revision=28442
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index e57bc9ebc0..e65c7bae40 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -278,6 +278,7 @@ struct wtap_dumper {
* e.g. WTAP_FILE_TSPREC_USEC */
};
+extern gboolean wtap_dump_file_write_all(wtap_dumper *wdh, const void *buf, unsigned bufsize, int *err);
extern size_t wtap_dump_file_write(wtap_dumper *wdh, const void *buf, size_t bufsize);
extern int wtap_dump_file_ferror(wtap_dumper *wdh);