aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-11-26 05:34:07 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-11-26 05:34:07 +0000
commit91cd7ec475ea734795e5bfcc03d6c6c1dc916586 (patch)
treefb2562896d7c4e527c90958273cbc07e2c229909 /wiretap/commview.h
parent3697704b62b472102bdc119656940427897fa872 (diff)
Add writing support for the CommView file format.
svn path=/trunk/; revision=23594
Diffstat (limited to 'wiretap/commview.h')
-rw-r--r--wiretap/commview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/commview.h b/wiretap/commview.h
index b3dfc978c7..4fc5e2a780 100644
--- a/wiretap/commview.h
+++ b/wiretap/commview.h
@@ -26,6 +26,8 @@
#define __COMMVIEW_H__
int commview_open(wtap *wth, int *err, gchar **err_info _U_);
+int commview_dump_can_write_encap(int encap);
+gboolean commview_dump_open(wtap_dumper *wdh, gboolean cant_seek _U_, int *err);
#endif /* __COMMVIEW_H__ */