aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.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/toshiba.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/toshiba.c')
-rw-r--r--wiretap/toshiba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/toshiba.c b/wiretap/toshiba.c
index 1c4121aab4..086ed50be8 100644
--- a/wiretap/toshiba.c
+++ b/wiretap/toshiba.c
@@ -230,7 +230,7 @@ int toshiba_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 toshiba_read(wtap *wth, int *err, gchar **err_info,
long *data_offset)
{