Fix some names.
[obnox/wireshark/wip.git] / wiretap / snoop.c
index b7fea213a635916a1d311a33637345b694bfb39a..eccf9d7970fd5472872d1d77150ae68283ab43e9 100644 (file)
@@ -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)