diff options
Diffstat (limited to 'epan/tap.h')
-rw-r--r-- | epan/tap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/tap.h b/epan/tap.h index 2a8fa4cbc3..a08b39a0e1 100644 --- a/epan/tap.h +++ b/epan/tap.h @@ -3,8 +3,8 @@ * * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@ethereal.com> + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -27,7 +27,7 @@ #include "epan/epan.h" -/* With MSVC and a libethereal.dll, we need a +/* With MSVC and a libwireshark.dll, we need a * special declaration of num_tap_filters. */ ETH_VAR_IMPORT int num_tap_filters; |