aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/cosine.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-04-03 11:00:49 +0000
committerGuy Harris <guy@alum.mit.edu>2005-04-03 11:00:49 +0000
commit466c3e9c8d23fe1f1ebceaf516e9869bcf74a478 (patch)
tree5e20e152c62b60e48114f43a53f6eb9d8dba78cf /wiretap/cosine.c
parent951b7c9aaa9c99875b99eba36a18f65597732a14 (diff)
Make editcap use wtap_read(); that eliminates the last user of
wtap_loop(), so eliminate wtap_loop(). svn path=/trunk/; revision=14006
Diffstat (limited to 'wiretap/cosine.c')
-rw-r--r--wiretap/cosine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/cosine.c b/wiretap/cosine.c
index c17171ea69..2b8138910c 100644
--- a/wiretap/cosine.c
+++ b/wiretap/cosine.c
@@ -303,7 +303,7 @@ int cosine_open(wtap *wth, int *err, gchar **err_info _U_)
return 1;
}
-/* Find the next packet and parse it; called from wtap_loop(). */
+/* Find the next packet and parse it; called from wtap_read(). */
static gboolean cosine_read(wtap *wth, int *err, gchar **err_info,
long *data_offset)
{