Skip to content

Commit 0f454ff

Browse files
committed
Spell Wireshark in a few places.
It has been nearly twenty years since Wireshark forked from Ethereal, so use the current name to identify the software. Continue to call the pre-fork mailing list "ethereal-users" because I do not see the old archives incorporated into the new.
1 parent 588655e commit 0f454ff

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

doc/README.hpux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ case $1 in
245245
# Syn-Flood-Protection an
246246
# ip_forwarding aus
247247
# Source-Routing aus
248-
# Ausgehende Packets an ethereal/tcpdump etc.
248+
# Ausgehende Packets an Wireshark/tcpdump etc.
249249

250250
/usr/contrib/bin/nettune -s tcp_random_seq 2 || exit $ERROR
251251
/usr/contrib/bin/nettune -s hp_syn_protect 1 || exit $ERROR

pcap-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
* Do *NOT* use these in capture files that you expect anybody not using
278278
* your private versions of capture-file-reading tools to read; in
279279
* particular, do *NOT* use them in products, otherwise you may find that
280-
* people won't be able to use tcpdump, or snort, or Ethereal, or... to
280+
* people won't be able to use tcpdump, or snort, or Wireshark, or... to
281281
* read capture files from your firewall/intrusion detection/traffic
282282
* monitoring/etc. appliance, or whatever product uses that LINKTYPE_ value,
283283
* and you may also find that the developers of those applications will

pcap-linux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,9 +2211,9 @@ static int map_arphrd_to_dlt(pcap_t *handle, int arptype,
22112211
* header whatsoever to PF_PACKET sockets; other PPP
22122212
* code supplies PPP link-layer headers ("syncppp.c");
22132213
* some PPP code might supply random link-layer
2214-
* headers (PPP over ISDN - there's code in Ethereal,
2214+
* headers (PPP over ISDN - there's code in Wireshark,
22152215
* for example, to cope with PPP-over-ISDN captures
2216-
* with which the Ethereal developers have had to cope,
2216+
* with which the Wireshark developers have had to cope,
22172217
* heuristically trying to determine which of the
22182218
* oddball link-layer headers particular packets have).
22192219
*

pcap/dlt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
* Do *NOT* use these in capture files that you expect anybody not using
596596
* your private versions of capture-file-reading tools to read; in
597597
* particular, do *NOT* use them in products, otherwise you may find that
598-
* people won't be able to use tcpdump, or snort, or Ethereal, or... to
598+
* people won't be able to use tcpdump, or snort, or Wireshark, or... to
599599
* read capture files from your firewall/intrusion detection/traffic
600600
* monitoring/etc. appliance, or whatever product uses that DLT_ value,
601601
* and you may also find that the developers of those applications will

sf-pcap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ pcap_check_header(const uint8_t *magic, FILE *fp, u_int precision, char *errbuf,
415415
* we'd have to use some hacks^H^H^H^H^Hheuristics to
416416
* detect those variants.
417417
*
418-
* Ethereal does that, but it does so by trying to read
418+
* Wireshark does that, but it does so by trying to read
419419
* the first two packets of the file with each of the
420420
* record header formats. That currently means it seeks
421421
* backwards and retries the reads, which doesn't work

0 commit comments

Comments
 (0)