summaryrefslogtreecommitdiff
path: root/wiretap/snoop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-09-20 02:15:44 -0700
committerGuy Harris <guy@alum.mit.edu>2014-09-20 09:17:36 +0000
commit6f16f26d647a09a1702245decfe94bdee95e424e (patch)
tree269d669f9fc62bab3dadba6eb17480387d831fba /wiretap/snoop.c
parent4fd89b0ba1a3922f1e85b6379622d1ba2661a129 (diff)
downloadwireshark-6f16f26d647a09a1702245decfe94bdee95e424e.tar.gz
The Shomiti document is available on the Wayback Machine.
I don't know why it was unavailable at some point, but it appears to be available again. Update the comment to reflect that. Change-Id: I7dc1fcb554e73d3b0fc2bd2fbdf6235e791a4253 Reviewed-on: https://code.wireshark.org/review/4200 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/snoop.c')
-rw-r--r--wiretap/snoop.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/wiretap/snoop.c b/wiretap/snoop.c
index 2a5cee65ec..b023c327bf 100644
--- a/wiretap/snoop.c
+++ b/wiretap/snoop.c
@@ -168,15 +168,12 @@ static gboolean snoop_dump(wtap_dumper *wdh, const struct wtap_pkthdr *phdr,
* if it can't, this may be useful reference information for anybody doing
* code to use DLPI to do raw packet captures on those network types.
*
- * Once upon a time
- *
* http://web.archive.org/web/20010906213807/http://www.shomiti.com/support/TNCapFileFormat.htm
*
- * gave information on Shomiti's mutant flavor of snoop; Shomiti's Web site
- * is no longer available on the Wayback Machine. For some unknown reason,
- * they decided not to just Go With The DLPI Flow, and instead used the types
- * unspecified in RFC 1461 for their own nefarious purposes, such as
- * distinguishing 10MB from 100MB from 1000MB Ethernet and distinguishing
+ * gives information on Shomiti's mutant flavor of snoop. For some unknown
+ * reason, they decided not to just Go With The DLPI Flow, and instead used
+ * the types unspecified in RFC 1461 for their own nefarious purposes, such
+ * as distinguishing 10MB from 100MB from 1000MB Ethernet and distinguishing
* 4MB from 16MB Token Ring, and distinguishing both of them from the
* "Shomiti" versions of same.
*/