aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-17 22:17:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-17 22:17:04 +0000
commitf6c24868c0561ceb2d9b7b2fbd052fbe65e91462 (patch)
tree8aa4c419314280b1c9c9928964e0fd751f6c8678
parentd735b08c1437f47027b7f1a7a3bb2a11b2825489 (diff)
Declare wtap_dump_has_name_resolution().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37215 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 9736e4bb58..2c00f2af16 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -925,6 +925,7 @@ void wtap_close(wtap *wth);
gboolean wtap_dump_can_open(int filetype);
gboolean wtap_dump_can_write_encap(int filetype, int encap);
gboolean wtap_dump_can_compress(int filetype);
+gboolean wtap_dump_has_name_resolution(int filetype);
wtap_dumper* wtap_dump_open(const char *filename, int filetype, int encap,
int snaplen, gboolean compressed, int *err);
wtap_dumper* wtap_dump_fdopen(int fd, int filetype, int encap, int snaplen,