diff options
Diffstat (limited to 'epan/dissectors/packet-gprs-ns.c')
-rw-r--r-- | epan/dissectors/packet-gprs-ns.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gprs-ns.c b/epan/dissectors/packet-gprs-ns.c index 1a63cb29c8..d84117e808 100644 --- a/epan/dissectors/packet-gprs-ns.c +++ b/epan/dissectors/packet-gprs-ns.c @@ -5,8 +5,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 @@ -315,7 +315,7 @@ dissect_gprs_ns(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) } } -/* Register the protocol with Ethereal */ +/* Register the protocol with Wireshark */ void proto_register_gprs_ns(void) { |