diff options
Diffstat (limited to 'wiretap/libpcap.c')
-rw-r--r-- | wiretap/libpcap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c index 030efeec21..9e4d6bbf6e 100644 --- a/wiretap/libpcap.c +++ b/wiretap/libpcap.c @@ -281,7 +281,7 @@ static const struct { /* * More values used by libpcap 0.5 as DLT_ values and used by the * current CVS version of libpcap in capture file headers. - * They are not yet handled in Ethereal. + * They are not yet handled in Wireshark. * If we get a capture that contains them, we'll implement them. */ { 102, WTAP_ENCAP_SLIP_BSDOS }, @@ -289,7 +289,7 @@ static const struct { #endif /* - * These ones are handled in Ethereal, though. + * These ones are handled in Wireshark, though. */ { 104, WTAP_ENCAP_CHDLC }, /* Cisco HDLC */ { 105, WTAP_ENCAP_IEEE_802_11 }, /* IEEE 802.11 */ |