aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/snoop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-04 09:38:38 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-04 09:38:38 +0000
commit1eaa99a669c5995ef0167d724fea4b1c34cf4022 (patch)
treeb558749e722760b0519d5cded987ddbb0c4fdaa3 /wiretap/snoop.c
parenta34c9711f6a8f7d64a30be38c664e1fecd5aee81 (diff)
Fix some names.
svn path=/trunk/; revision=1203
Diffstat (limited to 'wiretap/snoop.c')
-rw-r--r--wiretap/snoop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/snoop.c b/wiretap/snoop.c
index b7fea213a6..eccf9d7970 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -1,6 +1,6 @@
/* snoop.c
*
- * $Id: snoop.c,v 1.20 1999/12/04 08:32:12 guy Exp $
+ * $Id: snoop.c,v 1.21 1999/12/04 09:38:37 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -369,7 +369,7 @@ static const int wtap_encap[] = {
/* Returns 0 if we could write the specified encapsulation type,
an error indication otherwise. */
-int snoop_dump_can_dump_encap(int filetype, int encap)
+int snoop_dump_can_write_encap(int filetype, int encap)
{
/* Per-packet encapsulations aren't supported. */
if (encap == WTAP_ENCAP_PER_PACKET)