aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.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/pppdump.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/pppdump.c')
-rw-r--r--wiretap/pppdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/pppdump.c b/wiretap/pppdump.c
index 006828d92d..72061bdcd9 100644
--- a/wiretap/pppdump.c
+++ b/wiretap/pppdump.c
@@ -310,7 +310,7 @@ pppdump_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
pppdump_read(wtap *wth, int *err, gchar **err_info, long *data_offset)
{