diff options
Diffstat (limited to 'wiretap/csids.c')
-rw-r--r-- | wiretap/csids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/csids.c b/wiretap/csids.c index cfe1ce7a65..4312c3a4fa 100644 --- a/wiretap/csids.c +++ b/wiretap/csids.c @@ -142,7 +142,7 @@ int csids_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 csids_read(wtap *wth, int *err, gchar **err_info _U_, long *data_offset) { |