aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/AUTHORS
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-10-31 17:46:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-10-31 17:46:11 +0000
commit558e714449ea30104c2bb7f35421328125a2a24a (patch)
treea8d7d038636feee1bb1addd3488aedc7df8716a9 /wiretap/AUTHORS
parent10fdc90bb0784b067d4e77c73907c6adfa5f5d08 (diff)
Add a module to wiretap to be able to read trace files from Toshiba's
line of ISDN routers. Much like the ascend reader, this module reads an ASCII hex dump of trace data. Rearranged the order in which wiretap tries trace files, to keep the ASCII-readers (ascend and toshiba) at the end, and put the binary-readers (everything else) at the front of the list. If a telnet session of and ascend trace or toshiba trace were captured near the beginning of another trace, wiretap might think the trace was ascend or toshiba if it tried that module first. Fixed the way wtap_seek_read() selects functions to call. It was using the encap type instead of the file type. We got lucky because WTAP_ENCAP_ASCEND == WTAP_FILE_ASCEND svn path=/trunk/; revision=952
Diffstat (limited to 'wiretap/AUTHORS')
-rw-r--r--wiretap/AUTHORS15
1 files changed, 6 insertions, 9 deletions
diff --git a/wiretap/AUTHORS b/wiretap/AUTHORS
index 27b3d0cd39..22ae4f0832 100644
--- a/wiretap/AUTHORS
+++ b/wiretap/AUTHORS
@@ -1,9 +1,6 @@
-Original Author
--------- ------
-Gilbert Ramirez Jr. <gram@verdict.uthscsa.edu>
-
-Contributors
-------------
-Guy Harris <guy@netapp.com>
-Olivier Abad <abad@daba.dhis.org>
-Gerald Combs <gerald@zing.org>
+Authors
+-------
+Gilbert Ramirez Jr. <gram@xiexie.org>
+Guy Harris <guy@netapp.com>
+Olivier Abad <abad@daba.dhis.org>
+Gerald Combs <gerald@zing.org>